Re: Question about debug output

2007-02-12 Thread Steve Loughran
Jon Rue wrote: Thanks but I know its not finding that class hence the error. I'm trying to figure out why there are differences in running Ant from within the IDE and running it from command line (which works flawlessly). Can someone answer my original question concerning the class loader? w

Re: Question about debug output

2007-02-09 Thread Jon Rue
Thanks but I know its not finding that class hence the error. I'm trying to figure out why there are differences in running Ant from within the IDE and running it from command line (which works flawlessly). Can someone answer my original question concerning the class loader? Thanks, Jon Rue B

Re: Question about debug output

2007-02-09 Thread Matt Benson
I find it a little "funny" that the script is set up to use the JDT (aka Eclipse) compiler, and it dies when running in NetBeans. Perhaps the compiler implementation class really isn't present? Note that you can download the Eclipse compiler as a standalone jar; Google for "ecj jar" or something