The -X did the trick. Thank you. It was unhappy that my Tag class had
a getName() attribute, the revealed error suggested renaming it to
getName_(), but I went and changed it to getInstanceName(). That got me
past problem and to another. I am down to an issue with the generated
TagLibrary class not including the import statements for the generated
TagImpl classes. This results in a compile error on the generated
code. Thoughts? Something else I am overlooking? Thank you.
Fred.
Grégory Joseph wrote:
Fred,
Try running maven with the -e switch to see stacktraces, or even -X
for the full debug output.
Let us know what's wrong then
g
On 05/02/06, Frederick N. Brier <[EMAIL PROTECTED]> wrote:
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
------------------------------------