I am using lower case
. Still I get the error,
"if doesn't support the nested "ispropertytrue" element."
Following is my code:
--
View this message in context:
http://ant.1045680.n5.nabble.com/ant-contrib-ispropertytrue-tp1354587p3
Is this a lowercase problem?
Juergen, you're a megastar! I've been beating my brain on this one for more
than a week, and I really believed I'd been down that route, without any
success. However, I tried it again and bingo! problem solved.
Thanks for your help
--
View this message in conte
: ant-contrib: ispropertytrue
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:
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
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
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