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
Bioinformatics Systems Programmer
Katze Lab, University of Washington
960 Republican St, Seattle WA 98109
(206) 732-6038
Matt Benson wrote:
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 like that.
HTH,
Matt
--- Jon Rue <[EMAIL PROTECTED]> wrote:
I'm having issues building with ant 1.6.5 integrated
into the netbeans
5.5 ide. This is a project built outside the ide and
has a very good
build script that works just find from the command
line. When i run the
same script in the ide however it errors out with a
lovely
java.lang.NoClassDefFoundError. I've output debug
info for both runs and
it looks pretty similar to me. There does appear to
be class loader
differences (at least things are loading in a
different order).
The question I have is that what does it mean when I
see a line like:
Finding class
org.apache.jasper.compiler.JDTCompiler
that doesn't have an accompanying loaded from
statement?
Loaded from C:\Program
Files\netbeans-5.5\enterprise3\apache-tomcat-5.5.17\common\lib\jasper-compiler.jar
In the successful build I am seeing these two lines
together with no
corresponding loaded from:
Finding class
org.eclipse.jdt.internal.compiler.env.INameEnvironment
Finding class
org.eclipse.jdt.internal.compiler.env.INameEnvironment
In the unsuccessful build I see:
Finding class
org.eclipse.jdt.internal.compiler.env.INameEnvironment
Error in class org.apache.jasper.JspC
Exiting
C:\Programming\cpas\trunk\server\build.xml.
Any ideas?
--
Jon Rue
Bioinformatics Systems Programmer
Katze Lab, University of Washington
960 Republican St, Seattle WA 98109
(206) 732-6038
---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]