Re: AntUnit - Using assertResourceExists to check URL

2012-06-07 Thread Stefan Bodewig
On 2012-06-07, Pascal Schumacher wrote: > Hello everybody, > according to the AntUnit 1.2 documentation > "assertResourceExists > Asserts that a given resource exists. This is a generalization of > assertFileExists and allows to test for arbitrary resources." > it should be possible to check if

AntUnit - Using assertResourceExists to check URL

2012-06-07 Thread Pascal Schumacher
Hello everybody, according to the AntUnit 1.2 documentation "assertResourceExists Asserts that a given resource exists. This is a generalization of assertFileExists and allows to test for arbitrary resources." it should be possible to check if a URL exists. But I can't figure out how to do i

RE: Getting all targets in a Buildfile

2012-06-07 Thread Bickford, Mark
Feed the build.xml into and then use the project.target.name property that results (a comma-delimited list). -Original Message- From: Stefan Bernsdorf [mailto:gruener.heinr...@googlemail.com] Sent: June 07, 2012 8:23 AM To: Lewis John Mcgibbney; Ant Users List Subject: Re: Getting all t

Re: Getting all targets in a Buildfile

2012-06-07 Thread Stefan Bernsdorf
Again, sorry, my question was misleading. I am looking for a possibility to print all target names into a property and than feed a task with it. thanks, Stefan. Am 07.06.2012 13:09, schrieb Lewis John Mcgibbney: This can usually be achieved by doing ant -projecthelp which in turn prints out ta

Re: Getting all targets in a Buildfile

2012-06-07 Thread Lewis John Mcgibbney
This can usually be achieved by doing ant -projecthelp which in turn prints out targets along with a description if the target has one. hth Lewis On Thu, Jun 7, 2012 at 10:03 AM, Grüner Heinrich wrote: > Hi ant-list, > > Is it possible to retrieve all targets from a buildfile? > > Thanks, Stefa

Getting all targets in a Buildfile

2012-06-07 Thread Grüner Heinrich
Hi ant-list, Is it possible to retrieve all targets from a buildfile? Thanks, Stefan. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org