Re: AW: ant-contrib: ispropertytrue

2010-11-02 Thread sappu83
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

Re: AW: ant-contrib: ispropertytrue

2009-06-04 Thread Ken Turner
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

AW: ant-contrib: ispropertytrue

2009-06-04 Thread Knuplesch, Juergen
: 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:

Re: ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
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

Re: ant-contrib: ispropertytrue

2009-06-03 Thread David Weintraub
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

ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
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