---------------------------------------------------------------
[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]
