> > In that case, you need to do something like:
> > <maven:get plugin="maven-xdoclet-plugin" var="xdocletPlugin"
> > property="plugin" />
> > ${xdocletPlugin.getDependencyPath('...')}
>
> Hmm, I've never seen this before. I gave it a shot and nothing echo'ed.
Maybe xdoclet-plugin is not initialised yet. This needs to meet one of
the following conditions:
- be in a preGoal on an xdoclet goal
- have an xdoclet goal as a prereq
- utilise a tag library from xdoclet somewhere in maven.xml (if it has
one to use)
> I also tried with maven:pluginVar since maven:get is actually
> deprecated according to the docs. When I enable the -X switch, there is
wrong way around... pluginVar is deprecated. where did you see that?
> no extra information to help diagnose this. It would be nice if there
> was some debugging information whenever the pattern ${a.b()} appears so
> that I at least know that Maven is trying to evaluate it as a function
> and not a direct variable.
You'd drown in the output :)
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]