Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • release xdoc-plugin-1.10

    7 answers - 1764 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I decided to try out a Sourceforge project that I work on, but it failed
    miserably with the new plugin. Just to make sure it wasn't something
    specific to that project I checked out another Sourceforge project that
    you are all familiar with: maven-plugins.
    Steps to reproduce:
    * check out maven-plugins from sourceforge.net
    * cd maven-plugins\tasks
    * maven site
    This is the results I get:
    xdoc:generate-from-pom:
    [echo] Generating xdocs from PM
    BUILD FAILED
    File C:\Documents and
    Settings\dlg01\.maven\cache\maven-xdoc-plugin-1.10-SNAPSHT\plugin.jelly
    Element velocity:merge
    Line 728
    Column 13
    Invocation of method 'anonymousAccessCVS' in class
    threw exception class
    java.lang.NoClassDefFoundError :
    Total time: 31 seconds
    Finished at: Mon Jun 12 23:16:16 CEST 2006
    This might be a regression issue, since I'm still using Maven 1.0.2.
    Lukas Theussl wrote:
    Hi again,
    This is a big one so I do it separately. The xdoc-plugin-1.10 has been
    feature complete since a while, but with the re-introduction of xerces
    into the core and the upcoming dom4j upgrade (which it should be
    compatible with), it is only now that I'd like to release it. There are
    quite a few changes since the last version so I'd appreciate some
    sincere testing, even though I've had already feedback from a few people
    who had used the snapshots successfully.
    The future docs are here:
    http://people.apache.org/~
    thing that is left to do is get the dtd file on the main apache site
    ( ), can somebody tell me
    what needs to be done for that?
    +1 from me and 72h to vote.
    Cheers,
    -Lukas
    <snip>
  • No.1 | | 1329 bytes | |

    I cannot reproduce this one, neither with m1.0.2 nor m11b3. I'd be
    surprised, too, as the xdoc-plugin doesn't use plexus. Can you run with
    -e, to see the full stack trace?
    -Lukas

    Dennis Lundberg wrote:
    I decided to try out a Sourceforge project that I work on, but it failed
    miserably with the new plugin. Just to make sure it wasn't something
    specific to that project I checked out another Sourceforge project that
    you are all familiar with: maven-plugins.

    Steps to reproduce:
    * check out maven-plugins from sourceforge.net
    * cd maven-plugins\tasks
    * maven site

    This is the results I get:

    xdoc:generate-from-pom:
    [echo] Generating xdocs from PM

    BUILD FAILED
    File C:\Documents and
    Settings\dlg01\.maven\cache\maven-xdoc-plugin-1.10-SNAPSHT\plugin.jelly
    Element velocity:merge
    Line 728
    Column 13
    Invocation of method 'anonymousAccessCVS' in class
    threw exception class
    java.lang.NoClassDefFoundError :
    Total time: 31 seconds
    Finished at: Mon Jun 12 23:16:16 CEST 2006

    This might be a regression issue, since I'm still using Maven 1.0.2.

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.2 | | 4191 bytes | |

    Looks like it could be jelly related as well.

    BUILD FAILED
    Invocation of
    method 'anonymousAccessCVS' in class
    threw except
    ion class java.lang.NoClassDefFoundError :

    at
    (ASTMethod.java:246)
    at
    (ASTReference.java:175)
    at
    (ASTReference.java:327)
    at
    (ASTExpression.java:51)
    at
    (ASTSetDirective.java:95)
    at
    (ASTBlock.java:55)
    at
    (ASTIfStatement.java:70)
    at
    (SimpleNode.java:230)
    at
    (Parse.java:181)
    at
    (ASTDirective.java:114)
    at
    (ASTBlock.java:55)
    at
    (SimpleNode.java:230)
    at
    (ASTIfStatement.java:89)
    at
    (SimpleNode.java:230)
    at (Template.java:256)
    at
    (VelocityEngine.java:450)
    at
    (MergeTag.java:226)
    at
    (MergeTag.java:108)
    at (TagScript.java:279)
    at
    (ScriptBlock.java:135)
    at
    (TagSupport.java:233)
    at
    (WhenTag.java:92)
    at (TagScript.java:279)
    at
    (ScriptBlock.java:135)
    at
    (TagSupport.java:233)
    at
    (ChooseTag.java:84)
    at (TagScript.java:279)
    at
    (ScriptBlock.java:135)
    at
    (TagSupport.java:233)
    at
    (ForEachTag.java:145)
    at (TagScript.java:279)
    at
    (ScriptBlock.java:135)
    at
    (MavenGoalTag.java:79)
    at
    $MavenGoalAction.performAction(MavenGoalTag.java:1 10)
    at com.werken.werkz.Goal.fire(Goal.java:639)
    at com.werken.werkz.Goal.attain(Goal.java:575)
    at (Goal.java:488)
    at com.werken.werkz.Goal.attain(Goal.java:573)
    at (WerkzProject.java:193)
    at
    (MavenAttainGoalTag.java:127)
    at (TagScript.java:279)
    at
    (ScriptBlock.java:135)
    at
    (MavenGoalTag.java:79)
    at
    $MavenGoalAction.performAction(MavenGoalTag.java:1 10)
    at com.werken.werkz.Goal.fire(Goal.java:639)
    at com.werken.werkz.Goal.attain(Goal.java:575)
    at
    (PluginManager.java:671)
    at (MavenSession.java:263)
    at (App.java:488)
    at org.apache.maven.cli.App.main(App.java:1239)
    at (Native Method)
    at
    ()
    at
    ()
    at (Method.java:324)
    at (Forehead.java:551)
    at (Forehead.java:581)
    File C:\Documents and
    Settings\dlg01\.maven\cache\maven-xdoc-plugin-1.10-SNAPSHT\plugin.jelly
    Element velocity:merge
    Line 728
    Column 13
    Invocation of method 'anonymousAccessCVS' in class
    threw exception class
    java.lang.NoClassDefFoundError :
    Total time: 30 seconds
    Finished at: Tue Jun 13 00:08:45 CEST 2006

    Lukas Theussl wrote:
    I cannot reproduce this one, neither with m1.0.2 nor m11b3. I'd be
    surprised, too, as the xdoc-plugin doesn't use plexus. Can you run with
    -e, to see the full stack trace?
    -Lukas

    Dennis Lundberg wrote:
    >I decided to try out a Sourceforge project that I work on, but it
    >failed miserably with the new plugin. Just to make sure it wasn't
    >something specific to that project I checked out another Sourceforge
    >project that you are all familiar with: maven-plugins.
    >>

    >Steps to reproduce:
    >* check out maven-plugins from sourceforge.net
    >* cd maven-plugins\tasks
    >* maven site
    >>

    >This is the results I get:
    >>

    >
    >>

    >xdoc:generate-from-pom:
    >[echo] Generating xdocs from PM
    >>

    >BUILD FAILED
    >File C:\Documents and
    >Settings\dlg01\.maven\cache\maven-xdoc-plugin-1.10-SNAPSHT\plugin.jelly
    >Element velocity:merge
    >Line 728
    >Column 13
    >Invocation of method 'anonymousAccessCVS' in class
    >threw exception class
    >java.lang.NoClassDefFoundError :
    >Total time: 31 seconds
    >Finished at: Mon Jun 12 23:16:16 CEST 2006
    >>
    >>

    >This might be a regression issue, since I'm still using Maven 1.0.2.
    >>
    >>
    >>


    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.3 | | 2229 bytes | |

    Installed plugins:
    maven-abbot-plugin-1.1
    maven-announcement-plugin-1.4
    maven-ant-plugin-1.9
    maven-antlr-plugin-1.2.1
    maven-appserver-plugin-2.0
    maven-artifact-plugin-1.4.1
    maven-ashkelon-plugin-1.2
    maven-aspectj-plugin-3.2
    maven-aspectwerkz-plugin-1.2
    maven-caller-plugin-1.1
    maven-castor-plugin-1.2
    maven-changelog-plugin-1.8.2
    maven-changes-plugin-1.6
    maven-checkstyle-plugin-2.5
    maven-clean-plugin-1.3
    maven-clover-plugin-1.6
    maven-console-plugin-1.1
    maven-cruisecontrol-plugin-1.6
    maven-dashboard-plugin-1.6

    maven-dist-plugin-1.6.1
    maven-docbook-plugin-1.2
    maven-ear-plugin-1.6
    maven-eclipse-plugin-1.9
    maven-ejb-plugin-1.5
    maven-faq-plugin-1.4

    maven-genapp-plugin-2.2
    maven-gump-plugin-1.4
    maven-hibernate-plugin-1.2
    maven-html2xdoc-plugin-1.3.1
    maven-idea-plugin-1.6
    maven-j2ee-plugin-1.5.1
    maven-jalopy-plugin-1.3.1
    maven-jar-plugin-1.6.1
    maven-java-plugin-1.5
    maven-javacc-plugin-1.1
    maven-javadoc-plugin-1.7
    maven-jboss-plugin-1.5
    maven-jbuilder-plugin-1.5
    maven-jcoverage-plugin-1.0.9
    maven-jdee-plugin-1.1
    maven-jdepend-plugin-1.5
    maven-jdeveloper-plugin-1.4
    maven-jdiff-plugin-1.5
    maven-jellydoc-plugin-1.3.1
    maven-jetty-plugin-1.1
    maven-jira-plugin-1.3
    maven-jnlp-plugin-1.4.1
    maven-junit-doclet-plugin-1.2
    maven-junit-report-plugin-1.5
    maven-jxr-plugin-1.4.2
    maven-latex-plugin-1.4.1
    maven-latka-plugin-1.4.1
    maven-license-plugin-1.2

    maven-multichanges-plugin-1.1

    maven-native-plugin-1.1
    maven-nsis-plugin-1.1
    maven-pdf-plugin-2.2.1
    maven-plugin-plugin-1.7
    maven-pmd-plugin-1.6
    maven-pom-plugin-1.5
    maven-rar-plugin-1.0

    maven-repository-plugin-1.2
    maven-scm-plugin-1.6
    maven-shell-plugin-1.1
    maven-simian-plugin-1.4
    maven-site-plugin-1.7
    maven-struts-plugin-1.3
    maven-tasklist-plugin-2.4
    maven-test-plugin-1.6.2
    maven-tjdo-plugin-1.0.0
    maven-uberjar-plugin-1.2
    maven-vdoclet-plugin-1.2
    maven-war-plugin-1.6.1
    maven-webserver-plugin-2.0
    maven-wizard-plugin-1.1
    maven-xdoc-plugin-1.10-SNAPSHT
  • No.4 | | 683 bytes | |

    I'd rather suspect a classloader issue. Can you send me the list of your
    installed plugins (maven -i)? Because of the single classloader, another
    plugin can load the required class (StringUtils), which in the xdoc
    plugin, should be from commons.lang.StringUtils.
    -Lukas

    Dennis Lundberg wrote:
    Looks like it could be jelly related as well.

    BUILD FAILED
    Invocation of
    method 'anonymousAccessCVS' in class
    threw except
    ion class java.lang.NoClassDefFoundError :

    at

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.5 | | 2631 bytes | |

    , I get the same error when downgrading the jxr plugin to your version
    1.4.2, it works with the latest 1.5. Don't ask me why

    You might consider upgrading a number of plugins anyway, just be careful
    with artifact: 1.5.2 is the highest that works with m1.0.2.
    -Lukas

    Dennis Lundberg wrote:
    Installed plugins:
    maven-abbot-plugin-1.1
    maven-announcement-plugin-1.4
    maven-ant-plugin-1.9
    maven-antlr-plugin-1.2.1
    maven-appserver-plugin-2.0
    maven-artifact-plugin-1.4.1
    maven-ashkelon-plugin-1.2
    maven-aspectj-plugin-3.2
    maven-aspectwerkz-plugin-1.2
    maven-caller-plugin-1.1
    maven-castor-plugin-1.2
    maven-changelog-plugin-1.8.2
    maven-changes-plugin-1.6
    maven-checkstyle-plugin-2.5
    maven-clean-plugin-1.3
    maven-clover-plugin-1.6
    maven-console-plugin-1.1
    maven-cruisecontrol-plugin-1.6
    maven-dashboard-plugin-1.6

    maven-dist-plugin-1.6.1
    maven-docbook-plugin-1.2
    maven-ear-plugin-1.6
    maven-eclipse-plugin-1.9
    maven-ejb-plugin-1.5
    maven-faq-plugin-1.4

    maven-genapp-plugin-2.2
    maven-gump-plugin-1.4
    maven-hibernate-plugin-1.2
    maven-html2xdoc-plugin-1.3.1
    maven-idea-plugin-1.6
    maven-j2ee-plugin-1.5.1
    maven-jalopy-plugin-1.3.1
    maven-jar-plugin-1.6.1
    maven-java-plugin-1.5
    maven-javacc-plugin-1.1
    maven-javadoc-plugin-1.7
    maven-jboss-plugin-1.5
    maven-jbuilder-plugin-1.5
    maven-jcoverage-plugin-1.0.9
    maven-jdee-plugin-1.1
    maven-jdepend-plugin-1.5
    maven-jdeveloper-plugin-1.4
    maven-jdiff-plugin-1.5
    maven-jellydoc-plugin-1.3.1
    maven-jetty-plugin-1.1
    maven-jira-plugin-1.3
    maven-jnlp-plugin-1.4.1
    maven-junit-doclet-plugin-1.2
    maven-junit-report-plugin-1.5
    maven-jxr-plugin-1.4.2
    maven-latex-plugin-1.4.1
    maven-latka-plugin-1.4.1
    maven-license-plugin-1.2

    maven-multichanges-plugin-1.1

    maven-native-plugin-1.1
    maven-nsis-plugin-1.1
    maven-pdf-plugin-2.2.1
    maven-plugin-plugin-1.7
    maven-pmd-plugin-1.6
    maven-pom-plugin-1.5
    maven-rar-plugin-1.0

    maven-repository-plugin-1.2
    maven-scm-plugin-1.6
    maven-shell-plugin-1.1
    maven-simian-plugin-1.4
    maven-site-plugin-1.7
    maven-struts-plugin-1.3
    maven-tasklist-plugin-2.4
    maven-test-plugin-1.6.2
    maven-tjdo-plugin-1.0.0
    maven-uberjar-plugin-1.2
    maven-vdoclet-plugin-1.2
    maven-war-plugin-1.6.1
    maven-webserver-plugin-2.0
    maven-wizard-plugin-1.1
    maven-xdoc-plugin-1.10-SNAPSHT

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org
  • No.6 | | 355 bytes | |

    K, maven-plugins works for me when I upgrade to jxr plugin 1.5. But my
    other project 'jetstyle' still fails with the same message. But that's
    not important.

    At least now we know that there is a work-around available - fix your
    local class path by upgrading plugins. Hopefully these will all go away
    once Maven 1.1 is out.
  • No.7 | | 710 bytes | |

    Check the plugins that use plexus-utils at [1] and try to upgrade at
    least those (again: careful with the artifact plugin).

    Cheers,
    -Lukas

    [1]

    Dennis Lundberg wrote:
    K, maven-plugins works for me when I upgrade to jxr plugin 1.5. But my
    other project 'jetstyle' still fails with the same message. But that's
    not important.

    At least now we know that there is a work-around available - fix your
    local class path by upgrading plugins. Hopefully these will all go away
    once Maven 1.1 is out.

    To unsubscribe, e-mail: dev-unsubscribe (AT) maven (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) maven (DOT) apache.org

Re: release xdoc-plugin-1.10


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Java"

EMSDN.COM