1 Dec 2010 10:50
Re: Running Ant target from a jar
eboy.test <kchintal <at> edu.uni-klu.ac.at>
2010-12-01 09:50:58 GMT
2010-12-01 09:50:58 GMT
David Weintraub wrote: > > On Tue, Nov 30, 2010 at 6:39 AM, eboy.test <kchintal <at> edu.uni-klu.ac.at> > wrote: >> >> I am using a ant build file to run targets (ant targets) in a Java API. >> Now, >> i want to make a jar out of the API and i want to know whether i will be >> able to run the targets now with the jar. > > A jarfile is just like a directory in Java. You specify the JAR in > your CLASSPATH, and the classfiles it contains are available for you > to run. > > -- > David Weintraub > qazwart <at> gmail.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe <at> ant.apache.org > For additional commands, e-mail: user-help <at> ant.apache.org > > > you mean with java ? e.g. javaw - jar test.jar(Continue reading)
RSS Feed