RE: Core ant project in Eclipse

2010-05-15 Thread Martin Gainty
A quick note of clarification Eclipse is an IDE (Integrated Development Environment) NOT a build environment you will need to export your eclipse project tasks and targets to your ant build.xml the CNFEs (Class Not Found Exception)s produced by missing eclipse-plugins will need to be replaced wi

Core ant project in Eclipse

2010-05-15 Thread James Chy
All, I have had a hard time finding information on running ant locally in Eclipse so I can use the debugger to debug core ant code. Do the developers on the project typically use Eclipse for development? If so, what class path works in Eclipse to do this? Is there a set of commands to get all t

Core ant project in Eclipse

2010-05-15 Thread James Chy
All, I have had a hard time finding information on running ant locally in Eclipse so I can use the debugger to debug core ant code. Do the developers on the project typically use Eclipse for development? If so, what class path works in Eclipse to do this? Is there a set of commands to get all

Re: Ant source structure and ant*.jar build products

2010-05-15 Thread Bruce Atherton
On 14/05/2010 3:56 PM, Antoine Levy-Lambert wrote: Jesse Glick wrote: In relation to : Ironically enough, I find the Ant build script to be a poor example of an Ant script. The system of compiling certain classes and not others accor

Re: Ant source structure and ant*.jar build products

2010-05-15 Thread Peter Reilly
On Fri, May 14, 2010 at 11:56 PM, Antoine Levy-Lambert wrote: > Hello Jesse, > > > > Jesse Glick wrote: >> In relation to >> : >> >> Ironically enough, I find the Ant build script to be a poor example of >> an Ant script. The system of comp

Re: Ant source structure and ant*.jar build products

2010-05-15 Thread Peter Reilly
We could have dummy jar's for dependences. Peter On Fri, May 14, 2010 at 11:15 PM, Jesse Glick wrote: > On 05/14/2010 04:00 PM, Peter Reilly wrote: >> >> Personally I think that there should be only one ant.jar file ... and not >> loads of itty-bitty ones. > > This would break usage from Maven r