Return-Path: X-Original-To: apmail-ctakes-dev-archive@www.apache.org Delivered-To: apmail-ctakes-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CF081029A for ; Mon, 18 Nov 2013 15:14:54 +0000 (UTC) Received: (qmail 62330 invoked by uid 500); 18 Nov 2013 15:14:53 -0000 Delivered-To: apmail-ctakes-dev-archive@ctakes.apache.org Received: (qmail 62217 invoked by uid 500); 18 Nov 2013 15:14:53 -0000 Mailing-List: contact dev-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list dev@ctakes.apache.org Received: (qmail 62199 invoked by uid 99); 18 Nov 2013 15:14:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 15:14:52 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [129.176.212.47] (HELO mail10.mayo.edu) (129.176.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 15:14:43 +0000 Received: from roedlp003a.mayo.edu (HELO mail10.mayo.edu) ([129.176.158.13]) by ironport10-dlp.mayo.edu with ESMTP; 18 Nov 2013 09:14:21 -0600 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgkFAJstilKBsNQ1/2dsb2JhbABZgweBC782gRoWdIIlAQEBBDpLBAIBCBEEAQELFAkHMhQJCAIEARIIh3kFuVuIYhePODgGgxqBEQOiWwSHPoMogio Received: from mhro1a.mayo.edu ([129.176.212.53]) by ironport10.mayo.edu with ESMTP; 18 Nov 2013 09:14:21 -0600 Received: from MSGPEXCEI06A.mfad.mfroot.org (msgpexcei06a.mayo.edu [129.176.249.167]) by mhro1a.mayo.edu with ESMTP id BT-MMP-5385532; Mon, 18 Nov 2013 09:14:21 -0600 Received: from MSGPEXCHA08A.mfad.mfroot.org ([169.254.11.239]) by MSGPEXCEI06A.mfad.mfroot.org ([169.254.3.188]) with mapi id 14.03.0158.001; Mon, 18 Nov 2013 09:14:20 -0600 From: "Masanz, James J." To: "'dev@ctakes.apache.org'" , 'samir chabou' Subject: RE: ebuging my own project under cTAKES Thread-Topic: ebuging my own project under cTAKES Thread-Index: AQHO4b0IoienB8hdRUCLAa7Hq6tHuporHLrg Date: Mon, 18 Nov 2013 15:14:20 +0000 Message-ID: <996FC801C05DF64A84246A106FACACD0207000@MSGPEXCHA08A.mfad.mfroot.org> References: <1384489771.45514.YahooMailNeo@web140304.mail.bf1.yahoo.com> In-Reply-To: <1384489771.45514.YahooMailNeo@web140304.mail.bf1.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.128.209.18] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org Hi Samir, Any luck with this issue? Are you using Eclipse? If so, which version? If I understand correctly, the java build path for your project should incl= ude UQOPicoProject/src/main/java (or whatever directory you placed your sou= rce in) Do you do the compile within Eclipse or externally (such as from the comman= d line) If I remember correctly, when Eclipse says that source is not available, it= gives an option to click and link the source. That has worked for me to vi= ew source for things like jars. When you say your project is at the same level as the other cTAKES projects= , is that how it appears within Eclipse, or actually on the file system? -- James -----Original Message----- From: dev-return-2216-Masanz.James=3Dmayo.edu@ctakes.apache.org [mailto:dev= -return-2216-Masanz.James=3Dmayo.edu@ctakes.apache.org] On Behalf Of samir = chabou Sent: Thursday, November 14, 2013 10:30 PM To: dev@ctakes.apache.org Subject: ebuging my own project under cTAKES Hi James and others I create my own project UQOPicoProject under the same level than the other = cTAKES's projects. When i try to debug UQOPicoProject the debugger can't st= op on my break point and show a message "source not available". Any idea wh= at would be the issue. thanks samir