Oh yes, I am using Eclipse Galileo.
Let me know if you need any other information that I may have left out.
Shea.
Hi folks,
I am encountering a strange problem trying to use ant-1.8.0rc1 in
Eclipse. My build works fine from the command-line, but the Eclipse
Ant Editor and Ant View is not in
Hi folks,
I am encountering a strange problem trying to use ant-1.8.0rc1 in
Eclipse. My build works fine from the command-line, but the Eclipse Ant
Editor and Ant View is not interpreting it correctly, so I can't run my
ant builds from Eclipse (it thinks the file is not valid, so it can't
dis
On Mon, Feb 1, 2010 at 9:18 PM, Stefan Bodewig wrote:
> I think you need includeemptydirs="true" on the element as well.
>
> Stefan
Thanks Stefan! Here's the working snippet in case anyone else runs
into this problem:
Unfortunately, once I got this worked
Hi Antoine,
thanks for the reply. Yes in the end that's what I did. I create a
${build.dir}/filtered directory where I copy the files I want to filter.
I just had hoped if the jar was supporting this, so I could avoid the copy.
Regards
Dimitris
Antoine Levy Lambert wrote:
Hello Dimitris,
you
In theory you could rebuild the fileset from the restrict
resourcecollection, given that you presumably know the original
basedir used to create the fileset. A rough outline would be along
the lines of:
Something along these lines ought to do it in this l
Is it possible to convert the restricted files into new fileset with xyz id.
We need fileset, because the task we are using supports only fileset as
nested element.
Regards,
Nagendra
Raja Nagendra Kumar wrote:
>
> Stefan.. You are our ready reference of what ever I think ant could/should
> p