zarar wrote:
> 
> Yup, you can use these classpaths:
> 
>     * maven.dependency.classpath
>     * maven.compile.classpath
>     * maven.runtime.classpath
>     * maven.test.classpath
>     * maven.plugin.classpath
> 
> http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html
> 
> Zarar
> 
> On 9/26/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
>> Is there some easy way to do something like ${project.classpath} and
>> have that passed along to my plugin?
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

Good day,

Here is the revised plugin documentation of the one mentioned above, [1].
You cannot reference those keywords from within your ant build directly.
Instead, you'd have to set a property for it first before using them.

However, [1] is not yet final, and it is still being reviewed. So if you
have any comments, kindly let us know about them so that we can improve the
documentation. 

Thanks, 
Franz

[1]
http://people.apache.org/~aramirez/maven-antrun-plugin/examples/classpaths.html
-- 
View this message in context: 
http://www.nabble.com/passing-along-maven-built-classpath-to-ant-plugin-tf2340883.html#a6518921
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to