Have a question about adding a classpath to the ANT javac
From: jlopes (jlopes151_at_COMCAST.NET)
Date: 11/29/04
- Previous message: Robert Klemme: "Re: Anbindung einer dynamischen Access-Datenbank in meine Homepage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Nov 2004 05:25:33 -0800
I'm running ant 1.5.4 and I tried to add the classpath to the javac task.
ex <javac classpath="somelibdir" .......
from the ant manual I used
<classpath>
<pathelement location="."/>
<pathelement path="${myclass.path}/"/>
</classpath>
- Previous message: Robert Klemme: "Re: Anbindung einer dynamischen Access-Datenbank in meine Homepage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]