RE: Multiple fileset and filelist comparisons

2016-04-26 Thread Lancelot.MEURILLON
-Original Message- From: Matèrne, Jan (RZF, Aufg 481) [mailto:jan.mate...@fv.nrw.de] Sent: mardi 26 avril 2016 14:10 To: Ant Users List Subject: AW: Multiple fileset and filelist comparisons >If you just "upload" files, you could use the selector for getting >changed f

AW: Multiple fileset and filelist comparisons

2016-04-26 Thread RZF, Aufg 481
If you just "upload" files, you could use the selector for getting changed files (by content). Jan -Ursprüngliche Nachricht- Von: lancelot.meuril...@oecd.org [mailto:lancelot.meuril...@oecd.org] Gesendet: Dienstag, 26. April 2016 13:53 An: user@ant.apache.org Betreff: RE

RE: Multiple fileset and filelist comparisons

2016-04-26 Thread Lancelot.MEURILLON
-Original Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: mardi 26 avril 2016 13:11 To: Ant Users List Subject: Re: Multiple fileset and filelist comparisons > Then maybe > http://stackoverflow.com/questions/5940918/how-to-use-ants-sync-task-but-based-o

Re: Multiple fileset and filelist comparisons

2016-04-26 Thread Dominique Devienne
On Tue, Apr 26, 2016 at 12:09 PM, wrote: > Thanks for you answer Dominique > Actually I can't just simply synchronize remote repository in one shot. I > have this intermediary fileList because I need to update remote files > through different batches which can't exceed x number of files depending

RE: Multiple fileset and filelist comparisons

2016-04-26 Thread Lancelot.MEURILLON
al Message- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: mardi 26 avril 2016 11:48 To: Ant Users List Subject: Re: Multiple fileset and filelist comparisons On Tue, Apr 26, 2016 at 11:25 AM, wrote: > I need to compare those 2 file trees to get desynchronized files from >

Re: Multiple fileset and filelist comparisons

2016-04-26 Thread Dominique Devienne
On Tue, Apr 26, 2016 at 11:25 AM, wrote: > I need to compare those 2 file trees to get desynchronized files from > 'DirRemote' (in order to synchronize them with the latest revision further). > Have a looked at the task? https://ant.apache.org/manual/Tasks/sync.html --DD

Multiple fileset and filelist comparisons

2016-04-26 Thread Lancelot.MEURILLON
Hi all, How would you do to implement this with ANT ? 1- In a project A, there are 2 file trees with same directories and files but not at same revision DirLocal --subdir1 -file1 (version 1.2) -file2 (version 2.3) --subdir2 -file3 (version 3.0) DirRemote --subdir1 -file1 (versi

AW: Automate saving reports using ANT in multiple folder/directory

2013-06-06 Thread jhm
t.apache.org > Betreff: Automate saving reports using ANT in multiple folder/directory > > Hi, i am trying to run a testng.xml file whereby i will get to automate > the saving of reports using build.xml However i am not too sure how to > use ANT. This will be my first ANT project. Any a

Automate saving reports using ANT in multiple folder/directory

2013-06-06 Thread Shin ta
Hi, i am trying to run a testng.xml file whereby i will get to automate the saving of reports using build.xml However i am not too sure how to use ANT. This will be my first ANT project. Any advice will be appreciated. my build.xml are as followed:

AW: R: [newbie] excute multiple jar files

2012-11-23 Thread RZF, SG 481
[mailto:virgilio.rava...@ansaldo-sts.com] Gesendet: Mittwoch, 14. November 2012 11:18 An: Ant Users List Betreff: R: R: [newbie] excute multiple jar files Well, there are several ways to do what you want. I'll show you just one of these ways, I'm using it: It's my build.xml, it's

R: R: [newbie] excute multiple jar files

2012-11-14 Thread Ravagli Virgilio
martedì 13 novembre 2012 11.09 A: Ant Users List Oggetto: Re: R: [newbie] excute multiple jar files Hi, Yes. That is what I want to do Von meinem iPad gesendet Am 13.11.2012 um 10:13 schrieb Ravagli Virgilio : > Hi, > Can you make an example of what you're willing to do, please ? &g

Re: R: [newbie] excute multiple jar files

2012-11-13 Thread Nam Truong Le
he same build.xml ? > > Regards, > Virgilio > > -Messaggio originale- > Da: lenamtru...@gmail.com [mailto:lenamtru...@gmail.com] > Inviato: venerdì 9 novembre 2012 21.49 > A: user@ant.apache.org > Oggetto: [newbie] excute multiple jar files > > Hi, >

R: [newbie] excute multiple jar files

2012-11-13 Thread Ravagli Virgilio
viato: venerdì 9 novembre 2012 21.49 A: user@ant.apache.org Oggetto: [newbie] excute multiple jar files Hi, do you know how to excute multiple jar files using just only one ant build.xml? - To unsubscribe, e-mail: user-uns

[newbie] excute multiple jar files

2012-11-09 Thread Nam Trường Lê
Hi, do you know how to excute multiple jar files using just only one ant build.xml?

Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Joe Attardi wrote: > On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote: >> No. exludes always take precedence over includes, the order of elements >> is not relevant. If you need a different behavior, you have to use >> selectors. > Sorry, my mistake. Don't worry, if I sou

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote: > No. exludes always take precedence over includes, the order of elements > is not relevant. If you need a different behavior, you have to use > selectors. Sorry, my mistake. >

Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Joe Attardi wrote: > Have you tried reversing the order of the and > elements? Not sure if this makes a difference, but you're including > everything under mypackage/p1/** then excluding something under > p1. Could it be a precedence issue? No. exludes always take precedence ov

Re: not working for having multiple tags

2012-03-06 Thread Stefan Bodewig
On 2012-03-07, Surya Kiran wrote: > I have a task as below > classpath="xyz.jar" > debug="on"> > > > > > > > But is not working. By "exclude is not working" I assume javac compiles classes in mypackage/p1/testpackage/** - right? Why do you thin

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
I have a task as below > > classpath="xyz.jar" > debug="on"> > > > > > > > > > > > But is not working. > > Please let me know whats the problem or any other alternatives. Due to >

not working for having multiple tags

2012-03-06 Thread Surya Kiran
Folks, I have a task as below But is not working. Please let me know whats the problem or any other alternatives. Due to legacy structure we need to put multiple tags in Please help. Thanks

Re: Passing multiple targets from one build.xml to another build.xml

2012-03-02 Thread Swayam Prakash Vemuri
email.com > LinkedIn: http://uk.linkedin.com/in/chrisdholman > -Original Message- > From: Swayam Prakash Vemuri [mailto:vemuriswa...@gmail.com] > Sent: 01 March 2012 16:37 > To: Ant Users List > Subject: Re: Passing multiple targets from one build.xml to another > build.xm

RE: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Holman, Chris
d Engineer gTalk: chris.d.hol...@googlemail.com LinkedIn: http://uk.linkedin.com/in/chrisdholman -Original Message- From: Swayam Prakash Vemuri [mailto:vemuriswa...@gmail.com] Sent: 01 March 2012 16:37 To: Ant Users List Subject: Re: Passing multiple targets from one build.xml to another build

Re: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
build from other) how come ant was able to understand multiple dynamic targets, whereas the same its not able to understand in the case of invoking one build from another thanks Swayam On Thu, Mar 1, 2012 at 9:56 PM, Swayam Prakash Vemuri < vemuriswa...@gmail.com> wrote: > Thanks much

Re: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
to give multiple targets dynamically and ant is able to understand, why the same is not possible when Iam invoking one build xml from another. Why in the latter case ant is not able to get the targets dynamically Thanks Swayam On Thu, Mar 1, 2012 at 6:06 PM, Holman, Chris wrote: > The ant t

RE: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Holman, Chris
javabuild deploy javabuild deploy It's a bit more tricky if the targets are dynamic, i.e. can change in each invocation; because there are multiple targets. In this

Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
Hi All, In my topmost build.xml Iam doing below Now I am invoking ant as below ant -Dproduct=abcd javabuild deploy It is executing build_abcd.xml but it onl

Re: Multiple Arguments Validation

2011-12-01 Thread Parag Doke
ments unless absolutely necessary. On Tue, Nov 29, 2011 at 10:02 PM, Vinodh Kumar wrote: > Hi, > > I have validation scenario of comparing user input match. But how can I > match mulitple args in single condition [I don't want to use multiple > else/if conditions] > > If us

Multiple Arguments Validation

2011-11-29 Thread Vinodh Kumar
Hi, I have validation scenario of comparing user input match. But how can I match mulitple args in single condition [I don't want to use multiple else/if conditions] If user input matches any one of the values from key dep.env, echos success. *Ant Scriplet:* >" ar

RE: Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
--Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: 17 August 2011 17:32 To: Ant Users List Subject: Re: Problems using properties containing multiple dollar signs. On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snip

Re: Problems using properties containing multiple dollar signs.

2011-08-17 Thread David Weintraub
On Wed, Aug 17, 2011 at 11:04 AM, Holman, Chris wrote: > This ant script snippet: >       >       > > Prints out: >     [echo] $ $ $$ $$ $$$ $$$ > Interestingly, I ran the following test: So, the value of the variable seems correct, bu

Problems using properties containing multiple dollar signs.

2011-08-17 Thread Holman, Chris
This ant script snippet: Prints out: [echo] $ $ $$ $$ $$$ $$$ I think its related to this PropertyExpander definition org.apache.tools.ant.PropertyHelper.SKIP_DOUBLE_DOLLAR

Re: Are multiple targets run in order, or in parallel?

2011-08-09 Thread Dominique Devienne
der its dependencies are executed in, as long as they are satisfied. I remember another executor that generated a "virtual" target than depends on all targets on the CLI to avoid running their dependencies multiple times for example. > Unrelated: Reading the "targets" docs page just

RE: Are multiple targets run in order, or in parallel?

2011-08-09 Thread Echlin, Robert
Thanks, Joe Rob > -Original Message- > From: jatta...@gmail.com [mailto:jatta...@gmail.com] On Behalf Of Joe > Attardi > Sent: Monday, August 08, 2011 12:01 PM > To: Ant Users List > Subject: Re: Are multiple targets run in order, or in parallel? > > They run s

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Joe Attardi
They run sequentially. On Mon, Aug 8, 2011 at 11:59 AM, Echlin, Robert wrote: > Hi > If I run > "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? > The docs don't say. > > Thanks, > Rob > > -- > Rob Echlin, Documentation Systems Architect, Wind Ri

RE: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
; -Original Message- > From: Echlin, Robert [mailto:robert.ech...@windriver.com] > Sent: Monday, August 08, 2011 1:34 PM > To: Ant Users List > Subject: RE: Are multiple targets run in order, or in parallel? > > Hi guys, > Thanks, Dominique, for the reminder about order of exec

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread kasim ahmed
yes. On Mon, Aug 8, 2011 at 5:59 PM, Echlin, Robert wrote: > Hi > If I run > "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? > The docs don't say. > > Thanks, > Rob > > -- > Rob Echlin, Documentation Systems Architect, Wind River > direct: +1.613

RE: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
several seconds to run, so it could kill the first link catalog, (or maybe parts of it?) and I might not know. Regarding complexity of dependencies, I ran: grep " -Original Message- > From: Dominique Devienne [mailto:ddevie...@gmail.com] > Sent: Monday, August 08, 2011 1:0

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Dominique Devienne
t1 are executed before t1 itself, then the dependencies of t2 before t2, *as if* t1 hasn't been run before (modulo properties/references set by t1), which means that some dependent targets (e.g. init) may execute several times (unless "protected" from multiple executions by a prop

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Scot P. Floess
It should unless there is a failure... Of course, you could test it yourself :) On Mon, 8 Aug 2011, Echlin, Robert wrote: Hi If I run "ant target1 target2 target3" Will target1 be guaranteed to be complete before target2 is run? The docs don't say. Thanks, Rob -- Rob Echlin, Documentation

Are multiple targets run in order, or in parallel?

2011-08-08 Thread Echlin, Robert
Hi If I run "ant target1 target2 target3" Will target1 be guaranteed to be complete before target2 is run? The docs don't say. Thanks, Rob -- Rob Echlin, Documentation Systems Architect, Wind River direct: +1.613.270.5796 | Skype video: rob.echlin.wr | robert.ech...@windriver.com

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Steele, Richard
Yikes, that was fast. Thanks! Rich On Wed, Jul 27, 2011 at 10:27 AM, Stefan Bodewig wrote: > On 2011-07-27, Stefan Bodewig wrote: > > > On 2011-07-27, Stefan Bodewig wrote: > > >> On 2011-07-27, Steele, Richard wrote: > > >>> I keep bumping into the issue I documented in bug > >>> 50894

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Stefan Bodewig wrote: > On 2011-07-27, Stefan Bodewig wrote: >> On 2011-07-27, Steele, Richard wrote: >>> I keep bumping into the issue I documented in bug >>> 50894but >>> there's no feedback about it. >> Sorry about that

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Stefan Bodewig wrote: > On 2011-07-27, Steele, Richard wrote: >> I keep bumping into the issue I documented in bug >> 50894but >> there's no feedback about it. > Sorry about that Rich. Sometimes we really need a nudge. I'

Re: Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Stefan Bodewig
On 2011-07-27, Steele, Richard wrote: > I keep bumping into the issue I documented in bug > 50894but > there's no feedback about it. Sorry about that Rich. Sometimes we really need a nudge. I'm looking into it. Stefan -

Bug 50894: Invoking multiple targets that share the same dependency to augment a path causes NullPointerException

2011-07-27 Thread Steele, Richard
this build file: I can invoke each target, foo and bar, independently; for example ant foo Buildfile: C:\dev\projects\ant-playground\augment-with-multiple-target\build.xml aug: foo: [echo] C:\ BUILD SUCCESSFUL ant bar Buildfile: C:\dev\projects\ant-playground\augment-with-multiple-targe

RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
Err - right - you are using ant , at least you are now - the original message said antcall. Is " -Original Message- > From: kasim ahmed [mailto:mail2ka...@googlemail.com] > Sent: Monday, June 20, 2011 11:01 AM > To: Ant Users List > Subject: Re: Junit report for

RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
Then try "Ant", instead of "Antcall". Rob > -Original Message- > From: kasim ahmed [mailto:mail2ka...@googlemail.com] > Sent: Monday, June 20, 2011 11:01 AM > To: Ant Users List > Subject: Re: Junit report for multiple projects > > sorry, junit-1

Re: Junit report for multiple projects

2011-06-20 Thread kasim ahmed
asim ahmed [mailto:mail2ka...@googlemail.com] > > Sent: Sunday, June 19, 2011 5:25 AM > > To: Ant Users List > > Subject: Junit report for multiple projects > > > > i have ant target which invokes concurrently other 3 projects ant build > target > > for junit

RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
> > Rob > -Original Message- > From: kasim ahmed [mailto:mail2ka...@googlemail.com] > Sent: Sunday, June 19, 2011 5:25 AM > To: Ant Users List > Subject: Junit report for multiple projects > > i have ant target which invokes concurrently other 3 projects ant

Junit report for multiple projects

2011-06-19 Thread kasim ahmed
i have ant target which invokes concurrently other 3 projects ant build target for junit. this build target executes all three projects even though any one of the sub project build fails. Problem here is, if any one of sub project build fails error message should display and junit report should gen

Re: Pull multiple .class files from multiple .jars into one .jar

2011-03-01 Thread Scot P. Floess
Sorry, my example is slightly wrong... I mean: Jar 1 - Foo.class (inherits Bar.class) Bar.class Jar 2 - Alpha.class (inherits Beta.class) Beta.class New Jar --- Foo.class Alpha.class On Tue, 1 Mar 2011, Scot P. Floess wrote: You can certainly unjar all the jars...apply your p

Re: Pull multiple .class files from multiple .jars into one .jar

2011-03-01 Thread Scot P. Floess
You can certainly unjar all the jars...apply your patternset for those class files and jar those into the new jar... However, should you want to use this jar file by itself (meaning without the original jar files), you may find yourself getting ClassNotFoundException's... For example, assu

Pull multiple .class files from multiple .jars into one .jar

2011-03-01 Thread Vilius Vaivada
Hi all, I'm new to ant, so I might be missing something fairly obvious. My problem: * I have a lib/ directory full of .jar files * I have 2 patternsets for some .class files that I want to put into two new jar files. After a bit of googling I have this:

Re: apply task with multiple filename mappings - how?

2011-02-18 Thread Stefan Bodewig
; like each command to look like this: > ${assemblerPath}/ca65 -l filename.lst -m filename.map -o filename.o > filename.s > I can get one mapping pretty easily with a mapper: > dir="${projdir}/client/src/ip65/drivers" relative="true"> > >

Re: apply task with multiple filename mappings - how?

2011-02-18 Thread Dominique Devienne
On Fri, Feb 18, 2011 at 4:11 PM, david__schmidt wrote: > but how can I do multiple mappings - multiple variations on the filename per > invocation?  Or is there another way to approach the problem? I can't see a way to do it with either. Peter's [1] supports multiple mappers

apply task with multiple filename mappings - how?

2011-02-18 Thread david__schmidt
${assemblerPath}/ca65 -l filename.lst -m filename.map -o filename.o filename.s I can get one mapping pretty easily with a mapper: but how can I do multiple mappings - multiple variations on the filename per invocation? Or is there another way

RE: Multiple artifacts

2010-10-25 Thread David Sills
Kirby: Many thanks for the suggestion. What I use are the defaults, so the problem hasn't arisen, but I take your point that being specific is the better approach. David Sills

Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
it task like this -- -- How can I test my test case on "true" as well as " false" value with the help of JUNIT_PROPERTY.a.b.c. -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-test-a-junit-

Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread Leif Ershag
hen build two tests that mocks that class with each value. Also question your design-decision to use static blocks... ;) > How can I test on multiple value of a property ? > > Thanks > ~Shailja > >

How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
ml, I can test my code for only one value of the property. How can I test on multiple value of a property ? Thanks ~Shailja -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-test-a-junit-test-case-against-multiple-value-of-a-property-tp2227867p2227867.html Sent fro

Re: Setting multiple outputproperties

2010-06-23 Thread Michael Ludwig
Lewis Tsao schrieb am 23.06.2010 um 08:18 (+): > In one of my build setups, I need to run a program first which > produces some output. From this output I need to get multiple pieces > of information to be used in later build steps: > > For example: > > > > step

AW: Setting multiple outputproperties

2010-06-23 Thread Jan.Materne
010 10:19 >An: user@ant.apache.org >Betreff: Setting multiple outputproperties > >Hi all, > >In one of my build setups, I need to run a program first which >produces some output. From this output I need to get multiple >pieces of information to be used in later build steps:

Setting multiple outputproperties

2010-06-23 Thread Lewis Tsao
Hi all, In one of my build setups, I need to run a program first which produces some output. From this output I need to get multiple pieces of information to be used in later build steps: For example: step1prog produces lines of the form something blah blah info1 blah blah more blah... di

Re: multiple switch case

2010-05-20 Thread Wascally Wabbit
You can try the task in the AntXtras antlib. URL: http://antxtras.sf.net Marco Gutsche wrote: Hello, it is possible to use multiple case in a switch command, for example: switch value: case a: case b: echo "a or b" case c: echo

AW: Multiple properties into one property key

2010-05-18 Thread Jan.Materne
aghure...@gmail.com] >Gesendet: Mittwoch, 19. Mai 2010 06:41 >An: Ant Users List >Betreff: Multiple properties into one property key > >Hi All, > >I'm trying to read muliple properties into one property key is >that possible >int ant? > >For examble lets say i pr

Multiple properties into one property key

2010-05-18 Thread Jan
Hi All, I'm trying to read muliple properties into one property key is that possible int ant? For examble lets say i property file called name.properties in that i've entries as shown below name1=Joe name2=Jan numberofnames=2 now i want read these 2 property key value and assign to property allN

AW: multiple switch case

2010-05-18 Thread Jan.Materne
utsche [mailto:marco.guts...@kobil.com] >Gesendet: Dienstag, 18. Mai 2010 08:11 >An: user@ant.apache.org >Betreff: Re: multiple switch case > >Hello, > >Thanks, but I found this link and the example only shows one case and >I'm not able to modify it to use multiple case for o

Re: multiple switch case

2010-05-17 Thread Marco Gutsche
Hello, Thanks, but I found this link and the example only shows one case and I'm not able to modify it to use multiple case for one following instruction (like my example). Regards Marco Am 17.05.2010 20:56, schrieb reno: Marco, a bit of "googling" will give you that l

Re: multiple switch case

2010-05-17 Thread reno
Marco, a bit of "googling" will give you that link: http://ant-contrib.sourceforge.net/tasks/tasks/switch.html hope this help S. Hello, it is possible to use multiple case in a switch command, for example: switch value: case a: case b: echo "a or b" case c:

multiple switch case

2010-05-17 Thread Marco Gutsche
Hello, it is possible to use multiple case in a switch command, for example: switch value: case a: case b: echo "a or b" case c: echo "c" Thank a lot. Regards Marco - To unsubscribe, e

Re: multiple mappings and copy

2010-05-02 Thread Stefan Bodewig
On 2010-05-02, Patrick Martin wrote: > when using , are the source files > read only once or as many times as there are mappings? As many times as there are target files. Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.a

multiple mappings and copy

2010-05-02 Thread Patrick Martin
Hello, when using , are the source files read only once or as many times as there are mappings? for example How many times should the file be read? Thanks, Patrick ---

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
> Regards, > > Antoine > > > > Oliver Schrenk wrote: >> I solved my problem by using two properties, one for "file" and one for >> "tofile" >> >> I wonder though why the original approach works on Mac platform but not on >>

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
le" I wonder though why the original approach works on Mac platform but not on windows. There are different two behaviours: 1.MAC: multiple properties in "tofile" are first resolved, concatenated and then converted to a path using basedir 2.WINDOWS: multiple properties in "tofi

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
I solved my problem by using two properties, one for "file" and one for "tofile" I wonder though why the original approach works on Mac platform but not on windows. There are different two behaviours: 1.MAC: multiple properties in "tofile" are first resolved, conc

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Antoine Levy Lambert
Oliver Schrenk wrote: Here is an excerpt from the build file: ... Is this a known issue, expected behavior or just bland misuse of properties on my part? change just this line when you use the idiom, the property is converted to an absolute path. ${classes} is a

Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
Hi, I use an Ant script that shows different behavior on the Mac and Windows platform. Both Ant are used from within Eclipse Mac: Eclipse 3.5 (Build-id, 20090621-0832) with Ant 1.7.1.v20090120-1145 Windows: Eclipse 3.5 (Build id: 20100218-1602) with Ant 1.7.1.v20090120-1145 In particular it fail

Re: Providing multiple jars for a given manifestclasspath

2010-02-20 Thread Antoine Levy-Lambert
krats wrote: > My question is, if I want to use the same manifestclasspath for multiple > jars, how do I specify multiple jars in the jarfile attribute of > manifestclasspath . > You cannot specify multiple jars in the jarfile attribute of the manifestclasspath task. What reall

Providing multiple jars for a given manifestclasspath

2010-02-19 Thread krats
I have a build.xml that has multiple jar targets which share a common classpath. For putting the classpath into the manifests of these jars without repeating the list of files in the classpath, I am trying to use the manifestclasspath as follows

Re: AW: AW: Use the same in multiple tasks

2010-01-29 Thread Dean Schulze
  That would just give me another reference to the same path.  A path is composed of directories.  needs a fileset, not a path. --- On Wed, 1/27/10, jan.mate...@rzf.fin-nrw.de wrote: From: jan.mate...@rzf.fin-nrw.de Subject: AW: AW: Use the same in multiple tasks To: user@ant.apache.org

AW: AW: Use the same in multiple tasks

2010-01-27 Thread Jan.Materne
Have you tried id+refid? . Jan >-Ursprüngliche Nachricht- >Von: Dean Schulze [mailto:dean_w_schu...@yahoo.com] >Gesendet: Mittwoch, 27. Januar 2010 17:11 >An: Ant Users List >Betreff: Re: AW: Use the same in multiple tasks > >Jan, >  >I appreciat

Re: Use the same in multiple tasks

2010-01-27 Thread Dean Schulze
task with another fileset.   --- On Tue, 1/26/10, Scot P. Floess wrote: From: Scot P. Floess Subject: Re: Use the same in multiple tasks To: "Ant Users List" Date: Tuesday, January 26, 2010, 1:18 PM Can you turn your fileset into a path and use that path as the sourcepath?

Re: AW: Use the same in multiple tasks

2010-01-27 Thread Dean Schulze
want to avoid.  I don't want to repeat the and tags in multiple tasks.   If I define a structure with a  that has those   and tags the task fails because with the message that the .java files in the  "is not a directory."  The script showing this is below.   Apparently the tag

AW: Use the same in multiple tasks

2010-01-26 Thread Jan.Materne
ted elements as follows: Jan >-Ursprüngliche Nachricht- >Von: Dean Schulze [mailto:dean_w_schu...@yahoo.com] >Gesendet: Dienstag, 26. Januar 2010 20:45 >An: user@ant.apache.org >Betreff: Use the same in multiple tasks > >Instead

Re: Use the same in multiple tasks

2010-01-26 Thread Scot P. Floess
Can you turn your fileset into a path and use that path as the sourcepath? On Tue, 26 Jan 2010, Dean Schulze wrote: Instead of repeating and tags I want to declare a once and use it in multiple tasks.   The problem is that contains an implicit fileset and does not allow the tag

Use the same in multiple tasks

2010-01-26 Thread Dean Schulze
Instead of repeating and tags I want to declare a once and use it in multiple tasks.   The problem is that contains an implicit fileset and does not allow the tag inside of it.   Is there a way to include an external fileset in ? __ Do You

Re: Killing Ant process through shell script when multiple Java processes are running...

2009-11-25 Thread Brian Pontarelli
On Nov 25, 2009, at 3:06 AM, robert lazarski wrote: > On Wed, Nov 25, 2009 at 6:49 AM, Harry_ wrote: >> >> And one more thing I would like to ask is about how to get the list of >> processes created by a process. I want this to make sure that all the >> processes created by parent ant process a

Re: Killing Ant process through shell script when multiple Java processes are running...

2009-11-25 Thread robert lazarski
On Wed, Nov 25, 2009 at 6:49 AM, Harry_ wrote: > > And one more thing I would like to ask is about how to get the list of > processes created by a process. I want this to make sure that all the > processes created by parent ant process are also killed once I Killed ant > process. Any way ant can w

Re: Killing Ant process through shell script when multiple Java processes are running...

2009-11-25 Thread Harry_
hedule a task using ant using crontab. >> >> On shell script will start the ant and the task I want to run. This is >> easy. >> >> One shell script will kill the above ant process. >> >> But the problem is that multiple java processes are running on machine. I &

Re: Killing Ant process through shell script when multiple Java processes are running...

2009-11-24 Thread Brian Pontarelli
ant to schedule a task using ant using crontab. > > On shell script will start the ant and the task I want to run. This is easy. > > One shell script will kill the above ant process. > > But the problem is that multiple java processes are running on machine. I > only want to ki

Re: Killing Ant process through shell script when multiple Java processes are running...

2009-11-24 Thread Scot P. Floess
multiple java processes are running on machine. I only want to kill only the ant process, How can I do that. Any Ideas. Like noting process ID of ant process created above and then killing it with kill script. I do not know how to do this. Someone point me to link where I can get information about

Killing Ant process through shell script when multiple Java processes are running...

2009-11-24 Thread Harry_
Hello, I want to schedule a task using ant using crontab. On shell script will start the ant and the task I want to run. This is easy. One shell script will kill the above ant process. But the problem is that multiple java processes are running on machine. I only want to kill only the ant

RE: Adding multiple external JARS using Ant

2009-09-30 Thread not4google
? Rebhan, Gilbert wrote: > > > > -Original Message- > From: not4google [mailto:kapil.x.jo...@jpmorgan.com] > Sent: Wednesday, September 30, 2009 1:41 PM > To: user@ant.apache.org > Subject: RE: Adding multiple external JARS using Ant > > /* > Thanks for

RE: Adding multiple external JARS using Ant

2009-09-30 Thread Rebhan, Gilbert
-Original Message- From: not4google [mailto:kapil.x.jo...@jpmorgan.com] Sent: Wednesday, September 30, 2009 1:41 PM To: user@ant.apache.org Subject: RE: Adding multiple external JARS using Ant /* Thanks for the info but what I needed was to add all JARS within a directory rather than

RE: Adding multiple external JARS using Ant

2009-09-30 Thread not4google
2009 1:22 PM > To: user@ant.apache.org > Subject: Adding multiple external JARS using Ant > > /* > > Hi all > > I have the following target: > > > > > >

RE: Adding multiple external JARS using Ant

2009-09-30 Thread Rebhan, Gilbert
-Original Message- From: not4google [mailto:kapil.x.jo...@jpmorgan.com] Sent: Wednesday, September 30, 2009 1:22 PM To: user@ant.apache.org Subject: Adding multiple external JARS using Ant /* Hi all I have the following target

Adding multiple external JARS using Ant

2009-09-30 Thread not4google
and this is because some external JARS are not accessible. How can I add numerous external JARS e.g. Spring.jar so this all works? -- View this message in context: http://www.nabble.com/Adding-multiple-external-JARS-using-Ant-tp25679172p25679172.html Sent from the Ant - Users mailing list archive at

Re: multiple artifact confs: wanting AND instead of OR

2009-07-28 Thread Niklas Matthies
On Mon 2009-07-27 at 21:17h, Mitch Gitman wrote on ivy-user: : > The problem is you can't specify the intersection on the artifacts: > > > The onus is on the consumer (the dependent Ivy module) to specify the > intersection and not the union. Which, by the way, is dangerous, because the publis

Running multiple ant projects from threaded java project

2009-06-02 Thread Cole, Derek E
Hi All. I have a java project that is creating a thread for the purpose of creating and running an ant project in each thread so I can run multiple ant builds at the same time. The java program is using the ant API to set up the project, add a listener, etc. The problem is, if I add a logger to

Re: Multiple artifacts of the module commons-logging#commons-logging;1.1.1 are retrieved to the same file!

2009-05-26 Thread Archie Cobbs
wrote: > > > > > I am getting the following error: > > > > > > java.lang.RuntimeException: Multiple artifacts of the module > > > commons-logging#commons-logging;1.1.1 are retrieved to the same file! > > > Update > > > the retrie

  1   2   3   4   5   6   >