I started converting an old sgen generator over to an XDoclet2 plugin in
Nov/Dec, got distracted, and am now trying to build my initial cut at a
plugin. When I try to run the maven build I get a GeneramaException
saying "Exception occurred when running Velocity". No detail. No
specific file or line location. Googling, it appears to be occurring in
the Generama VelocityPlugin class. My maven.xml and project.xml files
are virtual copies of the plugin-ejb's and it does not fail with a
Velocity error. I even moved my project, which has the same structure
as the other plugins under the xdoclet-plugins-1.0.3/src directory so
that the parent directory project.xml would get pulled in properly.
What am I doing wrong?
Thank you.
Fred
---------------Output------------
C:\Dev\Tools\xdoclet-plugins-1.0.3\src\plugin-flash>maven
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
Running org.xdoclet.plugin.qtags.impl.QTagImplPlugin
BUILD FAILED
File...... C:\Dev\Tools\xdoclet-plugins-1.0.3\src\maven.xml
Element... xdoclet
Line...... 106
Column.... 18
org.generama.GeneramaException: Exception occurred when running Velocity
Total time: 2 seconds
Finished at: Sun Feb 05 12:06:21 EST 2006
------------------------------------