Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.01.000alpha
-
Fix Version/s: None
-
Component/s: Code
-
Labels:None
-
Environment:fedora core 2
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
prevayler source from cvs 2004-07-02
-
Number of attachments :
Description
running "maven" fails with a bunch of compile errors, class not found. here's a patch that seems to make maven pull the jars that it needs:
diff -u -b -u -r1.1.1.1 project.xml
— project.xml 9 Oct 2003 18:25:23 -0000 1.1.1.1
+++ project.xml 2 Jul 2004 15:30:50 -0000
@@ -25,6 +25,16 @@
<id>skaringa</id>
<version>r1p8</version>
</dependency>
+
+ <dependency>
+ <id>xstream</id>
+ <version>1.0.1</version>
+ </dependency>
+
+ <dependency>
+ <id>log4j</id>
+ <version>1.2.8</version>
+ </dependency>
</dependencies>
<build>
Would anyone like to keep the maven script up to date?
If not, we should delete it.