Re: Issues With Quotes

2013-11-06 Thread Dave Westerman
nd for this. Thanks! DLW From: Earl Hood To: Ant Users List , Date: 11/05/2013 08:23 PM Subject:Re: Issues With Quotes Sent by:earlh...@gmail.com On 11/5/13, Dave Westerman wrote: > I'm passing in an attribute that contains a value to search for in a file

Re: Issues With Quotes

2013-11-05 Thread Earl Hood
On 11/5/13, Dave Westerman wrote: > I'm passing in an attribute that contains a value to search for in a file > in Windows. I'm doing this: > > resultproperty="retcode" > outputproperty="output"> > > I normally avoid using since some additional parsing is done by Ant (or t

Issues With Quotes

2013-11-05 Thread Dave Westerman
I have a problem with double-quotes in Ant, and I'm not sure how to get around the problem. I'm passing in an attribute that contains a value to search for in a file in Windows. I'm doing this: >From the command line, the findstr command can handle a quote in the data; for instance, th

Re: Where is the issues site

2012-02-04 Thread Matt Benson
On Sat, Feb 4, 2012 at 4:42 AM, Mansour Al Akeel wrote: > I was looking for ant's bug and enhancement request, but all I was able to > find is ivy and ivyIDE under jira ! Ant is on Bugzilla; see http://ant.apache.org/bugs.html Matt ---

Re: propertyfile task issues

2011-12-03 Thread Jonathan Rosenberg
> > > > From: Stefan Bodewig > To: user@ant.apache.org > Sent: Wednesday, November 30, 2011 1:24 PM > Subject: Re: propertyfile task issues > > On 2011-11-30, Eric Fetzer wrote: > > > I'm having some issue with the pr

Re: propertyfile task issues

2011-11-30 Thread Stefan Bodewig
On 2011-11-30, Stefan Bodewig wrote: > It is quite possible you'd get the same sort of escaping if you load the > file with Properties#load and write it back with Properties#store > outside of Ant as well.

Re: propertyfile task issues

2011-11-30 Thread Stefan Bodewig
On 2011-11-30, Eric Fetzer wrote: > I'm lost Stefan. It's a java properties file, but doesn't have the : > escaped when I check it out. Once I run "propertyfile" on it, it > decides to change it because it knows better than my developers? I wouldn't state it that way, but yes. 8-) Running prope

Re: propertyfile task issues

2011-11-30 Thread Jonathan Rosenberg
t: Wed Nov 30 14:02:41 EST 2011 To: Ant Users Subject: propertyfile task issues All, I'm having some issue with the propertyfile task. I'm simply trying to substitute a value for one property. For some reason, the propertyfile task is modifying everything with a :/ to be a \:

Re: propertyfile task issues

2011-11-30 Thread Eric Fetzer
Sent: Wednesday, November 30, 2011 1:24 PM Subject: Re: propertyfile task issues On 2011-11-30, Eric Fetzer wrote: > I'm having some issue with the propertyfile task. I'm simply trying to > substitute a value for one property. For some reason, the propertyfile > task is modifying ev

Re: propertyfile task issues

2011-11-30 Thread Stefan Bodewig
On 2011-11-30, Eric Fetzer wrote: > I'm having some issue with the propertyfile task. I'm simply trying to > substitute a value for one property. For some reason, the propertyfile > task is modifying everything with a :/ to be a \:/. Colons must be escaped with a backslash in Java property files.

Re: propertyfile task issues

2011-11-30 Thread Scot P. Floess
Users Sent: Wednesday, November 30, 2011 12:02 PM Subject: propertyfile task issues All, I'm having some issue with the propertyfile task.  I'm simply trying to substitute a value for one property.  For some reason, the propertyfile task is modifying everything with a :/ to be a \:/.

Re: propertyfile task issues

2011-11-30 Thread Eric Fetzer
Sorry, you may want this as well:   > cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.5 (Tikanga)   From: Eric Fetzer To: Ant Users Sent: Wednesday, November 30, 2011 12:02 PM Subject: propertyfile task issues All, I'm having so

propertyfile task issues

2011-11-30 Thread Eric Fetzer
All,   I'm having some issue with the propertyfile task.  I'm simply trying to substitute a value for one property.  For some reason, the propertyfile task is modifying everything with a :/ to be a \:/.  I've attached a simple repro.  Any help would be appreciated!   > ant -version Apache Ant ve

Re: Problems with and - (directory path issues)

2011-01-10 Thread Gilbert Rebhan
Original Message Subject: Re: Problems with and - (directory path issues) From: Laurence To: user@ant.apache.org Date: 01.01.2011 21:31 Hi, Laurence > Gilbert, > > I was basically having the same problem you were (I discovered your post > when I was trying to f

Re: Problems with and - (directory path issues)

2011-01-02 Thread Laurence
Gilbert, I was basically having the same problem you were (I discovered your post when I was trying to find a better fix). It's 1/1/2011 now and I am using the latest ANT (v1.8.2 was released on Dec 27) and have been trying every sort of combination with no luck at all. I finally gave up and am

Issues with 2.1.0

2009-10-15 Thread Ben Sion
Hi Guys, I am new to Ivy and I have a few questions with regards to ivy 2.1.0. I have downloaded ivy 2.1.0 and I am attempting to use it in my build file. I have created an ivy.xml file however, I am a little confused about the version attribute of the ivy-module element. If I have the following:

Re: Newbie Question: Installation Issues

2009-10-07 Thread ninoclown
s listed as "file" not as an executable file. >> >> I'm running a WinXP server also. >> >> Any advice would be great! >> >> Thanks! >> -- >> View this message in context: >> http://www.nabble.com/Newbie-Question%3A-Installation-Issues-t

Re: Newbie Question: Installation Issues

2009-10-07 Thread David Weintraub
eat! > > Thanks! > -- > View this message in context: > http://www.nabble.com/Newbie-Question%3A-Installation-Issues-tp25794828p25794828.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > ---

Newbie Question: Installation Issues

2009-10-07 Thread ninoclown
age but it is 1KB and is listed as "file" not as an executable file. I'm running a WinXP server also. Any advice would be great! Thanks! -- View this message in context: http://www.nabble.com/Newbie-Question%3A-Installation-Issues-tp25794828p25794828.html Sent from the Ant - U

Re: Space issues in PATH variable

2009-09-02 Thread Gilbert Rebhan
Rajesh Kumar (IN4774) schrieb: > Hi All, > > I am facing some issues in terms of white space in PATH in ant script. Can > you please help me with below line in unix env? > > try = file='"${VSSCheckout}/CICS_REPORTS/Message Handler/C++ Programs/

Space issues in PATH variable

2009-09-02 Thread Rajesh Kumar (IN4774)
Hi All, I am facing some issues in terms of white space in PATH in ant script. Can you please help me with below line in unix env? Regards, Rajesh http://www.mindtree.com/email/disclaimer.html

why everyone always ends up knowing out of office issues was Re: Loganathan M is out of the office.

2009-07-07 Thread bryan rasmussen
On Wed, Jul 8, 2009 at 8:28 AM, Chris Green wrote: > Why does everyone on the Ant mailing list need to know out of office issues > Because organizations often mandate out of office responses to all emails during vacations, and because Outlook (may vary dependent on version) which is used b

Re: Copy and Include Issues in Apache Ant.

2009-04-24 Thread Peter Reilly
Because does not split up the name using ',' You need to have : etc.. Peter On Fri, Apr 24, 2009 at 11:22 AM, Rajesh Kumar (IN4774) wrote: > Question: Why Copy in ant is not working if I am putting includes separately? > Ant version: Apache Ant version 1.5.4 compiled on January 8 20

Copy and Include Issues in Apache Ant.

2009-04-24 Thread Rajesh Kumar (IN4774)
Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working and Program 2 is working. I guess both programs are correct.. Program1:

Re: Issues upgrading from 1.4 to 2.0.0

2009-02-02 Thread Maarten Coene
: Issues upgrading from 1.4 to 2.0.0 Is there a List of known problems when upgrading from Ivy 1.4 to 2.0? Best regards, Martin

Re: Ant Junit issues - CLASSPATH

2008-12-19 Thread Mark Salter
marshall_dan...@emc.com wrote: > Thank you Mark I will take a look. I caught and fixed the folder issue > but It still is not finding the class. Did you change the classpath specification to remove the extra levels into the junit task as well? > If a class is called com.emc.elms.test.EMCLmcryptK

RE: Ant Junit issues - CLASSPATH

2008-12-18 Thread Marshall_Daniel
Thank you Mark I will take a look. I caught and fixed the folder issue but It still is not finding the class. -Dan -Original Message- From: Mark Salter [mailto:marksal...@talktalk.net] Sent: Thursday, December 18, 2008 2:00 PM To: Ant Users List Subject: Re: Ant Junit issues

Re: Ant Junit issues - CLASSPATH

2008-12-18 Thread Mark Salter
marshall_dan...@emc.com wrote: > Sure I can give you some of it. It looks like its dropping my source > paths but I don't know why. It is dropping directories called:- C:\Build\build\src\com\emc\elms\keygen C:\Build\build\src\com\emc\elms\test C:\Build\build\src\com\emc\elms\keygen C:\

RE: Ant Junit issues

2008-12-18 Thread Marshall_Daniel
ass(URLClassLoader.java:188) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) [junit] at java.lang.ClassLoader.l

Re: Ant Junit issues

2008-12-18 Thread Mark Salter
marshall_dan...@emc.com wrote: > I am fairly new to Ant and I am having issues with an ant script that I > am working on. I am receiving a ClassNotFoundException when the Junit > portion of my Ant script runs. Is the missing class one of yours? > The build and everything before that

Ant Junit issues

2008-12-18 Thread Marshall_Daniel
I am fairly new to Ant and I am having issues with an ant script that I am working on. I am receiving a ClassNotFoundException when the Junit portion of my Ant script runs. The build and everything before that is working correctly and the correct .class file is included in the class path for the

classpath issues in custom task

2008-11-19 Thread teknokrat
I have a custom ant task with the following cast JavacTask jTask = (JavacTask) task; where task is a CompilationTask generated by JavaCompiler and JavacTask is an instance of com.sun.source.util.JavacTask from tools.jar When I am in eclipse everyhting works properly The following code

Re: Issues using a path

2008-08-19 Thread Dominique Devienne
On Tue, Aug 19, 2008 at 9:44 AM, Eric Wood <[EMAIL PROTECTED]> wrote: > Only the two good jars are found in the path reference. I want to know > if an

Issues using a path

2008-08-19 Thread Eric Wood
When I create the following path reference: Only the two good jars are found in the path reference. I want to know if an

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-24 Thread Andrew Clegg
2008/6/24 Stefan Bodewig <[EMAIL PROTECTED]>: > In most cases Ant's behavior probably is exactly what is intended by > many people. You don't want to lose your real work when removing > backups recursively (deleting the directories that don't contain any > backups because no file matched the incl

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-24 Thread Stefan Bodewig
On Tue, 24 Jun 2008, Andrew Clegg <[EMAIL PROTECTED]> wrote: > I have just had a couple of thoughts which I'll post here for the > benefit of others who might be in a similar situation. > > I think my original problem is because each of the subdirectories in > the autosrc tree contains an ignored

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-24 Thread Andrew Clegg
I have just had a couple of thoughts which I'll post here for the benefit of others who might be in a similar situation. I think my original problem is because each of the subdirectories in the autosrc tree contains an ignored .svn directory, meaning that none of them are ever completely empty, so

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-24 Thread Andrew Clegg
2008/6/24 Stefan Bodewig <[EMAIL PROTECTED]>: > I don't think your directories info and src match the includes pattern > **/* which means "at least one directory level deeper than base". > What happens if you remove the includes attribute completely? That works! Thanks. But this means the manual

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-23 Thread Stefan Bodewig
On Mon, 23 Jun 2008, Andrew Clegg <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm having problems setting a task to delete everything in a > particular directory. But wait, before you say "this is a FAQ", I've > tested the solution given in the manual and FAQ, and it doesn't > actually work. >

Issues with delete -- manual and FAQ incorrect (?)

2008-06-23 Thread Andrew Clegg
Hi everyone, I'm having problems setting a task to delete everything in a particular directory. But wait, before you say "this is a FAQ", I've tested the solution given in the manual and FAQ, and it doesn't actually work. My task looks like this, as per standard instructions (autosrc is a tree of

RE: ivy issues

2008-05-23 Thread Bobby Quinne
ght provide more clues. > > > > What do your dependency declarations look like?Compile->* ? > > > > -Original Message- > From: Bobby Quinne [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008 2:38 PM > To: user@ant.apache.org > Subject: RE: ivy issues >

RE: ivy issues

2008-05-22 Thread Bobby Quinne
larations look like?Compile->* ? > I have tried not having compile extend off of default, but same deal. ruel loehr wrote: > > -Original Message- > From: Bobby Quinne [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008 2:38 PM > To: user@ant.apache.org &g

RE: ivy issues

2008-05-22 Thread Loehr, Ruel
does the output look like in debug mode? It might provide more clues. What do your dependency declarations look like?Compile->* ? -Original Message- From: Bobby Quinne [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 2:38 PM To: user@ant.apache.org Subject: RE: ivy is

RE: ivy issues

2008-05-22 Thread Bobby Quinne
t -Original Message- From: Bobby Quinne [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 1:01 PM To: user@ant.apache.org Subject: ivy issues Hi, I am experiencing a few issues that I have been unable to resolve. 1: On the ivy:resolve, entries for the various dependencies are retr

RE: ivy issues

2008-05-22 Thread Loehr, Ruel
What is the output? What is the output when running in debug mode? e.g. ant -debug yourtarget -Original Message- From: Bobby Quinne [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 1:01 PM To: user@ant.apache.org Subject: ivy issues Hi, I am experiencing a few issues that I

ivy issues

2008-05-22 Thread Bobby Quinne
Hi, I am experiencing a few issues that I have been unable to resolve. 1: On the ivy:resolve, entries for the various dependencies are retrieved, the ivy-[revision].xml and pom/. Some of the jars are downloaded in the processes, but not for all the dependencies. I checked on the ibiblio site

RE: issues with SQL task and the PRINT statement in external .sql files

2008-04-18 Thread Nathan Hattala
helps you understand what seems to be going on Thanks, -nathan -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 7:46 AM To: Ant Users List Subject: Re: issues with SQL task and the PRINT statement in external .sql files Nathan Hatta

Re: Issues with install and iBiblio

2008-04-11 Thread Xavier Hanin
yet, and thus do not install anything. This is > > somewhat related to IVY-503, but it deserves its own issue. Could you > open > > one? > > > > For your third attempt, I'm not sure we'll be able to handle this, > because > > we'd need t

Issues with install and iBiblio

2008-04-09 Thread ar92
erstanding that m2compatible=true means that the resolver can handle the way Maven breaks up the org into directories. -- View this message in context: http://www.nabble.com/Issues-with-install-and-iBiblio-tp16586962p16586962.html Sent from the ivy-user mailing list archive at Nabble.com.

Re: issues with SQL task and the PRINT statement in external .sql files

2008-04-01 Thread Steve Loughran
Nathan Hattala wrote: Hello, So I have been banging my head against a wall it seems because I have been trying to automate the database build and deployment process for our software. The goal I have is using ANT and the sql task, to execute an existing .sql file that was developed and placed

issues with SQL task and the PRINT statement in external .sql files

2008-03-31 Thread Nathan Hattala
Hello, So I have been banging my head against a wall it seems because I have been trying to automate the database build and deployment process for our software. The goal I have is using ANT and the sql task, to execute an existing .sql file that was developed and placed in SVN. I am having an

Re: Issues with building custom Ant task and using it in same build?

2008-03-25 Thread Peter Reilly
On Tue, Mar 25, 2008 at 10:50 PM, Karr, David <[EMAIL PROTECTED]> wrote: > I have to write a custom Ant task to get some detailed data out of > Perforce into some properties, and then I need to use those properties > in following steps of a build. Are there any difficulties in having my > build

Issues with building custom Ant task and using it in same build?

2008-03-25 Thread Karr, David
I have to write a custom Ant task to get some detailed data out of Perforce into some properties, and then I need to use those properties in following steps of a build. Are there any difficulties in having my build first compile the Ant task, and then use it in the further steps of the build? Can

Re: replaceregex issues

2008-03-13 Thread Vihan Pandey
On 3/12/08, neo anderson <[EMAIL PROTECTED]> wrote: > > How do I use shell script in ant? I try the following code, but it does not > work. > > > > >(echo "hi!";) > > > > Though it return build successfully. But there is not

Re: replaceregex issues

2008-03-12 Thread neo anderson
tmp > $i; rm -rf $i.tmp;done) > > > > (for i in `find /path/to/my/files/ -name > \*.shtml -print`;do cat $i | sed s/[..\/]*http/http/g > $i.tmp; cat > $i.tmp > $i; rm -rf $i.tmp;done) > > > -- View this message in context

Re: replaceregexp issues...

2008-02-15 Thread Gilbert Rebhan
> Ok i have this: > > and i keep getting this error when i run my ant task > near index 2 > \0 the match attribute should contain your regular expressions (where btw in java '\' has to be masked with a leading '\' so it should be '\\') not a group, a '\' followed by a digit means a specific gro

Re: replaceregexp issues...

2008-02-15 Thread jonese
Got it needed to use Unicode Equivilent \p{IsCntrl} FYI for those who need it: http://perldoc.perl.org/perlre.html jonese On Feb 15, 2008 3:01 PM, jonese <[EMAIL PROTECTED]> wrote: > Ok i have this: > > > > and i keep getting this error when i run my ant task > > BUILD FAILED > C:\working

replaceregexp issues...

2008-02-15 Thread jonese
Ok i have this: and i keep getting this error when i run my ant task BUILD FAILED C:\working\isirv\build.xml:151: java.util.regex.PatternSyntaxException: Illegal octal escape sequence near index 2 \0 ^ The error is pointing to whatever occurs AFTER the \0 i've tried [\0] \0 \0{1,} (\0){1,}

RE: replaceregex issues

2007-08-28 Thread Rebhan, Gilbert
Hi, -Original Message- From: Vihan Pandey [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 4:35 PM To: Ant Users List Subject: Re: replaceregex issues > > > /* Thanks a million Gilbert !!! I REALLY appreciate all the effort you have taken in thinking of this and t

Re: replaceregex issues

2007-08-27 Thread Vihan Pandey
> > > Thanks a million Gilbert !!! I REALLY appreciate all the effort you have taken in thinking of this and testing it out :-) However i've noticed something strange that the replaceregex task fails in cretain(but not all) cases(if there are a VERY large number of files nested in a deep director

RE: replaceregex issues

2007-08-27 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 1:43 PM To: Ant Users List Subject: RE: replaceregex issues /* ok, tested now = works for me with ant 1.6.5 / jdk 1.4.2_08 */ typo, has to be = instead, the reference to the group

RE: replaceregex issues

2007-08-27 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 1:19 PM To: Ant Users List Subject: RE: replaceregex issues -Original Message- From: Vihan Pandey [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 12:00 PM To: Ant Users

RE: replaceregex issues

2007-08-27 Thread Rebhan, Gilbert
Hi, -Original Message- From: Vihan Pandey [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 12:00 PM To: Ant Users List Subject: replaceregex issues /* ../http://web1.foo.com with http://web1.foo.com ../../http://web1.foo.com with http://web1.foo.com ../../../http://web1

replaceregex issues

2007-08-27 Thread Vihan Pandey
Hello, I have a rather strange issue while replacing strings from a set of files. My objective is to replace occurences of : ../http://web1.foo.com with http://web1.foo.com ../../http://web1.foo.com with http://web1.foo.com ../../../http://web1.foo.com with http://web1.foo.com and so on.

Re: CVS Update issues during Build

2007-05-04 Thread vivek payala
Yes Aruna. My CruiseControl's config.xml file does have CVS element included. ** ** * * ** Regards, Vivek Payala On 5/3/07, Aruna Challapalli <[EMAIL PROTECTED]> wrote: Does your cruisecontrol configuration file has any CVS element included? See this example... htt

RE: CVS Update issues during Build

2007-05-03 Thread Vivek Payala
t: Re: CVS Update issues during Build Does your cruisecontrol configuration file has any CVS element included? See this example... http://cruisecontrol.sourceforge.net/main/configxml.html#cvs On 5/3/07, vivek payala <[EMAIL PROTECTED]> wrote: > > Hello, > >

Re: CVS Update issues during Build

2007-05-03 Thread Aruna Challapalli
Does your cruisecontrol configuration file has any CVS element included? See this example... http://cruisecontrol.sourceforge.net/main/configxml.html#cvs On 5/3/07, vivek payala <[EMAIL PROTECTED]> wrote: Hello, We have configured CruiseControl for build scheduling on the build server. Crui

CVS Update issues during Build

2007-05-03 Thread vivek payala
Hello, We have configured CruiseControl for build scheduling on the build server. CruiseControl calls the project specific ANT build script. As the build starts the first thing the build script does is update the projects CVS directory. The build file contents are as shown below, *

CVS Update issues during Build

2007-05-02 Thread Vivek Payala
Hello, We have configured CruiseControl for build scheduling on the build server. CruiseControl calls the project specific ANT build script. As the build starts the first thing the build script does is update the projects CVS directory. The build file contents are as shown below,

Re: Issues with ANT 1.7 and Linux???

2007-02-16 Thread Andrew Close
On 2/16/07, James Abley <[EMAIL PROTECTED]> wrote: Sorry, I thought Antoine had answered this, but just to be explicit: Paths are (always in my experience with the filesystems I've used) case-sensitive under Linux. Have you tried: ls -l /home/scm/CC_BUILD/projects/RSA/build.properties [EMAIL

Re: Issues with ANT 1.7 and Linux???

2007-02-16 Thread Andrew Close
Steve, thanks for the reply. On 2/16/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Andrew Close wrote: > so when i run ANT in debug mode i see the following: > > [property] Loading /home/scm/CC_BUILD/projects/RSA/build.properties > [property] Unable to find property file: > /home/scm/CC_BUILD/

Re: Issues with ANT 1.7 and Linux???

2007-02-16 Thread James Abley
Sorry, I thought Antoine had answered this, but just to be explicit: Paths are (always in my experience with the filesystems I've used) case-sensitive under Linux. Have you tried: ls -l /home/scm/CC_BUILD/projects/RSA/build.properties and ls -l /home/scm/CC_Build/projects/RSA/build.properti

Re: Issues with ANT 1.7 and Linux???

2007-02-16 Thread Steve Loughran
Andrew Close wrote: so when i run ANT in debug mode i see the following: [property] Loading /home/scm/CC_BUILD/projects/RSA/build.properties [property] Unable to find property file: /home/scm/CC_BUILD/projects/RSA/build.properties obviously ANT was able to translate the ${dev.root} property co

Re: Issues with ANT 1.7 and Linux???

2007-02-16 Thread Andrew Close
On 2/15/07, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: From your log file, may be your property file should be loaded from > /home/scm/CC_Build/projects/RSA/build.properties not from > /home/scm/CC_BUILD/projects/RSA/build.properties Best regards, Antoine, thanks for your reply. the

Re: Issues with ANT 1.7 and Linux???

2007-02-15 Thread Antoine Levy-Lambert
From your log file, may be your property file should be loaded from /home/scm/CC_Build/projects/RSA/build.properties not from /home/scm/CC_BUILD/projects/RSA/build.properties Best regards, Antoine On Feb 15, 2007, at 4:04 PM, Andrew Close wrote: hi all, i did a bit of Googling and sea

Issues with ANT 1.7 and Linux???

2007-02-15 Thread Andrew Close
hi all, i did a bit of Googling and searched the archive but couldn't find quite the same situation mentioned that i'm in, so i figured i'd ask here. :) we do our development on WinXP SP2 using jdk 1.4.2_06. i've written new build scripts for our project using ANT 1.7. everything works fine in

Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-31 Thread Steve Loughran
Irene Ros wrote: Hello, I've been developing various configuration scripts and I noticed that when I pass arguments through the command like such as -Dusername="firstname lastname" only the part prior to the space is registered. So when I reference ${username} it will return "firstname". Is t

Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-30 Thread Irene Ros
Irene Ros Software Engineer e-mail: [EMAIL PROTECTED] "Dominique Devienne" <[EMAIL PROTECTED]> 08/30/2006 03:38 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: Redhat Linux Enterprise issues with command line argument contain

Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-30 Thread Dominique Devienne
First, make sure you're using the install of Ant you expect. Linux often comes with a pre-installed Ant which might be older than the one you think you are using, which ant.sh automatically use by default. Use the package manager to find out if Ant is pre-installed. Second, this sounds like an is

Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-30 Thread Irene Ros
Hello, I've been developing various configuration scripts and I noticed that when I pass arguments through the command like such as -Dusername="firstname lastname" only the part prior to the space is registered. So when I reference ${username} it will return "firstname". Is there any workaround

Re: Question on how to to debug mapper issues

2005-11-22 Thread Doug
I think. well give a try & pray. On November 21, 2005 06:44 pm, Brown, Carlton wrote: > As I'm learning Ant, one thing I miss bitterly is the ability to print, > echo, or otherwise inspect every piece of data in order to see where > things are going wrong. I'm having some trouble with a mapper

Re: *****spam***** RE: Question on how to to debug mapper issues

2005-11-22 Thread Geoffrey Mitchell
Sure enough, you were correct. It seems that the "to" attribute does not handle literal relative paths very well. If I store the relative path as the location attribute of a property, no problem doing anything at all. What's up with this? Does anybody else find that buggy, or is it just me?

RE: Question on how to to debug mapper issues

2005-11-21 Thread Brown, Carlton
> -Original Message- > From: Ivan Ivanov [mailto:[EMAIL PROTECTED] > Sent: Monday, November 21, 2005 9:09 PM > To: Ant Users List > Subject: Re: Question on how to to debug mapper issues > > Hello, > > in most cases I have found that running ant in verbose >

Re: Question on how to to debug mapper issues

2005-11-21 Thread Ivan Ivanov
Hello, in most cases I have found that running ant in verbose or in debug mode by supplying -v or -d options corresoindingly helps find what is going wrong. In your case, I can make only the following random guesses: 1) Are your java sources located in src/ directly? If you have some packages tha

RE: Question on how to to debug mapper issues

2005-11-21 Thread Bill Rich
: Monday, November 21, 2005 5:44 PM To: user@ant.apache.org Subject: Question on how to to debug mapper issues As I'm learning Ant, one thing I miss bitterly is the ability to print, echo, or otherwise inspect every piece of data in order to see where things are going wrong. I'm having some tr

Question on how to to debug mapper issues

2005-11-21 Thread Brown, Carlton
As I'm learning Ant, one thing I miss bitterly is the ability to print, echo, or otherwise inspect every piece of data in order to see where things are going wrong. I'm having some trouble with a mapper statement, and if anybody could tell me how to observe what's getting matched by the asterisk,

Re: Apply task argument issues...

2005-09-28 Thread Matt Benson
--- Nicolas Vervelle <[EMAIL PROTECTED]> wrote: [SNIP] > - try a to add a "+" before your filename, > set addsourcefile to > false, and use I would expect this to work; however by faking the target filename incremental builds won't work. At present it might be best to subclass apply to achieve

Re: Apply task argument issues...

2005-09-26 Thread Nicolas Vervelle
Hi, A few ideas (not tested, just ideas) : - use a task for iterating through the fileset. - try a to add a "+" before your filename, set addsourcefile to false, and use Hope this helps, Nicolas Alan Moss wrote: I have an issue WRT the apply task. I need it to be much more flexible than

Re: Apply task argument issues...

2005-09-26 Thread Alan Moss
Oh yeah, the reason the current ANT way of executing this causes a space to be inserted in-between the + and the filename. This, in turn, causes util.exe to fail. > > > > > - To unsubscribe, e-ma

Apply task argument issues...

2005-09-26 Thread Alan Moss
I have an issue WRT the apply task. I need it to be much more flexible than the documentation states it is. Let's say I'm using a tool that has odd command line options like this: util.exe [options] +|- where options is optional and you must specify + or - Given the current way in wh

RE: Have the performance issues been resolved?

2005-08-04 Thread Dick, Brian E.
Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 6:31 AM To: Ant Users List Subject: Re: Have the performance issues been resolved? Dick, Brian E. wrote: > I'm currently using the 12/1/4 nightly build of 1.7alpha. I tried the GA > buil

Re: Have the performance issues been resolved?

2005-08-04 Thread Steve Loughran
Dick, Brian E. wrote: I'm currently using the 12/1/4 nightly build of 1.7alpha. I tried the GA build of 1.6.3, but the performance was horrible. A full build of my application using 1.7alpha takes about 15 minutes. It took 1.6.3 over an hour to do the same build. Have these performance i

Have the performance issues been resolved?

2005-08-03 Thread Dick, Brian E.
I'm currently using the 12/1/4 nightly build of 1.7alpha. I tried the GA build of 1.6.3, but the performance was horrible. A full build of my application using 1.7alpha takes about 15 minutes. It took 1.6.3 over an hour to do the same build. Have these performance issues been resolved wit

Re: ClassLoader issues with Ant 1.6.x and the task

2005-03-29 Thread Peter Reilly
stuck on this. Any ideas? Dave Noel [EMAIL PROTECTED] David E Noel/Burlington/Contr/[EMAIL PROTECTED] 03/24/2005 06:53 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject ClassLoader issues with Ant 1.6.x and the task Hello fellow ant users. I have a problem wit

Re: ClassLoader issues with Ant 1.6.x and the task

2005-03-28 Thread David E Noel
I'm still stuck on this. Any ideas? Dave Noel [EMAIL PROTECTED] David E Noel/Burlington/Contr/[EMAIL PROTECTED] 03/24/2005 06:53 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject ClassLoader issues with Ant 1.6.x and the task Hello fellow ant u

ClassLoader issues with Ant 1.6.x and the task

2005-03-24 Thread David E Noel
Hello fellow ant users. I have a problem with ant and junit that I am pretty sure is a class loader problem. When I run the junit task on my test cases I always get a ClassNotFoundException on my test case classes. I am sure they are on the classpath so that makes me think it is a class loade

Re: JUnitreport and xalan upgrade issues

2005-01-07 Thread James Abley
On Fri, 2005-01-07 at 13:42, Klaus Thorup wrote: > Currently I am trying to use ANT 1.6.2 with Xalan 2.6.0 and Xerces > 2.6.2. The $ANT_HOME/lib directory contains all the appropriate jar > files xalan.jar, xml-apis.jar and xercesImpl.jar. > > However when running the junitreport task with the -ve

JUnitreport and xalan upgrade issues

2005-01-07 Thread Klaus Thorup
Currently I am trying to use ANT 1.6.2 with Xalan 2.6.0 and Xerces 2.6.2. The $ANT_HOME/lib directory contains all the appropriate jar files xalan.jar, xml-apis.jar and xercesImpl.jar. However when running the junitreport task with the -verbose flag is still this in the output: [junitreport] Usin

Re: issues

2004-12-17 Thread Ivan Ivanov
Thank you Peter, it saved me lots of trouble. Ivan --- Peter Reilly <[EMAIL PROTECTED]> wrote: > You can use a trim filter: > > > > > > > It will remove the trailing spaces. > > Peter __ Do you Yahoo!? Send holiday ema

RE: issues

2004-12-17 Thread Rebhan, Gilbert
k is sensible with blanks Gilbert -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: issues The error was that the line [EMAIL PROTECTED]

  1   2   >