Re: META-INF/services

2013-04-10 Thread Manivannan Selvadurai
will check that out...Thanks. 2013/4/11 Martin Gainty > create an apt! > http://docs.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.htmlhttp://mojo.codehaus.org/apt-maven-plugin/ > > Martin Gainty > __ > Verzicht und Vertraulichkeitanmerkung/No

RE: META-INF/services

2013-04-10 Thread Martin Gainty
create an apt! http://docs.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.htmlhttp://mojo.codehaus.org/apt-maven-plugin/ Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich.

Re: @classpath

2013-04-10 Thread Peter West
Thank you all. I see I was instantly swamped with responses. Sign of a good list. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." On 10/04/2013, at 11:37 PM, Peter West wrote: > Where can I find documentation for usage like > >

Re: @classpath

2013-04-10 Thread Peter West
Ok, it's a macro expansion. When you forget things like this, they are extremely difficult to track down. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." On 10/04/2013, at 11:37 PM, Peter West wrote: > Where can I find documentat

RE: @classpath

2013-04-10 Thread Milliken, Rob
Google xpath or xslt -Original Message- From: Peter West [mailto:li...@pbw.id.au] Sent: Wednesday, April 10, 2013 9:37 AM To: user@ant.apache.org Subject: @classpath Where can I find documentation for usage like ? Likewise for the other uses of "@"? Thanks. Peter West "Have you beli

Re: @classpath

2013-04-10 Thread Peter Reilly
It is described in: http://ant.apache.org/manual/Tasks/macrodef.html On Wed, Apr 10, 2013 at 2:37 PM, Peter West wrote: > Where can I find documentation for usage like > > ? > > Likewise for the other uses of "@"? > > Thanks. > > Peter West > > "Have you believed because you have seen me? Bl

Re: @classpath

2013-04-10 Thread Vimil Saju
Those are macrodef attributes. Look for macrodefs in ant's manual From: Peter West To: user@ant.apache.org Sent: Wednesday, April 10, 2013 6:37 AM Subject: @classpath Where can I find documentation for usage like ? Likewise for the other uses of "@"? Than

@classpath

2013-04-10 Thread Peter West
Where can I find documentation for usage like ? Likewise for the other uses of "@"? Thanks. Peter West "Have you believed because you have seen me? Blessed are those who have not seen and yet believe." - To unsubscribe, e-

RE: could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-10 Thread Scot P. Floess
If using Jenkins, there shouldn't be a need to do any of the shell script work being attempted here... You can configure Jenkins along with Ant versions by going to: - Manage Jenkins - Configure System - Ant - Add Ant From here you can name the version of Ant and ANT_HOME

META-INF/services

2013-04-10 Thread Manivannan Selvadurai
Hi All, When i tried to build a final jar out of the jars of my project, the resultant jar had same entries for a particular service under META-INF/services. Due to this my class loader while trying to load the services, picks the first one and the other configurations are missed. Is th

RE: could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-10 Thread Martin Gainty
run this command from cygwin $ ant -verbose my produces cygwin warning: MS-DOS style path detected: C:\ANT\apache-ant-1.7.1 Preferred POSIX equivalent is: /cygdrive/c/ANT/apache-ant-1.7.1 CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's g

Controlling log4j output from ant

2013-04-10 Thread Robert Mark
Hi All, I am having trouble controlling the output from ant to log4j. This is my log4j2.xml: And this is my build.xml: The build.xml outputs one lin