David Weintraub wrote:
>
> I don't believe there's a IsPropertyTrue condition.
Well David, as I said, my code works fine in Windows, and only falls over in
Linux. You might like to look at this:
http://ant-contrib.sourceforge.net/tasks/tasks/more_conditions.html
ispropertytrue
Your propose
On 2009-06-03, wrote:
> I am facing issue with includesfile .
> It is not accepting wild chars in path of file name.
Your observation is correct, includesfile expects a plain file name
and doesn't support wildcards. Right now I can't come up with any way
to use an unknown number of includesf
On 2009-06-03, Jim Garrison wrote:
> Part of my confusion came from trying to understand an existing build
> that I just took over, in which there were some calls where
> references were visible in the sub-ant WITHOUT inheritRefs=true.
> The build was running on Ant 1.6RC1, and stopped working
It looks like I was not clear in explaining my issue.
I am facing issue with includesfile .
It is not accepting wild chars in path of file name.
If I uses My-Deliverables\lib\mytech\files.txt then it works fine but when
I use *\lib\mytech\files.txt it fails.
Could you please suggest?
Rega
I don't believe there's a IsPropertyTrue condition. I believe you might want
to be using the condition.
This should work:
<*istrue* property="BPELForceBuild"/>
On Wed, Jun 3, 2009 at 6:22 AM, Ken Turner wrote:
>
> I'm using Ant version 1.6.5, and ant-contrib-1.0b2.j
Hello,
Not really, because I already have a warfile and want to throw out one jar.
I solved it now in two steps
1.copying the warfile
2.war the new warfile out of the copy and exclude the specific jar, similar to
what you mailed.
It would be nice just to delete sth. Out of a jar/war etc. with
> -Original Message-
> From: Stefan Bodewig [mailto:bode...@apache.org]
> Sent: Wednesday, June 03, 2009 3:03 AM
> To: user@ant.apache.org
> Subject: Re: Clarification on definition of "reference"
>
Stefan, thanks very much for the reply.
Part of my confusion came from trying to underst
http://ant.apache.org/manual/CoreTasks/war.html
tut diese Antwort Ihre Frage?
Martin
__
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um e
Hello,
Is it possible to delete a single file inside a warfile in one step?
(I want to remove a certain library)
Greetings Jürgen
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h
why are you not you using the **/*.* as specified in the doc?
http://ant.apache.org/manual/CoreTypes/fileset.html
are the usage and examples not clear enough?
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentia
I'm using Ant version 1.6.5, and ant-contrib-1.0b2.jar.
I have a snippet of my build file which looks like this:
In my Windows environment (Win XP Pro SP3), this works fine, but I'm
attempting to trans
Hi ,
I am using Copy task to copy files to a staging directory
files.txt : It contain
On 2009-06-02, Jim Garrison wrote:
> The ANT docs use the term "reference" in a way that, at least to me,
> is a little confusing.
Which may - at least in part - be caused by the fact that non-native
speakers have written bigger sections of the documentation. In German
"to refer to" would be "r
13 matches
Mail list logo