Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Martin
Ivy folk- didnt get that far.. load-ivy: [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found. anyone know where I can acquire org/apache/ivy/ant/antlib.xml? Thanks Martin- - Original Message - From: "Howard Lewis Ship" <[EMAIL PRO

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
Wrong paste: here's my results: $ find lib -name tapestry-\* | xargs ls -l -rw-r--r-- 1 Howard Howard 1094871 Jun 5 15:13 lib/runtime-jars/tapestry-core-5.0.12.jar -rw-r--r-- 1 Howard Howard29284 Jun 5 15:13 lib/runtime-jars/tapestry-hibernate-5.0.12.jar -rw-r--r-- 1 Howard Howard

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
I've update selected parts of my ivy.xml as follows: However, it's not working, and the same files are showing up in both locations: i.e., via: On Thu, Jun 5, 2008 at 9:51 AM, Xavier Hanin <[EMAIL PROTECTED]> w

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Xavier Hanin
It's a namespace, but the URL doesn't really matter, only nonamespace elements are validated against ivy schema. Internally Ivy generates files with: http://ant.apache.org/ivy/maven";> ... Xavier On Thu, Jun 5, 2008 at 6:33 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > The m:qualifier p

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
The m:qualifier part ... is that a namespace? If so, whats the URL? On Thu, Jun 5, 2008 at 12:40 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > As you noted there is an open issue to make Ivy able to find source and > javadoc artifacts automatically from a pom, which is not easy since there's > no

aws tasks

2008-06-05 Thread David Kavanagh
For those interested in Amazon Web Services, I started a project a couple of months back that has a goal of providing ant tasks to interface with many of the services that Amazon provides. The initial task is for uploading data to S3. I used this with a client to deploy a war file. That war file is

Re: how to echo propertyset to file?

2008-06-05 Thread Peter Reilly
On Thu, Jun 5, 2008 at 11:14 AM, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2008 11:53 AM > To: Ant Users List > Subject: Re: how to echo propertyset to file? > > /* > >>> Just curious... Wher

RE: how to echo propertyset to file?

2008-06-05 Thread Rebhan, Gilbert
-Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 11:53 AM To: Ant Users List Subject: Re: how to echo propertyset to file? /* >> Just curious... Where is the ${tostring:} function and other types of This should be toString - it is case sens

Re: how to echo propertyset to file?

2008-06-05 Thread Peter Reilly
On Mon, Jun 2, 2008 at 7:04 PM, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Hi, David > > David Weintraub schrieb: >> >> Just curious... Where is the ${tostring:} function and other types of This should be toString - it is case sensitive >> functions documented in Ant There are currently no other f

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Xavier Hanin
As you noted there is an open issue to make Ivy able to find source and javadoc artifacts automatically from a pom, which is not easy since there's no such information in the pom itself. But this is far from being infeasible, especially since we are able to parse parent poms, and thus go through th