Re: java.lang.ClassNotFoundException confused with the classpath lib
> From: qazw...@gmail.com
> To: user@ant.apache.org
>
> I take it that you're talking about running this, and not building the
> war in Ant itself.
>
> You can specify the CLASSPATH in your MANI
I take it that you're talking about running this, and not building the
war in Ant itself.
You can specify the CLASSPATH in your MANIFEST.MF file if you don't
put the jars in the directory your application server is expecting.
Look at the portion of the task about how to
setup the classpath in y
m: miss_cool_...@yahoo.com
> Subject: java.lang.ClassNotFoundException confused with the classpath lib
> To: user@ant.apache.org
>
> Hi,
>
> I'm trying to build a war using Ant, but it won't find the lib/runtime
>
> Here is my structure.
>
> - WEB-INF
> -
Hi,
I'm trying to build a war using Ant, but it won't find the lib/runtime
Here is my structure.
- WEB-INF
- lib
- build
- runtime
- classes
- META-INF
- MANIFEST.MF
- index.html
my manifest classpath
Class-Path: . lib/runtime/dwr.jar lib/runtime/bsf-2.3.jar
How should I have