-
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
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
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> -Original Message-
> From: Matt Benson [mailto:gudnabr...@gmail.com]
> Sent: 11 February 2014 14:15
> To: Ant Users List
> Subjec
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
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,
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
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
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
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
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
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
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
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
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
__
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:
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
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:
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
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?
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
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
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
. 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
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
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
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
-
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.
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
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
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
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
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
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
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
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
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
- 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
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
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
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
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
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
> 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
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
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
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
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,
> -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
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
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
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
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
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?
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.
>
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
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
:[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
: 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
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
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:
when editing a task is there any reason to set an output property using the
redirector
vs. getProject().setProperty() ??
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:
___
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
> -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-
>
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:[
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
> -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
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
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
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
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
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
>
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
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
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
-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
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
+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
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
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
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
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
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
: 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
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
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
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
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
'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
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.
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
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
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
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
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
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.
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
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
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
> 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 - 100 of 145 matches
Mail list logo