Hi all,
I've just created a simple build file, setting the classpath as follows:
<path id="test.classpath">
<pathelement path="${weblogic}"/>
<pathelement location="lib\ejb.jar"/>
</path>
<target name="compile" depends="init" description="compile the simple source
files" >
<javac srcdir="${src}/Lakelands/market2uutility" destdir="${build}"
classpathref="test.classpath"/>
</target>
However, when i run ant it does not pick up this classpath at all, it will
only pick it up if i set is as:
<javac srcdir="${src}/Lakelands/market2uutility" destdir="${build}"
classpath="${weblogic}\lib\ejb.jar"/>
If anyone has any suggestions as to what i'm doing wrong, much appreciated.
Regards,
Karen.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>