Re: convert ant path without assigning to immutable property

2010-08-20 Thread Jacob Beard
Great, thanks! Jake On 10-08-20 05:07 PM, Peter Reilly wrote: you can use from ant 1.8 onwards. http://ant.a

Re: convert ant path without assigning to immutable property

2010-08-20 Thread Peter Reilly
you can use from ant 1.8 onwards. http://ant.apache.org/manual/Tasks/local.html Peter On Fri, Aug 20, 2010 at 9:32 PM, Ja

convert ant path without assigning to immutable property

2010-08-20 Thread Jacob Beard
Hi, I have a situation where I have a path with a number of path segments, and, for each path segment, I need to transform that path segment (presumably using a mapper), and then pass the original path segment AND the transformed path segment to a macro. The problem is that it's not clear to

Re: How to convert WAR application into console application (Making Unicorn has console application)

2010-08-20 Thread Vimil Saju
Come on! ant does a lot of things, but asking ant to turn a webapp into a console app is asking for too much. You need to see how the  application is structured, If there is a separate business layer then jar all the business layer classes and then write a class with a main method that invokes t

How to convert WAR application into console application (Making Unicorn has console application)

2010-08-20 Thread Ranjith
Hi all, Unicorn just provide a URI and push the button. It will call a series of validation services and report the results.I have already downloaded and installed Unicorn. To Download the source code it is only available for download from the Mercurial repository. To download it, use the comm