> -Original Message-
> From: Build Admin [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 02, 2007 7:49 AM
> To: ANT users
> Subject: Need your help
>
> How to use ant , antlr tasks?
>
This cracks me up. Everyone on the list would benefit from the
following:
http://www.catb.org/~esr/
> Hi all,
>
> In my build script I am using,
>
> toFile="${build.root}/WEB-INF/web.xml"
> filtering="on" overwrite="true">
>
>
>
>
>
> This code is copying the web.xml file, but not replacing the word
> "spoofFilter" with "permissionFilter" as
I've found a workaround: using reloadstylesheet="true". Could it be then a
problem with Saxon? But then, why is it working with Ant 1.6.5?
Thanks,
Carlos
Carlos wrote:
>
> Hi. I'm using Ant 1.7.0 and I need XSLT 2.0, so I'm using saxon8.jar
> by adding a "classpath" element to the "xslt" ele
Hi. I'm using Ant 1.7.0 and I need XSLT 2.0, so I'm using saxon8.jar
by adding a "classpath" element to the "xslt" element in the Ant
script.
My problem is that the XSLT task behaves strangely when used for a set
of files (using basedir,destdir and extension attributes), although it
works OK for
Charles Wells wrote:
I use Ant to invoke several different test suites, where each test suite
contains many test cases, and each test case contains many test methods.
Its a common complaint here that the HTML report generated by the
task lists all the test method names but not what test case
eac
Hi Frank,
thank you very much for your posting. The special character you can see in
my email doesn't exist in the real script - I don't know how it slipped into
the mail. Anyway, there isn't any special character. Does anybody have
another idea why ANT acts that strangely?
Kind regards
Marc
Fr
Hi, Martin
sorry for my late response, had been out of office ...
/*
my usages looks like the following:
In the above, d seems to get called twice.
*/
that looks logical as e depends on d and afterwards you're
calling target d agai
Probably Sun Java Studio has an embedded instance of ANT, and you've put
the jars into the wrong place.
Try just defining them according to where the jars are located:
location="${catalina.home}/server/lib/catalina-ant.jar" />
Tea
On 05/02/07, Neeraj Gopalakrishnan Nair, HCL-Industry Solutions <
[EMAIL PROTECTED]> wrote:
If it shows the exception 'NoClassDefFoundException',I think it is the
problem with your classpath. Try running WSDL2Java using java.exe as:
java org.apache.axis.wsdl.WSDL2Java , after setting your
class