The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 12 Aug 2003 1:42 AM
Body:
I fixed this error recently on the branch. Can you check you have the latest source?
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-673
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-673
Summary: xdoc:generate-from-pom tries to read nonexistent .pom files
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-xdoc
Versions:
1.0-rc1
Assignee:
Reporter: Jeff French
Created: Mon, 11 Aug 2003 11:50 PM
Updated: Mon, 11 Aug 2003 11:50 PM
Environment: Mandrake Linux 7.2
JDK 1.4.0
v1.0rc1stable (built from source)
Description:
When I run 'maven site:generate' using rc1stable, the xdoc:generate-from-pom goal
fails trying to read a bunch of .pom files (which do not exist), then throws a
MethodInvocationException exception on method 'getCvs'.
I can invoke the same goal successfully using both b9 and b10, both from binary
downloads. I cleaned out my repo and plugin directories prior to each test.
Here is a snipet of output. I can attach an entire output log if needed.
[echo] Generating xdocs from POM ...
Failed to read POM:/home/jeff/.maven/repository/jaxen/poms/jaxen-1.0-FCS-full.pom
...
Failed to read POM:/home/jeff/.maven/repository/itext/poms/itext-0.92.pom
BUILD FAILED
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getCvs
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:2
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.ja
...
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]