Good dayt to you, Franz

To use maven.plugin.classpath, you must first set an ant property reference
to that. You might want to take a look at [1]. It's the latest revision to
the maven-antrun-plugin.


Thanks. I already show this page but the example is just to display maven's
classpaths.
What I need is to use maven.plugin.classpath in order to define a new task

<taskdef
   name        = "webdoclet"
   classname    = "xdoclet.modules.web.WebDocletTask"
   classpathref= " maven.plugin.classpath"
/>

I don't think that I can set an ant property reference and used it for that

<property name="plugin_classpath" refid="maven.plugin.classpath"/>
<taskdef
   name        = "webdoclet"
   classname    = "xdoclet.modules.web.WebDocletTask"
   classpathref= " plugin_classpath"
/>

It's not working :
Embedded error: Reference plugin_classpath not found.

However, it is still being review. Thus, if you
have any comments about it, kindly notify us so that we can improve it.


I don't know if it is a bug or if missed something.

Rémy

Reply via email to