Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.7
-
None
Description
Vincent/Magnus,
Now that Cactus uses Cargo, it requires JDK 1.4. I got the following exception while running a test using JDK 1.3 and Cactus from CVS:
File...... C:\Documents and Settings\bianconi\.maven\cache\cactus-maven-1.8dev-custom\plugin.jelly
Element... ant:taskdef
Line...... 109
Column.... 75
org/codehaus/cargo/module/webapp/WarArchive (Unsupported major.minor version 48.0)
Total time: 55 seconds
Finished at: Wed Jun 08 12:33:13 GMT 2005
Looking at Cargo's page (http://cargo.codehaus.org/Installation), it says Cargo indeed depends on JDK 1.4.
So, I'm fine with the change, but if we do so, we need to update the documentation (and maybe refactor some code to take advantage of 1.4 capabilities).
– Felipe