Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7
-
Labels:None
-
Number of attachments :
Description
Run plugin:test for the html2xdoc plugin and you get this:
BUILD FAILED
File...... C:\Documents and Settings\Dion Gillard\.maven\cache\maven-plugin-plugin-1.5.2-SNAPSHOT\plugin.jelly
Element... maven:maven
Line...... 314
Column.... 34
Unable to obtain goal [test-html2xdoc-site] – C:\Documents and Settings\Dion Gillard\.maven\cache\maven-javadoc-plugin-1.7-SNAPSHOT
\plugin.jelly:115:57: <ant:copy> Specify at least one source - a file or a fileset.
Total time: 4 seconds
Finished at: Thu Sep 02 11:02:58 EST 2004
I don't reproduce this problem with the current maven-core (HEAD branch) and JDK 1.4.
But I have a problem if I use a JDK 1.3 (certainly due to the last jelly update) :
==================================================================
D:\Work\Dev\maven-plugins\html2xdoc>maven -Dmaven.javadoc.debug=true plugin:test
__ __
File...... null
Element... j:if
Line...... 33
Column.... 34
java.lang.NoSuchMethodError
You have encountered an unknown error running Maven. Please help us to correct
this problem by following these simple steps:
http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org
http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up first)
Total time: 1 seconds
Finished at: Thu Sep 02 22:25:25 CEST 2004
D:\Work\Dev\maven-plugins\html2xdoc>
=====================================================================
I tried to build maven with the jdk 1.3 but I have the same problem