I'm stuck on the Eclipse-Ant-Cactus problem where it
can't find tools.jar when running from within Eclipse,
so I'm trying to run my ant script from the command
line.

I get past the tools.jar problem this way, but ran
into a new problem : NoClassDefFoundError for
javax/servlet/jsp/tagext/BodyTagSupport when running
the first test. I'm assuming it's a runtime classpath
issue because it compiled the tests just fine.

I've added the j2ee.jar and servlet.jar to my ant/lib
directory and thought that would do it but it didn't.
I don't have much ant experience so am I
misunderstanding where to put jars for ant's runtime
classpath?

Any ideas?


                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to