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
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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.
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo