Re: Ant : from path to fileset
- From: "Kaiser S." <sausey@xxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 14:00:27 +0200
Kaiser S. a écrit :
Roedy Green a écrit :I'd like to convert a path to a fileset. I need it to use in "copy" task.One way is to use a "stomp" program to compose the XML file. Then you
can specify the path once and generate duplicate info in the ANT
script.
It seems heavy. I would prefer a simple trick. In last resort, i will duplicate the paths in the ant file "by hands".
I found in http://ant.apache.org/manual/CoreTasks/copy.html :
<copy todir="dest" flatten="true">
<path refid="classpath" />
</copy>
.
- References:
- Ant : from path to fileset
- From: Kaiser S.
- Re: Ant : from path to fileset
- From: Roedy Green
- Re: Ant : from path to fileset
- From: Kaiser S.
- Ant : from path to fileset
- Prev by Date: Re: Ant : from path to fileset
- Next by Date: Re: A constructive debate: Eclipse or NetBeans?
- Previous by thread: Re: Ant : from path to fileset
- Index(es):
Relevant Pages
|