RE: Resource collections - Linux vs. windows

2014-02-12 Thread Kimpton, C (Chris)
- From: Matt Benson [mailto:gudnabr...@gmail.com] Sent: 11 February 2014 15:43 To: Ant Users List Subject: Re: Resource collections - Linux vs. windows Yeah, I have a feeling you are running into some problem having to do

RE: Resource collections - Linux vs. windows

2014-02-11 Thread Kimpton, C (Chris)
ubject: Re: Resource collections - Linux vs. windows Yeah, I have a feeling you are running into some problem having to do with non-empty subdirectories. Usually some creative sorting, etc., can help. The delete task should know how to handle this with filesets; I believe its page in the manua

Re: Resource collections - Linux vs. windows

2014-02-11 Thread Matt Benson
> > > > > > > > > > > > > > > -Original Message- > From: Matt Benson [mailto:gudnabr...@gmail.com] > Sent: 11 February 2014 14:15 > To: Ant Users List > Subjec

RE: Resource collections - Linux vs. windows

2014-02-11 Thread Kimpton, C (Chris)
Message- From: Matt Benson [mailto:gudnabr...@gmail.com] Sent: 11 February 2014 14:15 To: Ant Users List Subject: Re: Resource collections - Linux vs. windows Can

Re: Resource collections - Linux vs. windows

2014-02-11 Thread Matt Benson
Can you expand your example into a self-contained example that builds up an appropriate structure first, then still fails on Linux? Matt On Tue, Feb 11, 2014 at 2:21 AM, Kimpton, C (Chris) < chris.kimp...@rabobank.com> wrote: > Hi, > > I have a target that is trying to delete some directories,

Resource collections - Linux vs. windows

2014-02-11 Thread Kimpton, C (Chris)
Hi, I have a target that is trying to delete some directories, all but the last few. It works as expected (I believe - it deletes files when expected) on my dev box (windows), but is not deleting anything on the build server (Linux): It builds up 2 resource collections - one for all directorie

RE: Build directly on machine vs. SSH to machine and start build

2012-05-11 Thread Echlin, Robert
sday, May 08, 2012 12:01 PM To: Ant Users List Subject: Re: Build directly on machine vs. SSH to machine and start build Thanks Rob!  So here's what I'm seeing which doesn't make sense to me:   bash-3.2$ ssh buildUser@buildMachine [buildUser@buildMachine] /home/buildUser-> echo

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
x only.  Could this be clearing the value?  Doesn't seem like it to me unless the variable was unset first but I don't understand why it's not working.     Thanks, Eric From: "Echlin, Robert" To: Ant Users List Sent: Tuesday, May 8, 2

RE: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Echlin, Robert
c: Ant Users List Subject: Re: Build directly on machine vs. SSH to machine and start build Bash is this user's default shell. On May 8, 2012, at 9:41 AM, Eric Fetzer wrote: > Robert, > > Notice in my command: > >>>> ssh -f builduser@buildMachine ". ~/.bash_p

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
Bash is this user's default shell. On May 8, 2012, at 9:41 AM, Eric Fetzer wrote: > Robert, > > Notice in my command: > ssh -f builduser@buildMachine ". ~/.bash_profile;cd /app/rosstr/build;/opt/apache-ant-1.7.1/bin/ant -f build.xml -Dfull.buildnumber=3.0.2.8 > > that I'm s

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
Robert, Notice in my command: >>> ssh -f builduser@buildMachine ". ~/.bash_profile;cd >>> /app/rosstr/build;/opt/apache-ant-1.7.1/bin/ant -f build.xml >>> -Dfull.buildnumber=3.0.2.8 that I'm sourcing my bash profile, which also runs .bashrc. Will this not switch me to the bash shell. I type

RE: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Echlin, Robert
h bash, I would write a bash script to set up the environment and then call ant from that script, but you can certainly do it in ant. Rob -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Monday, May 07, 2012 6:17 PM To: Ant Users List Cc: Ant Users List Subject: R

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
is build machine... >> >> Thanks, >> Eric >> >> >> >> From: "Perrier, Nathan" >> To: Ant Users List ; Eric Fetzer >> Sent: Monday, May 7, 2012 1:17 PM >> Subject: RE: Build directly on ma

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Simon Murcott
nning this from a manual login, it's after > sshing from my own machine to this build machine... > > Thanks, > Eric > > > > From: "Perrier, Nathan" > To: Ant Users List ; Eric Fetzer > Sent: Monday, May 7, 2012 1:17 P

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
__ From: "Perrier, Nathan" To: Ant Users List ; Eric Fetzer Sent: Monday, May 7, 2012 1:17 PM Subject: RE: Build directly on machine vs. SSH to machine and start build Add -v in your call (or -debug):     ant [-v|-d] -f build.xml -Original Message- From: Eric Fetzer [mailto:

RE: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Perrier, Nathan
Add -v in your call (or -debug): ant [-v|-d] -f build.xml -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Monday, May 07, 2012 2:12 PM To: Ant Users Subject: Build directly on machine vs. SSH to machine and start build This is very strange to me.  Here

Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
This is very strange to me.  Here are the 2 scenarios.   Scenario 1: 1)  Log on to buildMachine as user builduser 2)  >bash 3)  >cd /my/builddir 3)  >/opt/apache-ant-1.7.1/bin/ant -f build.xml -Dfull.buildnumber=3.0.2.8 4)  Build succeeds without issue   Scenario 2: 1)  From a different machine:   

Re: windows vs linux paths in properties

2012-03-27 Thread James Moore
On Tue, Mar 27, 2012 at 7:27 AM, Jasper Floor wrote: > This fails terribly in windows because of the / > The reason, obviously is that the / should be a \ in windows.\ > That shouldn't be the problem; both \ and / are file separators in Windows and always have been. There are some Windows tools

vs.

2012-01-13 Thread Perrier, Nathan
I haven't run a test yet, but would it be faster, for a large fileset, to run vs. running over a samba network share for windows to linux?

runtarget vs. macrodef for Procedural Ant Programming

2011-07-28 Thread Steve Amerige
Hi all, What are the pros/cons of choosing runtarget vs. macrodef as "functions" under these assumptions: 1. Ant is going to be used as a procedural language for complex coding. Please just accept this assumption. :-) 2. No more than a page or so of coding should be in any on

Re: Equivalent: antcall with inheritrefs vs. runtarget

2011-07-08 Thread Steve Amerige
Thanks, Nathan. So, aside from performance and implementation issues, are they equivalent? That is, is there anything observable in a script as a practical matter between these two idioms? If not, I'd think I'd usually want runtarget instead of antcall with inheritrefs=true. On 7/8/2011 11:2

Re: Ivy dependency revision for releasing vs development

2010-11-08 Thread Steve Miller
and then maybe having an override that can be specified > locally. > > Cheers. > > Mike. > > -Original Message- > From: Steve Miller [mailto:thatguy1...@gmail.com] > Sent: 05 November 2010 16:57 > To: ivy-u...@ant.apache.org > Subject: Re: Ivy dependency r

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
. Januar 2010 08:25 To: Ant Users List Subject: AW: ant log/output vs. unless/if on a target Hello, Write your own logger, that runs internally with verbose, but filters out what you want. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
log/output vs. unless/if on a target Hi, Yes, but then I get to see *a lot* of other stuff too, which I don't want to. There is already enough in my build log to look at ;) Or is there may be a way to control the level of specific things such as this, i.e. smth. like log4j's lo

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Hi, Yes, but then I get to see *a lot* of other stuff too, which I don't want to. There is already enough in my build log to look at ;) Or is there may be a way to control the level of specific things such as this, i.e. smth. like log4j's logger id to control it? tom -Original Message

Re: ant log/output vs. unless/if on a target

2010-01-18 Thread Stefan Bodewig
On 2010-01-18, Thomas Menzel wrote: > Maybe I just don't know enough and this already works, but it would be > really great if ant would tell by default that a target isn't executed > because of an if/unless. It does so in -verbose mode. Stefan -

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Montag, 18. Januar 2010 13:11 To: Ant Users List Subject: AW: ant log/output vs. unless/if on a target Hello, The workaround is to use antconribs task to do what "if/unless" does. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Thomas Menzel Gesendet: Montag, 18.

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
Hello, The workaround is to use antconribs task to do what "if/unless" does. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen...@brox.de] Gesendet: Montag, 18. Januar 2010 12:34 An: user@ant.apache.org Betreff: ant log/output vs. unle

ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Hi, Maybe I just don't know enough and this already works, but it would be really great if ant would tell by default that a target isn't executed because of an if/unless. I just stumbled over this when I wanted to turn a target off that I'm calling with and was wondering and debugging why the

Re: Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Exploring Incremental Builds

2009-10-01 Thread Dominique Devienne
On Thu, Oct 1, 2009 at 10:17 AM, David Booth wrote: > We’re looking into incremental builds — trying to document the differences > in popularity & productivity between using tools like Ant and Maven versus > IDEs.  We haven’t seen a study like this before, and we’ve already received > responses fr

Ant vs Maven vs Eclipse, IntelliJ, NetBeans – Expl oring Incremental Builds

2009-10-01 Thread David Booth
We’re looking into incremental builds — trying to document the differences in popularity & productivity between using tools like Ant and Maven versus IDEs. We haven’t seen a study like this before, and we’ve already received responses from over 550 developers. We’d like this report to be as accur

ssh vs scp

2009-06-16 Thread ext-simon.steiner
Hi, It would be better if these tasks were consistant. SCP has: passphrase Passphrase for your private key.Yes, if you are using key based authentication. SSH has: passphrase Passphrase for your private key.No, defaults to an empty string. http://ant.apache.org/manua

Conflict Management: Spring 2.0 vs 2.5 and Hiberante 2.1 vs Hibernate 3.1

2009-03-17 Thread Stephen Woods
I have a module that has both Hibernate 2 and Hibernate 3 code in it that depends on Spring. Unfortunately, since Spring no longer supports Hibernate 2 as of version 2.5, up until now, I have been forced to stay with Spring 2.0. Now that I'm using Ivy, I am hoping that I can create configurations

Re: IvyDE much much slower in 2.0 vs 1.x

2009-01-07 Thread Eric Anderson
cc Please respond to Subject ivy-u...@ant.apac IvyDE much much slower in 2.0 vs he.org 1.x I've recently switched our team to the latest version of the IvyDE plu

Re: headless build vs. eclipse build

2008-02-07 Thread Steven Guitar
TECTED]> To: "Ant Users List" Sent: Wednesday, February 06, 2008 2:57 PM Subject: Re: headless build vs. eclipse build Martin, actually in eclipse(WSAD actually) its pointing to the bundled jre's that came with the IDE and for my system env vars, i have a ANT_HOME and a JAVA_H

Re: headless build vs. eclipse build

2008-02-07 Thread Steven Guitar
synch between the IDE and command line as even point release deltas can cause these sorts of discrepancies Martin-- - Original Message - From: "Steven Guitar" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, February 06, 2008 2:57 PM Subject: Re: head

Re: headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
- Original Message - From: "Steven Guitar" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, February 06, 2008 2:57 PM Subject: Re: headless build vs. eclipse build Martin, actually in eclipse(WSAD actually) its pointing to the bundled jre's that c

Re: headless build vs. eclipse build

2008-02-06 Thread Martin Gainty
2008 2:57 PM Subject: Re: headless build vs. eclipse build > Martin, > > actually in eclipse(WSAD actually) its pointing to the bundled jre's > that came with the IDE and for my system env vars, i have a ANT_HOME > and a JAVA_HOME that are different paths than whats in the ID

Re: headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
TECTED]> To: Sent: Wednesday, February 06, 2008 1:57 PM Subject: headless build vs. eclipse build Hey guys, i have written a headless build for a jar file that we use for our framework to distribute to other developers. the jar file is given to web developers who deploy their web apps to webspher

Re: headless build vs. eclipse build

2008-02-06 Thread Martin Gainty
ROTECTED]> To: Sent: Wednesday, February 06, 2008 1:57 PM Subject: headless build vs. eclipse build > Hey guys, > > i have written a headless build for a jar file that we use for our > framework to distribute to other developers. the jar file is given to > web developers who deploy

headless build vs. eclipse build

2008-02-06 Thread Steven Guitar
Hey guys, i have written a headless build for a jar file that we use for our framework to distribute to other developers. the jar file is given to web developers who deploy their web apps to websphere app server, and the jar file created from ant works fine. when you start the server up w

Re: Publish to local vs Retrieved from cache

2008-01-22 Thread Edward Sumerfield
ime-stamp on the artefact (I > believe there is an attribute 'changing' or some such that can be used > to tell Ivy to pick up newer time-stamped artefacts). > > Gerard Fernandes > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

RE: Re: Ant vs Apache

2007-11-08 Thread Rick Genter
> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 10:47 AM > To: Ant Users List > Cc: user@ant.apache.org > Subject: RE: Re: Ant vs Apache > > On Thu, November 8, 2007 1:29 pm, [EMAIL PROTECTED] wrote: > > No, you're not. Reme

RE: Re: Ant vs Apache

2007-11-08 Thread Frank W. Zammetti
On Thu, November 8, 2007 1:29 pm, [EMAIL PROTECTED] wrote: > No, you're not. Remember, "Them!" (1954)? :) I love "Them!" It's a perfect example of the movies of that period. There was no giant Indian of course, but that could have only made it cooler LOL... there could have been one in "Food O

RE: Re: Ant vs Apache

2007-11-08 Thread cknell
No, you're not. Remember, "Them!" (1954)? -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Frank W. Zammetti <[EMAIL PROTECTED]> Sent: Thu, 8 Nov 2007 13:18:36 -0500 (EST) To: "Ant Users List" Subject: Re: Ant vs Apac

Re: Ant vs Apache

2007-11-08 Thread Frank W. Zammetti
Ant vs. Apache ... am I the only one that had a picture pop into their head of a 1950's sci-fi movie featuring a giant Indian fighting a radiation-mutated giant insect? (I'm off from work tomorrow, so *this* is my Friday LOL) Frank -- Frank W. Zammetti Founder and Chief Software

Re: Ant vs Apache

2007-11-08 Thread Bruce Atherton
Hi, there. Generally, you should ask for help with Ant on the Ant Users List. I've cced the list on this email so that others can offer you their help. If you don't want to join the mailing list, you can follow any replies through the web archive[1]. Before I answer your specific questions,

RE: Ant build vs. CruiseControl

2007-10-25 Thread david
> -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2007 10:43 AM > To: user@ant.apache.org > Subject: Ant build vs. CruiseControl > > Hello Steve, dev, committers, gurus and users, a few weeks ago I read an > email from Steve in t

Re: Ant build vs. CruiseControl

2007-10-25 Thread Vijay Aravamudhan
rg Subject: Ant build vs. CruiseControl Hello Steve, dev, committers, gurus and users, a few weeks ago I read an email from Steve in the response to another user's email: Steve listed CruiseControl as one of the better OSS (free) softwares to manage a project under CVS and Ant. I have download

RE: Ant build vs. CruiseControl

2007-10-25 Thread Loehr, Ruel
Before declaring your taskdef echo the classpath you are using and post it. Google "ant print classpath" for instructions. -Original Message- From: david [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 10:43 AM To: user@ant.apache.org Subject: Ant build vs. Cru

Ant build vs. CruiseControl

2007-10-25 Thread david
Hello Steve, dev, committers, gurus and users, a few weeks ago I read an email from Steve in the response to another user's email: Steve listed CruiseControl as one of the better OSS (free) softwares to manage a project under CVS and Ant. I have downloaded and built so-called CC and now it dutif

Re: zipfileset dir vs src

2007-05-30 Thread yitzle
Thanks. I had misinterpreted it. That clears it up! On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single fi

Re: zipfileset dir vs src

2007-05-29 Thread Stefan Bodewig
On Wed, 30 May 2007, <[EMAIL PROTECTED]> wrote: > On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: >> > I am trying to add a single file to a jar. >> >> Where is the file? Inside a ZIP/JAR/WAR archive or in a plain >> directory on your disk?

Re: zipfileset dir vs src

2007-05-29 Thread yitzle
On 5/30/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: > I am trying to add a single file to a jar. Where is the file? Inside a ZIP/JAR/WAR archive or in a plain directory on your disk? You use src for the former and dir in the directory case. >

Re: zipfileset dir vs src

2007-05-29 Thread Stefan Bodewig
On Tue, 29 May 2007, <[EMAIL PROTECTED]> wrote: > I am trying to add a single file to a jar. Where is the file? Inside a ZIP/JAR/WAR archive or in a plain directory on your disk? You use src for the former and dir in the directory case. > This works: > So it is in a directory. > This gives a

zipfileset dir vs src

2007-05-29 Thread yitzle
I am trying to add a single file to a jar. This works: This gives an error about not being able to access the file: Am I doing something wrong with the src? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Mapped vs UNC

2007-04-02 Thread Steve Loughran
:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 9:57 AM To: Ant Users List Subject: Re: Mapped vs UNC usually read from a property in build.xml or .properties file then later on,, - Original Message - From: "Robertson, Julie" <[EMAIL PROTECTED

RE: Mapped vs UNC

2007-03-29 Thread Robertson, Julie
: Thursday, March 29, 2007 9:57 AM To: Ant Users List Subject: Re: Mapped vs UNC usually read from a property in build.xml or .properties file then later on,, --- This e-mail message (including

Re: Mapped vs UNC

2007-03-29 Thread Martin Gainty
e document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Robertson, Julie" <[EMAIL PROTECTED]> To: Sent: Thursday, March 29, 2007 10:36 AM Subject: Mapped vs UNC I am working on

Mapped vs UNC

2007-03-29 Thread Robertson, Julie
I am working on an Ant build file that uses the ftp task to copy files to other servers. My problem is I can get it to work fine by using a mapped drive, but when I try and use a UNC path, it just copies the folder structure and files to my Ant directory on my machine. Works:

Redirector vs. getProject().setProperty(

2006-10-26 Thread Hunter Peress
when editing a task is there any reason to set an output property using the redirector vs. getProject().setProperty() ??

copy performance for .properties vs .other file type

2006-10-24 Thread Sean \(Xuong\) Phu
Anyone know why is it taking 9 seconds to copy 800 files that ends with ".properties" but if I renamed these files with ".blah", it only takes me 3 seconds? Thanks Here are the two different tests I used: ___

Re: Maven vs. Ant?

2006-06-19 Thread Dominique Devienne
rom: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 June 2006 7:17 PM > To: Ant Users List > Subject: Re: Maven vs. Ant? > > Stephen McConnell (DPML) wrote: > > > > > >> -Original Message- > >> From: Antoine Levy-Lambert [mailto:[EMAIL P

RE: Maven vs. Ant?

2006-06-19 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 June 2006 7:17 PM > To: Ant Users List > Subject: Re: Maven vs. Ant? > > Stephen McConnell (DPML) wrote: > > > > > >> -Original Message- >

Re: RE: Re: Maven vs. Ant?

2006-06-16 Thread Antoine Levy-Lambert
Original-Nachricht Datum: Fri, 16 Jun 2006 15:10:21 +0930 Von: "Stephen McConnell (DPML)" <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: Re: Maven vs. Ant? > > > > -Original Message- > > From: Antoine Levy-Lambert [mailto:[

Re: Maven vs. Ant?

2006-06-16 Thread Steve Loughran
Stephen McConnell (DPML) wrote: -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on run

RE: Re: Maven vs. Ant?

2006-06-15 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on runtime requirements with the sing

Re: Re: Maven vs. Ant?

2006-06-14 Thread Dominique Devienne
Can you expand a bit on the fact that you could not get Maven to work for you. Remember this was a long time ago, before Maven v1 was fully mature. I had trouble making it work on a simple project, and didn't get much help from the mailing list. So I quickly gave up for the short term, while ke

Re: Re: Maven vs. Ant?

2006-06-13 Thread Antoine Levy-Lambert
Hello Dominique, your posting is interesting. Original-Nachricht Datum: Tue, 13 Jun 2006 09:25:09 -0500 Von: Dominique Devienne <[EMAIL PROTECTED]> An: Ant Users List , [EMAIL PROTECTED] Betreff: Re: Maven vs. Ant? > This > whole thing was home grown before I

Re: Maven vs. Ant?

2006-06-13 Thread Dominique Devienne
Sorry, if I am being overly naive... Not naive. You simply having been involved in a large enough project, or collection of projects that depend on each other. Or in distributed teams in different cities. You want each team to work on independent sub-project. Some dependencies are fixed, like ex

Re: Maven vs. Ant?

2006-06-13 Thread Steve Loughran
EJ Ciramella wrote: A private repository being an "internal remote" repository on a machine that gets backed up nightly. Where's the harm in that? None at all; we actually keep part of our 'private' repo in SVN, so everyone who checks out the stuff gets that bit of the repository too. Rem

Re: Re: Maven vs. Ant?

2006-06-13 Thread Joe Schmetzer
ncies and a repository. > > Has anyone compared maven and ivy ? And what about dpml ? > > Regards, > > Antoine > > Original-Nachricht > Datum: Mon, 12 Jun 2006 17:39:01 +0100 > Von: Steve Loughran <[EMAIL PROTECTED]> > An: Ant Users List >

Re: Maven vs. Ant?

2006-06-13 Thread Scot P. Floess
Honestly, I still don't understand this desire to have some lib repository I see used in maven (or the concept I mean). It has always been my experience everywhere I work, to have a copy of the libraries needed someplace nearby. And, as such, that was always considered the "official gold copy

RE: Maven vs. Ant?

2006-06-13 Thread EJ Ciramella
Any project that considers longevity or offline rebuilding must think about how to archive all their dependencies. What if the repositories go away? What if a lawsuit forces some jar to be pulled. You may also need a private repository to store stuff that isnt in open source, or just not in the

RE: Re: Maven vs. Ant?

2006-06-13 Thread EJ Ciramella
ECTED] Sent: Monday, June 12, 2006 3:29 PM To: Ant Users List Subject: Re: Re: Maven vs. Ant? Hi, I am interested by this thread, as the project I am working for might need a tool able to manage inter-project dependencies and a repository. Has anyone compared maven and ivy ? And what about dpml ? Re

RE: Maven vs. Ant?

2006-06-13 Thread Sommers, Elizabeth
-thought out parts of maven, but cannot afford to use the poorly tested code in our builds. Liz Sommers [EMAIL PROTECTED] -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 6:32 AM To: Ant Users List Subject: Re: Maven vs. Ant? Antoine Levy-Lambert

Re: Maven vs. Ant?

2006-06-13 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, I am interested by this thread, as the project I am working for might need a tool able to manage inter-project dependencies and a repository. Has anyone compared maven and ivy ? And what about dpml ? Regards, Antoine Antoine, the forthcoming second edition

Re: Re: Maven vs. Ant?

2006-06-12 Thread Antoine Levy-Lambert
+0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Maven vs. Ant? > EJ Ciramella wrote: > > Maven (2) works REALLY well with transitive dependencies (something ant > > doesn't). > > Agreed. Ivy and the maven2 tasks do this, though not s

Re: Maven vs. Ant?

2006-06-12 Thread Steve Loughran
EJ Ciramella wrote: Maven (2) works REALLY well with transitive dependencies (something ant doesn't). Agreed. Ivy and the maven2 tasks do this, though not so tightly integrated. So much is available right out of the box (keeping build files simple and easily maintained. Why would you want

RE: Maven vs. Ant?

2006-06-12 Thread EJ Ciramella
l of time tinkering and waiting for replies on the mailing list if you opt to go this route. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:09 AM To: Ant Users List Subject: Re: Maven vs. Ant? Jeff: I don't know a whole lot about ma

RE: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Jeff A. Drost
nt versus Maven isn't like comparing VI versus Emacs... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:09 AM To: Ant Users List Subject: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addre

Re: Maven vs. Ant?

2006-06-12 Thread Scot P. Floess
Jeff: I don't know a whole lot about maven other than what people have told me. I've heard that whole argument regarding standard environment (directories, etc). However, to me that seems like a pointless argument... I am working on a build environment for my open source project...to allow

Maven vs. Ant?

2006-06-12 Thread Jeff A. Drost
For anyone who's used Maven, do you prefer Ant to Maven? Why or why not? What advantages does Maven have over Ant? Anyone use Maven in conjunction with Ant? I read that Maven has the advantage of standard build commands versus proprietary build commands (targets) created in Ant. Couldn't this

RE: Parallel vs Sequential

2006-04-06 Thread Dick, Brian E.
: Parallel vs Sequential Like already mentioned, will *only* and *potentially* give you a boost if you have a multi-CPUs machine, and/or a multi-disks machine, and/or independent tasks, etc... Don't expect much from on a single CPU PC... Like Conor already told you, it enables use

Re: Parallel vs Sequential

2006-04-06 Thread Jeffrey E Care
Just think about it logically: if you have a multi-proc machine with good disks then yes, you can see performance improvements by building things in parallel. If you have a single-proc machine with a rinky-dink 5400 RPM drive then no, chances are that you won't see any performance benefit (and mig

Re: Parallel vs Sequential

2006-04-06 Thread Dominique Devienne
Like already mentioned, will *only* and *potentially* give you a boost if you have a multi-CPUs machine, and/or a multi-disks machine, and/or independent tasks, etc... Don't expect much from on a single CPU PC... Like Conor already told you, it enables use cases impossible to do without parallel

Re: Parallel vs Sequential

2006-04-06 Thread Shree
Hi Conor, You had said that " was not intended as a performance enhancer, but the ant manual says Parallel tasks have a number of uses in an Ant build file including: * Taking advantage of available processing resources to reduce build time Following example was also cited in the a

Re: Parallel vs Sequential

2006-04-05 Thread Conor MacNeill
Any performance improvement using will depend significantly on what you are doing in parallel and on what hardware resources your platform provides. For example, the tasks could be interacting in ways you don't expect. Maybe these tasks block each other somehow. I have no idea. In the end, wa

RE: Parallel vs Sequential

2006-04-05 Thread Dick, Brian E.
't improve performance. -Original Message- From: Shree [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 6:38 AM To: Ant Users List Subject: Parallel vs Sequential Hi Stefan, I tried evaluating the performance of " task" with sequential way doing(without using ) a se

Parallel vs Sequential

2006-04-05 Thread Shree
Hi Stefan, I tried evaluating the performance of " task" with sequential way doing(without using ) a set of tasks. I find does not help to improve the performance much and infact it sometimes even slower than sequential(as far I had experimented with some examples). I did several examples.

FW: inconsistent behavior when running from Command line console VS using code

2006-04-05 Thread Asaf Lahav
Wednesday, March 29, 2006 1:23 PM To: user@ant.apache.org Subject: inconsistent behavior when running from Command line console VS using code   Hi,   I'm having a problem of inconsistent behavior when I'm using ANT for a build process. When I'm running a certain build process from a

inconsistent behavior when running from Command line console VS using code

2006-03-29 Thread Asaf Lahav
correct? What could it be that may have influence on the build process when running it from code VS running the same process from a command line console?   Any suggestions are appreciated.       /**      * activate an ant build process      * @param build

inconsistent behavior when running from Command line console VS using code

2006-03-28 Thread asaf.lahav
correct? What could it be that may have influence on the build process when running it from code VS running the same process from a command line console?   Any suggestions are appreciated.       /**      * activate an ant build process      * @param build

AW: absolute paths vs. relative paths

2006-02-17 Thread Jan.Materne
nested in Jan >-Ursprüngliche Nachricht- >Von: Paul Pogonyshev [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 17. Februar 2006 14:37 >An: user@ant.apache.org >Betreff: absolute paths vs. relative paths > >Hi, > >I have one more question. How can I get

absolute paths vs. relative paths

2006-02-17 Thread Paul Pogonyshev
Hi, I have one more question. How can I get relative paths instead of absolute ones? For instance, say I need to save the paths into a file. If I use absolute paths, it will be meaningless for someone on a different machine or with different home directory... Paul

Re: Property vs. user property - what's the difference?

2006-02-16 Thread Stefan Bodewig
On Thu, 16 Feb 2006, Patrick Martin <[EMAIL PROTECTED]> wrote: > I am surprised to read that can override properties. Is > there a reason for it? Matt got it almost right. Up to Ant 1.3 (I think) the check whether a property existed was inside of the task and not inside the setProperty method.

Re: Property vs. user property - what's the difference?

2006-02-16 Thread Matt Benson
I once researched this... I think what happened was just that the author of used the wrong method call. I can say this without sounding too terrible because I did it once myself in Ant's code, except that my mistake was discovered soon enough to avoid compromising the API. Regarding , backward c

Re: Property vs. user property - what's the difference?

2006-02-16 Thread Patrick Martin
Thanks a lot for this very useful and clear information. I am surprised to read that can override properties. Is there a reason for it? Patrick M. On 2/16/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 15 Feb 2006, Patrick Martin <[EMAIL PROTECTED]> wrote: > > > Could you explain the "ev

Re: Property vs. user property - what's the difference?

2006-02-15 Thread Stefan Bodewig
On Wed, 15 Feb 2006, Patrick Martin <[EMAIL PROTECTED]> wrote: > Could you explain the "even more immutable" part of your mail ? Sure. Properties are not immutable at all if you use Ant's Java API. It's just that (almost[1]) all of the built-in Ant tasks refuse to change the value of an existin

Re: Property vs. user property - what's the difference?

2006-02-15 Thread Ondřej Světlík
> Hello, > Could you explain the "even more immutable" part of your mail ? > Thanks, > Patrick M. > > On 2/15/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> On Tue, 14 Feb 2006, Ian Pilcher <[EMAIL PROTECTED]> wrote: >> >> > Can someone explain the difference between a property and a user >> > pr

  1   2   >