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

RE: Help with ant task

2011-05-25 Thread Martin Gainty
t facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 24 May 2011 21:04:33 -0400 > From: sflo...@nc.rr.com > To: user@ant.apache.org > Subject: Re: Help with ant task > > > Mind showing what you tr

Re: Help with ant task

2011-05-24 Thread Scot P. Floess
Mind showing what you tried that didn't work??? Might be easier to see how you are trying to accomplish this and then point out what to do :) On Tue, 24 May 2011, rakesh mailgroups wrote: Hi, hope you can help as I am struggling to get this to work!! I have a lib directory that may poten

Help with ant task

2011-05-24 Thread rakesh mailgroups
Hi, hope you can help as I am struggling to get this to work!! I have a lib directory that may potentially contain libs such as: acme.jar acme-2011050241533.jar The two jars are related but I want only one in the directory. So, if acme-*.jar exists, then I need to delete acme.jar. I've tried

Re: Urgent Help with Ant and Svn integration.

2009-08-06 Thread David Weintraub
Why are you using Ant for this task. Ant isn't a scripting language. It is a build system. Why not use svnsync? < http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt> -- David Weintraub qazw...@gmail.com

RE: Urgent Help with Ant and Svn integration.

2009-08-06 Thread Martin Gainty
pache.org > CC: dev-h...@ant.apache.org; user-h...@ant.apache.org; > us...@subversion.tigris.org > Subject: Re: Urgent Help with Ant and Svn integration. > > > Curious - you mention "svn client is installed by default in box" - but at > the end I see you mention

Re: Urgent Help with Ant and Svn integration.

2009-08-06 Thread Scot P. Floess
Curious - you mention "svn client is installed by default in box" - but at the end I see you mention no svn client... Somewhat confused... Frome the command prompt can you find svn manually (as in - is it in your path)??? On Thu, 6 Aug 2009, Rajesh Kumar (IN4774) wrote: Hello everybody,

Urgent Help with Ant and Svn integration.

2009-08-06 Thread Rajesh Kumar (IN4774)
Hello everybody, I am facing some issues with svn and ant integration. Requirement: Sync SVN source code using ant script in Solaris machine without copying supported jar files in Ant_home. Limitation: Ant client and svn client is install by default in box but don't have root permission so I c

help with ant - copy and filesets

2008-12-14 Thread Muralidhar Manku
Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories and some java files. a) Create a temp directory (/d1/temp) a) I need to create a directory unde

Re: help with ant - copy and filesets

2008-12-12 Thread manku
t; > > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > &

Re: help with ant - copy and filesets

2008-12-12 Thread Prashant Reddy
Take a look at "mapper" http://ant.apache.org/manual/CoreTypes/mapper.html manku wrote: Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories an

help with ant - copy and filesets

2008-12-12 Thread manku
mnc/a.java Please advice Thanks, -- Muralidhar -- View this message in context: http://www.nabble.com/help-with-ant---copy-and-filesets-tp20987842p20987842.html Sent from the Ant - Users mailing list archive at Nabble.com. - To u

Need Help with Ant Pass fail notification!

2007-08-29 Thread Rajesh Kumar \(IN4774\)
Hi, I am beginner in ant. I am trying to write one program in ant- which will save Pass/fail Notification in one text file. Could you help me please? Thanks in advance! Regards, Rajesh *Thanks & Regards, Rajesh Kumar R & D Services I MindTree Consulti

RE: Help with Ant

2005-02-17 Thread Michael Wang \(IT\)
Is there a handy way to check if a directory is empty or not? -Original Message- From: Michael Wang (IT) Sent: Thursday, February 17, 2005 9:22 AM To: 'Ant Users List' Subject: RE: Help with Ant Thanks for the quick reply, I will give it a shot. Sorry, more Qs: 1. how to

RE: Help with Ant

2005-02-17 Thread Michael Wang \(IT\)
hanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 9:15 AM To: user@ant.apache.org Subject: AW: Help with Ant If the suffix is not known before, you could try a regexp and (AntContrib) Jan > -Ursprüngliche Nachricht---

AW: Help with Ant

2005-02-17 Thread Jan . Materne
If the suffix is not known before, you could try a regexp and (AntContrib) Jan > -Ursprüngliche Nachricht- > Von: Michael Wang (IT) [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 17. Februar 2005 15:13 > An: Ant Users List > Betreff: RE: Help with Ant > >

RE: Help with Ant

2005-02-17 Thread Michael Wang \(IT\)
-Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 5:53 PM To: Ant Users List Subject: RE: Help with Ant Check out the ant-contrib tasks... http://ant-contrib.sourceforge.net/ -Rob A > -Original Message- >

Re: Help with Ant

2005-02-16 Thread Erik Hatcher
See if the built-in task will do the trick. Erik On Feb 16, 2005, at 4:19 PM, Michael Wang (IT) wrote: Hi, Is there some if/while control structure in Ant? Here is what I am trying to do with Ant. I want to write a built script for ant. This script is used to compile some oracle forms on

RE: Help with Ant

2005-02-16 Thread Anderson, Rob (Global Trade)
Check out the ant-contrib tasks... http://ant-contrib.sourceforge.net/ -Rob A > -Original Message- > From: Michael Wang (IT) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 16, 2005 1:19 PM > To: user@ant.apache.org > Subject: Help with Ant > > > Hi, >

Help with Ant

2005-02-16 Thread Michael Wang \(IT\)
Hi, Is there some if/while control structure in Ant? Here is what I am trying to do with Ant. I want to write a built script for ant. This script is used to compile some oracle forms on Unix. For example, for /usr/local/myproject/src. I have some *.fmb file and I want to convert them using f9

incorrect package name in .java files Re: Please help with Ant/Junit

2004-01-19 Thread Baz
- From: "Baz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 17, 2004 1:44 AM Subject: Please help with Ant/Junit > All, > > I am a newbie and would like to use junit in my build.xml. However, it keep > giving me the following errors... Pleas