reference=home

2004-07-08 Thread Stephen McConnell
Just an observation ... the following statement should (according to the 
gump spec) assign the home directory of the magic project to the 
property magic.home.

  depend name=magic.home reference=home inherit=runtime
  project=magic runtime=true/
However - the value assigned by gump is the jar file. Seems like a bug 
in the antdepend handling code - in which case I'll post a JIRA 
issue.  Can someone confirm?

Cheers, Steve.
--
|---|
| Magic by Merlin   |
| Production by Avalon  |
|   |
| http://avalon.apache.org  |
|---|
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: reference=home

2004-07-08 Thread Stefan Bodewig
On Thu, 08 Jul 2004, Stephen McConnell [EMAIL PROTECTED] wrote:

 Just an observation ... the following statement should (according to
 the gump spec) assign the home directory of the magic project to the
 property magic.home.

No.  It should if you use property, but not if you use depend.
depend doesn't even recognize the reference attribute.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]