RE: Xdoclet web module classpath

2005-01-21 Thread Ravi Hegde
Adding the web module dependency path in the webdoclet taskdef's classpath does not help because maven throws up at the taskdef level itself. If at all it is possible to add the module jar to the classpath, it should be before the taskdef. I tried a preGoal to xdoclet:webdoclet and that also did

RE: Xdoclet web module classpath

2005-01-21 Thread Charles Daniels
. Updating the xdoclet plugin in this manner should be posted as a JIRA issue (if that's appropriate for the xdoclet plugin). -Original Message- From: Ravi Hegde [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 3:07 AM To: Maven Users List Subject: RE: Xdoclet web module

RE: Xdoclet web module classpath

2005-01-20 Thread Charles Daniels
If you look at the webdoclet taskdef in the xdoclet plugin's plugin.jelly file, you will find the following: taskdef name=webdoclet classname=xdoclet.modules.web.WebDocletTask classpath path refid=maven.dependency.classpath/ pathelement