code assist in eclipse

2006-08-26 Thread vinod_subbiah
Hi All, I have the following simple build file .All the highlighted properties are not available through Code Assist.Where as other properties like message , source are available throughout the build.xml.Is it something Im doing wrong ?

Re: Running java program in debug mode

2006-08-23 Thread vinod_subbiah
Hi Antoine, It worked ! Yes this way i was able to debug my programs launched using Ant . Thanks ! I was trying to get this one working for last few days.. Have a nice day, Regards, Vinodh. [EMAIL PROTECTED] [EMAIL PROTECTED] 08/23/2006 02:13 PM Please respond to user@ant.apache.org

Running java program in debug mode

2006-08-23 Thread vinod_subbiah
Hi All, I created a Java project with a HelloWorld java program . I use ant to build and run it.It runs fine.But when i want to run using eclipse debugger It did not stop at break points to let me step through the program. Please help me t