RE: Need help with ANT javac classpath

2014-09-16 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Tue, 16 Sep 2014 14:19:47 + > > �I think I may not have articulated my problem correctly MG>for 6 weeks this summer I was answering all que

RE: Need help with ANT javac classpath

2014-09-16 Thread WebServices Development
other jars used by the application. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, September 15, 2014 5:39 PM To: Ant Users List Subject: RE: Need help with ANT javac classpath > From: webservices_developm...@csx.com > To: user@ant.apache.org >

RE: Need help with ANT javac classpath

2014-09-15 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Mon, 15 Sep 2014 16:06:55 + > > Thanks. > > This is a common build script that we have, so I didn't add fork for the > javac task -

RE: Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
AM To: Ant Users List Subject: Re: Need help with ANT javac classpath On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" a

Re: Need help with ANT javac classpath

2014-09-15 Thread Dominique Devienne
On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" attributes - both together as well as > individually - to the javac task - but I still get the error. The error >

Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
I have an old application which is using JAXB version 1.0. When I pull in the projects in Eclipse, it compiles fine because it references the jaxb jars from my web-inf/lib. When I am defining an ANT javac task for it, I get compilation errors because the jaxb classes from rt.jar take prefere

AW: ****SPAM**** How include arbitrary jars on javac classpath?

2009-01-19 Thread Knuplesch, Juergen
811944121 -Ursprüngliche Nachricht- Von: shwick [mailto:uhimat...@hotmail.com] Gesendet: Dienstag, 20. Januar 2009 01:35 An: user@ant.apache.org Betreff: SPAM How include arbitrary jars on javac classpath? Is it possible to reference paths in a file? I have a file that contains a

How include arbitrary jars on javac classpath?

2009-01-19 Thread shwick
, so what happens for windows? I need to refer to absolute paths. I tried setting dir="" and prefixing the paths with / but that didn't work. Any help is appreciated. -- View this message in context: http://www.nabble.com/How-include-arbitrary-jars-on-javac-classpath--tp2155483

Re: JAVAC Classpath

2006-03-06 Thread Jeffrey E Care
That's documented pretty clearly in the manual. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer "Rosenberg, Eric" <[E

JAVAC Classpath

2006-03-06 Thread Rosenberg, Eric
I am running ant 1.6.2. I just realized that the javac task is taking the classpath that I specify and adding the classpath that I have started ant with to it. Is there a way to make it not do that? I have junit.jar in Ant's class path so that I can use the junit task in another target. How

RE: HELP :javac classpath: Thankyou

2005-08-09 Thread Arti Singh
Thank you .It works __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: HELP :javac classpath

2005-08-09 Thread Peter Reilly
do it for you. HTH Bill -Original Message- From: Arti Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:11 AM To: user@ant.apache.org Subject: HELP :javac classpath Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build s

RE: HELP :javac classpath

2005-08-09 Thread Bill Rich
EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:11 AM To: user@ant.apache.org Subject: HELP :javac classpath Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build script using a classpath variable to point to required libraries.I trie

HELP :javac classpath

2005-08-09 Thread Arti Singh
Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build script using a classpath variable to point to required libraries.I tried the approach below.I tried to define my classpath in properties and then used them in javac, but that doesnt seep t

Re: Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
t; by progra~1, i.e. the DOS >>short name with no spaces. --DD >> >>> -Original Message- >>> From: Colin S [mailto:[EMAIL PROTECTED] >>> Sent: Monday, March 07, 2005 12:20 PM >>> To: Ant Users List >>> Subject: javac, classpath with

Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
operties file. > >But you can always replace "program files" by progra~1, i.e. the DOS >short name with no spaces. --DD > >> -Original Message- >> From: Colin S [mailto:[EMAIL PROTECTED] >> Sent: Monday, March 07, 2005 12:20 PM >> To: Ant Users

Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
CTED] >> Sent: Monday, March 07, 2005 12:20 PM >> To: Ant Users List >> Subject: javac, classpath with spaces >> >> Hello all, >> >> I've been searching through the archives and the Web today trying to >> get the task working with a c

RE: javac, classpath with spaces

2005-03-07 Thread Dominique Devienne
essage- > From: Colin S [mailto:[EMAIL PROTECTED] > Sent: Monday, March 07, 2005 12:20 PM > To: Ant Users List > Subject: javac, classpath with spaces > > Hello all, > > I've been searching through the archives and the Web today trying to > get the t

javac, classpath with spaces

2005-03-07 Thread Colin S
Hello all, I've been searching through the archives and the Web today trying to get the task working with a classpath that has spaces in it. Basically, I have something like the following, defined in a property file classpath = c:\\program files\\rest\\of\\path;[... etc... ] but when used as