Re: AW: help with filterchain: using regex filter...

2009-08-11 Thread weiji
Jan.Materne wrote: > > Wouldnt be a XSLT easier? > > Jan > > > >version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > > > generated file - do not change > > > > > > > > > > > > > > > > > > > > > >

Re: AW: help with filterchain: using regex filter...

2009-08-11 Thread weiji
Hi Jan, It does look easier... let me try it out and I'll let you know how it goes. Thanks! KaJun -- View this message in context: http://www.nabble.com/help-with-filterchain%3A-using-regex-filter...-tp24912535p24922974.html Sent from the Ant - Users mailing list archive at Nabble.com.

help with filterchain: using regex filter...

2009-08-10 Thread weiji
Hi, I'm trying to use Ant to convert an XML file from one format to another. We are using it this way in order to generate Flex manifest files for compilation using the flex command-line compiler. Basically we have a list of classes to compile, but they're in one format and the manifest file is

RE: run script after ant finished

2009-07-01 Thread weiji
I have a somewhat similar situation - what I did was create a shell script that invokes ant, and I simply invoke ant twice - the first one is a target to get the latest versions of the build files (build.xml and some property files, etc) which updates itself, then the next call does the build. Th

Re: Problem with Ant P4 Task

2008-09-30 Thread weiji
Hi, I am also in a similar situation. I found that the p4change task does not set the p4.change property when I run the build from a linux host, but it works fine when run from a Windows host. This causes the build to fail because we cannot checkin files without the property being set. Does an

Re: converting from DOS/Visual Studio to Ant for build

2008-01-17 Thread weiji
Thanks DD -- we are mostly an MS shop, but we do have a mixed set of developers. I'm actually part of a dev group doing Java and we are already using Ant for our build process (javac, junit, javadocs, deployment, even some 3rd party tasks for compiling Adobe Flex code and remote ssh connections to

converting from DOS/Visual Studio to Ant for build

2008-01-17 Thread weiji
Hi, Our current build process involves a DOS batch file to loop through a list of solutions that we want to build, and invoking the command line Visual Studio client to build each one. We are interested in Ant as a replacement, since we believe the logic control/conditional execution of targets

failonerror=false behavior for targets?

2008-01-16 Thread weiji
Hi, Is there a way to cause Ant to not quit if a target fails? For instance, several targets may execute, and if the first one fails we still have the others continue. I know that many tasks have a failonerror attribute, but we are looking at something that would apply to the entire target. Th

How to figure out how Ant is invoked...

2007-11-01 Thread weiji
Hi, We are using Ant in our build process to compile Java sources as well as run a compiler for Adobe Flex. The Flex part of our webapp handles the user interface. We noticed that running the Ant target from within Adobe's Flex Builder IDE will generate output differently compared to running th

doing antcalls in parallel

2007-10-01 Thread weiji
Hi, I have a few targets set up related to handling Java code. After the code is compiled, I run JUnit tests and generate Javadocs. Kudos to "Ant in Action" with the very handy junitreport setup. My question is whether it would be possible to run the targets in parallel, since I have a few tar

using vssget to copy over existing files

2007-09-13 Thread weiji
Hi, I'm using vssget to get a project from the server to my workstation. However, it returns with error code 100. If I point the local directory to an empty directory, all the files are gotten without any issues. This leads me to believe the issue is with overwriting the existing files. Does