[ant] Adding exactly one directory to the classpath
- From: "pintman" <marco.bakera@xxxxxxxxx>
- Date: 1 Sep 2006 01:03:18 -0700
Hey,
I have some problem adding exactly one directory to the java classpath
using ant. I tried the following lines but got no only the directory
specified but all subdirectories as well.
<path id="project.class.path">
<fileset dir="${lib.src}" includes="**/*.jar"/>
<dirset dir="${main.dst}" />
<dirset dir="${tests.dst}" />
</path>
How is it possible to add exactly one directory to the classpath?
Thanks for any kinds of help!
Greetings,
Marco.
.
- Follow-Ups:
- Re: Adding exactly one directory to the classpath
- From: pintman
- Re: Adding exactly one directory to the classpath
- Prev by Date: Re: looking for a good simple source control
- Next by Date: Re: Adding exactly one directory to the classpath
- Previous by thread: Re: looking for a good simple source control
- Next by thread: Re: Adding exactly one directory to the classpath
- Index(es):