but this works for me even without the namespacing:
<ant:ech>m.t.d = ${maven.test.dest}</ant:echo>
-----Original Message-----
From: Gilles Dodinet [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 2:51 PM
To: Maven Users List
Subject: Re: maven jelly tag and build.properties properties
Ebersole, Steven wrote:
>Same error message. Tried using a bunch of different plugin contexts (test, java,
>idea)...
>
do you "import" the test context by declaring the 'test' namespace ?
this works for me :
<ant:echo xmlns:mytest="test">m.t.d =
${pom.getPluginContext('maven-test-plugin').getVariable('maven.test.dest')}</ant:echo>
-- gd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]