-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

First, let me comment that the documentation for the xdoclet plug-in is
a bit confusing. The XML shown on this page:

http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html

is not well formed and when cut/paste into a POM causes maven to throw
up all over itself.

So.. I rewrote the XML based on what I'm seeing on that page into
something well formed.  Now I'm not sure I interpolated correctly.

The pertinate section of my pom.xml file is:

<plugin>
  <artifactId>xdoclet-maven-plugin</artifactId>
  <groupId>org.codehaus.mojo</groupId>
  <version>1.0-alpha-1</version>
  <executions>
    <execution>
      <phase>generate-sources</phase>
      <goals>
        <goal>xdoclet</goal>

      </goals>
      <configuration>
      <tasks>
         <task>
         <webdoclet></webdoclet>
         </task>
      </tasks>
      </configuration>
     </execution>
   </executions>
</plugin>

When I run this at least maven doesn't toss its cookies over syntax, but
it tosses them for this reason:

[INFO]
-
----------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
-
----------------------------------------------------------------------------
[INFO] null
[INFO]
-
----------------------------------------------------------------------------
[INFO] Trace
java.lang.AbstractMethodError
        at
org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.configure(ComponentValueSetter.java:247)
        at
org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:137)
        at
org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56)
        at
org.apache.maven.plugin.DefaultPluginManager.populatePluginFields(DefaultPluginManager.java:1033)
        at
org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:579)

... and a bunch more spew...

I assume that I haven't created my configuration correctly, so please
set me straight on this.  I also noticed in the version designation that
this is alpha code.  Does that imply that maybe all is not well with the
plugin?

- --
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Peter L. Berghold                                     [EMAIL PROTECTED]
"Those who fail to learn from history are condemned to repeat it."
AIM: redcowdawg        Yahoo IM: blue_cowdawg              ICQ: 11455958
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFEKWRMUM9/01RIhaARAhtqAKCEuV08qOhRXfEv8oNpwSpW+QwDDACeOKVW
f+mTJ9WsZYg/SQMrEtPQ0a0=
=axk9
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to