If you want compile only one maven plugin, you should checkout only it and run maven clean plugin:install
Emmanuel ----- Original Message ----- From: "Ryan Owens" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 8:36 PM Subject: Re: xdoc plugin 1.5 this page: http://maven.apache.org/start/bootstrap.html does mention maven-plugins just under the 'Bootstrapping Maven' heading: - "Before you can begin the process, you'll need to download the source from the maven and maven-plugins CVS repository." It's admittedly quite easy to miss, as I did the other day trying to get XDOC 1.5 going. -cheers On Feb 11, 2004, at 2:29 PM, Charles N. Harvey III wrote: > Thanks a lot. I should have been paying better attention. Someone > asked about the HEAD just the other day. Sorry about that. > > One thing though, it should say somewhere that you also need to > checkout > "maven-plugin" to get it compile. Otherwise the build fails. > > Thanks again. > > > Charlie > > > > Heritier Arnaud wrote: > >> check a previous CVS release (before the 8th february for example). >> >> cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co >> -D20040207-UTC maven >> >> http://nagoya.apache.org/eyebrowse/ReadMsg? >> [EMAIL PROTECTED]&msgNo=10383 >> >> Arnaud >> >> -----Message d'origine----- >> De : Charles N. Harvey III [mailto:[EMAIL PROTECTED] >> Envoy� : mercredi 11 f�vrier 2004 18:22 >> � : [EMAIL PROTECTED] >> Objet : Re: xdoc plugin 1.5 >> >> >> Just tried to compile HEAD and got this: >> >> --------------------------------------------------------------- >> [javac] >> /home/charvey/projects/maven/src/java/org/apache/maven/ >> DefaultProjectMarshaller.java:72: >> package org.xmlpull.v1 does not exist >> [javac] import org.xmlpull.v1.XmlPullParserFactory; >> --------------------------------------------------------------- >> >> >> Does this happen to anyone else? Have I made some kind of error? >> I don't see any kind of xmlpull jar in the project.xml. >> >> So I downloaded the xmlpull-1.1.3.4a.jar from www.xmlpull.org. Then I >> re-ran the ant script. But I got another error: >> >> --------------------------------------------------------------- >> [javac] >> /code/home2/charvey/projects/maven/src/java/org/apache/maven/plugin/ >> PluginCacheManager.java:251: >> cannot resolve symbol >> [javac] symbol : constructor PluginScriptParser >> (org.apache.maven.plugin.PluginCacheManager,java.lang.String) >> [javac] location: class org.apache.maven.plugin.PluginScriptParser >> [javac] PluginScriptParser pluginScriptParser = new >> PluginScriptParser( this, pluginName ); >> --------------------------------------------------------------- >> >> >> I looked at PluginScriptParser and the only constructor it has takes >> 4 arguments, not 2. Should I be reporting these issues to JIRA? >> >> What should I do to get maven to compile? >> >> Thanks so much. >> >> >> Charlie >> >> >> >> >> >> [EMAIL PROTECTED] wrote: >> >> >>> Are you seeing log statements as this? >>> >>> 2004-02-03 10:40:13,780 WARN >>> org.apache.commons.jelly.tags.ant.AntTag - Could not convert tag: a >>> into an Ant task, data type or property >>> >>> >>> Remember that: >>> >>> XDOC 1.5 will only work with the 1.0 BRANCH (rc2) or HEAD. >>> >>> >>> >>> _____________________________________ Arne Berner >>> System Developer Security Solutions >>> Nordea Bank IT _____________________________________ >>> -----Original Message----- >>> From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, February 11, 2004 3:58 PM >>> To: Maven Users List >>> Subject: xdoc plugin 1.5 >>> >>> >>> Hello. >>> I have recently replaced my maven-xdoc-plugin-1.4.jar with the 1.5 >>> version. >>> Just the other day when I ran "maven site" with 1.4 it ran the simian >>> report, statcvs and pmd. Now it seems that the 1.5 version does not >>> run >>> these reports and place them in the target/docs/ directory. Should >>> it >>> be running these other goals? Or is the new xdoc-plugin designed to >>> do >>> a little less to make it simpler? >>> >>> Just curious. Thanks. >>> >>> >>> Charlie >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
