RE: Loading Groovy TaskDef/ScriptDef in Sub Builds

2010-03-29 Thread Murray, Mike
I filed bug report 49021: TaskDef/ScriptDef in Sub Build = Memory Disaster https://issues.apache.org/bugzilla/show_bug.cgi?id=49021 From: Murray, Mike [mailto:m...@ptc.com] Sent: Saturday, March 27, 2010 12:02 PM To: Ant Users List Subject: Loading Groovy TaskDef/ScriptDef in Sub Builds

Re: Comma seperated values for property

2010-03-29 Thread Jan
Thank you all acutally this worked, i think i just confused myself and got lost Thanks again everyone On Mon, Mar 29, 2010 at 1:49 PM, Jan wrote: > Actually my LNAME anf FNAME it self being used as property copy, ie. those > comes from other property file which is available at runttime, based o

Re: Comma seperated values for property

2010-03-29 Thread Jan
Actually my LNAME anf FNAME it self being used as property copy, ie. those comes from other property file which is available at runttime, based on arguments passed On Mon, Mar 29, 2010 at 1:18 PM, Michael Shea wrote: > Unless I am very much misinterpreting your question, I think this will > suff

Re: Comma seperated values for property

2010-03-29 Thread Michael Shea
Unless I am very much misinterpreting your question, I think this will suffice: Mike Shead. Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contri

Re: Comma seperated values for property

2010-03-29 Thread Scot P. Floess
Can't you just do this: or an I missing something? On Mon, 29 Mar 2010, Jan wrote: Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contrib or some

Comma seperated values for property

2010-03-29 Thread Jan
Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contrib or something like that to copy the property value LANME,FNAME into NAME Property so finally when i

Re: changing directory in Ant

2010-03-29 Thread Brian Pontarelli
Depending on what you need, you might not be able to do this. Last time I checked there wasn't a way in Java to change the directory of the JVM. The new file APIs in JDK 7 might fix this. -bp On Mar 29, 2010, at 1:49 AM, Irfan Sayed wrote: > Hi all, > > i need to change the directory while e

AW: changing directory in Ant

2010-03-29 Thread Jan.Materne
Executing "cmd" is only possible if you have that executable, which is the usual case on Windows. Because of your project paths "/" I think you are working on Unix, so the shell executable would be "sh" or something like that. But you cannot change the current directory. What your would do is -

Bug in Ant's Perforce task document

2010-03-29 Thread jhoomsharabi
There is one more bug in documentation of Perforce Task P4Change, the example line Should be terminated by the matching end-tag like this: Thanks

Re: p4edit does not assign files to newly created changelist

2010-03-29 Thread jhoomsharabi
OK This is being resolved by using P4Reopen -Original Message- From: jhoomshar...@netscape.net To: user@ant.apache.org Sent: Mon, Mar 29, 2010 3:19 pm Subject: p4edit does not assign files to newly created changelist s there a way that I can avoid this problem with Perforce task

p4edit does not assign files to newly created changelist

2010-03-29 Thread jhoomsharabi
Is there a way that I can avoid this problem with Perforce task can't change from change 84623 - use 'reopen' Now how this issue comes I already create a p.change in one of the target and assigned files to this newly created changelist now I want to create another p.change in next target

changing directory in Ant

2010-03-29 Thread Irfan Sayed
Hi all, i need to change the directory while executing build.xml. i executed following code. but it is failing with the following error. Buildfile: build.xml dirchange: BUILD FAILED /home/y/var/builds/workspace/DNA_R

How I can use p4.change in exec task

2010-03-29 Thread jhoomsharabi
Hi All, I am stuck to one of the simple issue, I want to use P4Change of Perforce task in one of my exec task the way I am able to use it in P4Edit Same way I want to use it in one of my create-review target under exec task like this: but when I use th

Re: Perforce Tasks P4Integrate fails for "nocopytargetfiles"

2010-03-29 Thread jhoomsharabi
Hi, Looks to me this is bug in optional task of Perforce in ANT, is there way so that I can log a bug in ant so that this issue gets resolved in next ANT release. Thanks -Original Message- From: Antoine Levy Lambert To: Ant Users List Sent: Thu, Mar 25, 2010 11:26 pm Subject: Re: Pe