|
Does the classpath also work by giving a path to
where the included jars are, or just the jar name itself as shown in the example
docs. If so, it there a way to do this w/o using the environment var
CLASSPATH?
<target name="web-classes"
depends="prepare">
<javac srcdir="${src.dir}" destdir="${web-classes.dest}/WEB-INF/classes" includes="com/neuroquest/cais/web/**" classpath="${cais-lib.dir}/struts.jar" /> </target> Any help appreciated.
|
