[ANNOUNCE] Apache Ivy 2.0.0-rc2 released

2008-11-05 Thread Maarten Coene
Nov 4, 2008 - The Apache Ivy project is pleased to announce the release of Ivy 2.0.0-rc2, the second release candidate for Ivy 2.0.0. Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration

RE: problem with exec

2008-11-05 Thread Shawn Castrianni
Try splitting up the -o and the output filename as two separate You probably have an with two arguments which won't work since ANT quotes the contents of the line combining them into one. Either change to two tags or change what you have to an --- Shawn Castrianni -Original Message

problem with exec

2008-11-05 Thread Robert Anderson
I am having a problem with the exec task. The command being executed works fine on the command line, but there is an error when trying to run it via ant. I have also looked at the permissions and everything should be good. Any help would be appreciated. Here is the debug output... Execute:Java13Co

Re: Using Ant Tasks programmatically - SignJar Tasl

2008-11-05 Thread Mark Salter
Morgan Kinne wrote: > try sj.perform() > It looks to me like you will still need to set a sj.setProject(project). I can't find anything that states this requirement, sorry. -- Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] F

[ANNOUNCE] Apache Ivy 2.0.0-rc2 released

2008-11-05 Thread Maarten Coene
Nov 4, 2008 - The Apache Ivy project is pleased to announce the release of Ivy 2.0.0-rc2, the second release candidate for Ivy 2.0.0. Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration

Re: Using Ant Tasks programmatically - SignJar Tasl

2008-11-05 Thread Morgan Kinne
try sj.perform() From: "Daniele Development-ML" <[EMAIL PROTECTED]> To: "Ant Users List" Date: 11/05/2008 12:17 PM Subject: Using Ant Tasks programmatically - SignJar Tasl Hello everybody: I am trying to use Ant Task programmatically by invoking the API within my Java code. I get an excepti

Re: Using Ant Tasks programmatically - SignJar Tasl

2008-11-05 Thread Mark Salter
Daniele Development-ML wrote: > I am trying to use Ant Task programmatically by invoking the API within my > Java code. You need a Project :- SignJar sj = new SignJar(); sj.setProject(new Project()); I surmised this by stepping through the code, but only 'blindly'. I guess all ta

Using Ant Tasks programmatically - SignJar Tasl

2008-11-05 Thread Daniele Development-ML
Hello everybody: I am trying to use Ant Task programmatically by invoking the API within my Java code. I get an exception, but everything appears to be fine to my eyes - I indeed set all the compulsory attributes of the SignJar task. Probably somebody else here has a good suggestion or the solutio

Re: Nothing to do is up to date

2008-11-05 Thread Scot P. Floess
Do you really mean to literally name the files and directory ??? When I say literally, that will be come the name of the file and directory respectively... Yes, the <> do matter. ${} is for property value substitution. <> are being taken here literally. So, if you were operating in a di

ant task for 508 compilance check

2008-11-05 Thread miro
We are building application for govt for whcih we have to follow 508 compilance and would like to check our pages for 508 compilancethrough ant task ,Is there anything availbale in ant for this check ? -- View this message in context: http://www.nabble.com/ant-task-for-508-compilance-chec

Re: parallel targets

2008-11-05 Thread Steve Loughran
car_car_car wrote: I need some indication if the tests fail, but i still want the other targets to run. When i say parallel i mean that a group of targets should run , not depending on the other target's success. OK. That's slightly different. sets a property but does not act on it. My ta

Re: Upgrading for pre-Apache Ivy

2008-11-05 Thread Archie Cobbs
Embedded HTML markup works fine with the new version of ivy, at least in my experience. For example, open this ivy.xmlin your browser and then "View source". What error are you getting? -Ar

Re: Nothing to do is up to date

2008-11-05 Thread pm rao
Hi Scot, Thanks for the info. Your guess is correct. Its a typo.. is incorrect it should be . And i think it doesnt matter if you give it as ${} or <>, as i'm not defining any properties for ${dest-file} (for example) and giving some absolute values as . I have made some changes to below exampl

Re: Nothing to do is up to date

2008-11-05 Thread Scot P. Floess
Silly question...did you really want to name your file ".tar.bz2" or did you mean to do something like "${dest-file}.tar.bz2" I don't think you are doing the correct thing. You delete .tar.bz2, but are creating a .tar.bz2 Basically, it may be up 2 date and not recreating... My guess

Re: parallel targets

2008-11-05 Thread car_car_car
I need some indication if the tests fail, but i still want the other targets to run. When i say parallel i mean that a group of targets should run , not depending on the other target's success. My targets are in this pattern: do all kind of work

AW: Order of files inside a fileset

2008-11-05 Thread Jan.Materne
>I don't really care much about id, as I only need the fileset >as a nested >element inside a task. The good question now is can I use > >... > >wherever I would normally use > >... > >What about elements that have a nested element that inherits >from fileset? >Like for instance the jmeter task,

Re: Order of files inside a fileset

2008-11-05 Thread Krzysieq
I don't really care much about id, as I only need the fileset as a nested element inside a task. The good question now is can I use ... wherever I would normally use ... What about elements that have a nested element that inherits from fileset? Like for instance the jmeter task, which takes a

ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-05 Thread Steve Loughran
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the f

Re: Examples of ant's Task

2008-11-05 Thread Steve Loughran
Rohit P wrote: Hi, I just now had a chance to look into ant task. I would definitely start working on it and make good use of it in my time-consuming build scripts. To know it still better wanted to have a look into few examples that use this task. I guess most of them have come over this ant t

RE: Order of files inside a fileset

2008-11-05 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 6:46 AM To: user@ant.apache.org Subject: AW: Order of files inside a fileset > > > > >Sorted${line.separator}${toString:foobar} /* Your "id" is on on the unsorted not the ed one. */