Re: AW: Ant & patching XML files

2009-03-06 Thread Sunils_82
Hi, My xml configuration file has following format: Now how do i perform the REPLACE task in this case to replace 'myAMFSessionURL' to 'newAMFSessionURL' Regards, Sunil -- View this message in context: http://w

Error: Unable to Open

2009-01-29 Thread Sunils_82
Hi, I have a build.xml file in Folder_A and another build.xml file in Folder_B When i run both these build files separetely, they get executed successfully. But using the below code when i run build.xml file in Folder_B and make a SUBANT call to target in build.xml file present in Folder_A. i g

Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
Hi, I have used the following code to access build.xml file present in sample_1 folder from sample_2 folder. Call to another build.xml file is made successfully, but the task in that build file fails with error stating myBuild: [mxmlc] Loading configuration file C:\Program Files\Adobe\F

Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
Hi, I have used the following code to access build.xml file present in sample_1 folder from sample_2 folder. Call to another build.xml file is made successfully, but the task in that build file fails with error stating myBuild: [mxmlc] Loading configuration file C:\Program Files\Adobe\F

Re: AW: AW: Unzip specific folders in ANT

2009-01-27 Thread Sunils_82
Hi Jan, I tried the wildcard from your example: This worked as i expected. Thanks a lot Jan Regards, Sunil -- View this message in context: http://www.nabble.com/Unzip-specific-folders-in-ANT-tp21685421p21701022.html Sent from the Ant - Users mailing list archive at Nabble.com. --

Re: AW: Unzip specific folders in ANT

2009-01-27 Thread Sunils_82
Hi Mark, I tried with the wildcard that you provided and checked with verbose option. Extracting of files doesn't seem to happen for specified folder names. Regards, Sunil -- View this message in context: http://www.nabble.com/Unzip-specific-folders-in-ANT-tp21685421p21699788.html Sent from th

Re: AW: Unzip specific folders in ANT

2009-01-27 Thread Sunils_82
Yes i tried specifying the wildcard using the folder name as mentioned below But this didn't extract the contents under the ./resource/images folder. -- View this message in context: http://www.nabble.com/Unzip-specific-folders-in-ANT-tp21685421p21686278.html Sent from the Ant - Users mail

Re: AW: Unzip specific folders in ANT

2009-01-27 Thread Sunils_82
I'm using the sample specified in the ANT But this extracts contents from all the folders present in the zip file. Wanted to know how to specify the folder name from which these gif files are to be extracted. Thanks, S

Unzip specific folders in ANT

2009-01-27 Thread Sunils_82
Hi, I have a zip file with multiple folders in it. Instead of extracting the whole contents present in ZIP-File, is it possible to extract only the specific folders that is required for me? Regards, Sunil -- View this message in context: http://www.nabble.com/Unzip-specific-folders-in-ANT-t

Re: AW: Flex Unit Test Fails using Ant

2009-01-09 Thread Sunils_82
course) the manual of FlexUnit "installation" section. > > > Jan > >>-Ursprüngliche Nachricht- >>Von: Sunils_82 [mailto:sunils...@yahoo.com] >>Gesendet: Freitag, 9. Januar 2009 14:23 >>An: user@ant.apache.org >>Betreff: Flex Unit T

Flex Unit Test Fails using Ant

2009-01-09 Thread Sunils_82
When i run the flexunit test using ant script the task fails with the following error BUILD FAILED: Problem: failed to create task or type flexunit Cause: The name is undefined. Action: Check the spelling. Action: Check that an

Re: AW: AW: Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
p tutorial for starting java programming with Ant. > http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html > > > > Jan > > >> -Ursprüngliche Nachricht- >> Von: Sunils_82 [mailto:sunils...@yahoo.com] >> Gesendet: Mittwoch, 7. Januar 2009

Re: AW: Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
t; Maven has a built in dependency manager, Ant hasnt. Ivy is a DM and > integrates to Ant (and is a subproject of Ant). > > > Jan > >> -Ursprüngliche Nachricht- >> Von: Sunils_82 [mailto:sunils...@yahoo.com] >> Gesendet: Mittwoch, 7. Januar 2009 07:47 >>

Download source jars from Maven Repository

2009-01-06 Thread Sunils_82
HI, I'm using ant version-1.7.1. How do i download source jars from remote maven repository? Does ant support Download Task similar to that in maven ? Regards, Sunil -- View this message in context: http://www.nabble.com/Download-source-jars-from-Maven-Repository-tp21325821p21325821.html Sent

Ant Download Task

2009-01-06 Thread Sunils_82
I'm using ant version-1.7.1 Does ANT support Download Task similar to the Maven. Regards, Sunil -- View this message in context: http://www.nabble.com/Ant-Download-Task-tp21325143p21325143.html Sent from the Ant - Users mailing list archive at Nabble.com. -