Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: 1.0-rc3
-
Component/s: jelly/ant integration
-
Labels:None
-
Environment:Win2k
JRE 1.4.2_04
*clean/empty* Maven repo
-
Number of attachments :
Description
See attached files for more console output. It seems to be a dependency problem with the cactus plugin.
This is, how I produce the error:
C:\>rmdir /S /Q "%HOME%\.maven"
C:\>mkdir "%HOME%\.maven"
C:\>mkdir "%HOME%\.maven\repository"
C:\>mkdir App
C:\>cd App
C:\App>maven genapp
[...]
C:\App>maven eclipse
[...]
Could not find the class:
org.apache.commons.jelly.tags.xml.XMLTagLibrary
[...]
Complete console output.