Re: default excludes in

2007-01-08 Thread paul . arzul
Quoting [EMAIL PROTECTED]: > hi, > > using a slightly modified version of the last example: > > > and without setting .setIncludes() or .setExcludes(), i'm picking up > .cvsignore > files. do default excludes not apply to .createDataType("

Re: document() function on missing file

2007-01-08 Thread Jonathan Marsh
> I dont think anything has deliberately been changed. If there is a > difference between the 1.6.5 behaviour and the 1.7.0 behaviour, it > probably consitutes a regression. > > You may be seeing differences between XSLT engines. Make sure you are > using xalan and not java1.5 xsltc > > -steve

[ANN] Apache AntUnit 1.0 Released

2007-01-08 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Apache Ant Developer Team is proud to announce the 1.0 release of the Apache AntUnit Ant library. AntUnit provides Ant tasks that allow you to write (functional) tests in Ant build files. For example would assert that a ce

Re: Trouble executing a beanshell script

2007-01-08 Thread Scot P. Floess
Peter: Thanks for the prompt reply :) I downloaded apache-ant-20070107-bin.tar.bz2 and got the same result. Executing "ant -version" yields: Apache Ant version 1.7.0RC1 compiled on January 7 2007 Did I download t

Re: Trouble executing a beanshell script

2007-01-08 Thread Peter Reilly
On 1/8/07, Scot P. Floess <[EMAIL PROTECTED]> wrote: All: I was trying to execute a simple beanshell script from within my ant script (I tried using an example found in the documentation): From the manual: """NB: This classpath cannot (currently) be used to specify the location of the BSF jar

Re: Problem with xml-apis.jar located both in the classpath of a taskdef and ant lib.

2007-01-08 Thread Jacob Kjome
Quoting Steve Loughran <[EMAIL PROTECTED]>: > carmel cohen wrote: > > Hi, > > > > I am trying to write an ant task that uses xml-apis.jar. > > My problem is that i want to be able to define what version of > > xml-apis.jaris used. > > The jar is located both under %ANT_HOME%/lib (and the eclipse's

Trouble executing a beanshell script

2007-01-08 Thread Scot P. Floess
All: I was trying to execute a simple beanshell script from within my ant script (I tried using an example found in the documentation): dir="/home/sfloess/development/jplate/environment/lib" includes="*.
Re: websphere compilation --- jar names needed.

Since websphere is not installed in unix machien.. we were getting the below error, its resolved now... With Regards, Prashanth [EMAIL PROTECTED] 01/08/2007 08:24 PM Please respond to "Ant Users List" To Ant Users List cc Subject websphere compilation --- jar names needed. Hai Frie

Re: AW: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

I did copy catalina-ant.jar to quartz/webapp/lib but it did not make any difference. Same error. Is the problem with Sun Java Studio 8.1 ? thanks, Anil --- [EMAIL PROTECTED] wrote: > It's in the catalina-ant.jar from Tomcat. > http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing%2

websphere compilation --- jar names needed.

Hai Friends!!! While performing EJB compilation using Websphere specific command and jars, we are facing below errors. jar-PassBookBean-ejb: [jar] Building jar: /opt/corebld/build/ICICI_WebSphere/CORE/build/ejb/tempPassBookBean.jar ejbc-PassBookBean-ejb: [java] Exception in thread "

Re: Problem with xml-apis.jar located both in the classpath of a taskdef and ant lib.

carmel cohen wrote: Hi, I am trying to write an ant task that uses xml-apis.jar. My problem is that i want to be able to define what version of xml-apis.jaris used. The jar is located both under %ANT_HOME%/lib (and the eclipse's ant lib if the ant is run from eclipse) and both in my project dir,

Problem with xml-apis.jar located both in the classpath of a taskdef and ant lib.

Hi, I am trying to write an ant task that uses xml-apis.jar. My problem is that i want to be able to define what version of xml-apis.jaris used. The jar is located both under %ANT_HOME%/lib (and the eclipse's ant lib if the ant is run from eclipse) and both in my project dir, under a library call

Re: document() function on missing file

Jonathan Marsh wrote: I have been using the xslt task to merge information residing in a set of files (WSDL 2.0 test results [1]) into a single summary file. Using the 1.7.0 alpha build, the document function would return an empty node-set if the URL given it was unresolvable. In the final 1.7.

Re: AW: AW: how to access/iterate id in

Peter Reilly wrote: On 1/4/07, Steve Loughran <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: >> 2) >> The java api of some types in ant were not really designed for >> ease of use. > > It's much easier to use instead of , e.g. > > Compare the execute()-implementation between [1] and [2].

AW: Custom processor for Xslt task?

I always get a 404 error ... Jan >-Ursprüngliche Nachricht- >Von: Trevor Harmon [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 8. Januar 2007 10:01 >An: Ant Users List >Betreff: Re: Custom processor for Xslt task? > >On Jan 6, 2007, at 9:43 PM, Trevor Harmon wrote: > >> It's definitely no

Re: Custom processor for Xslt task?

On Jan 6, 2007, at 9:43 PM, Trevor Harmon wrote: It's definitely not a misspelling. The override workaround always results in a ClassNotFoundException. I've filed a bug on this issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=41314 I also found a workaround, which I describe on my