Stephane Nicoll wrote:

>Hello list,
>
>I am currenlty working with path and have a problem. I checked the
>documentation and see nothing that would help me.
>
>I have a path named "maven.compile.src.set" which contains a list of
>directories containing Java source files. I would like to create an archive
>(jar or zip it does not matter) of those source files. The jar/zip task
>seems to take only fileset. Is there a way to build a fileset from a path?
>Any other way to create my archive with all the content denoted in the path
>structure?
>  
>

check out the <pathconvert/> task

http://ant.apache.org/manual/CoreTasks/pathconvert.html

gl, Jim Fuller

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to