henning 2002/12/08 05:25:46
Modified: . project.xml
Log:
Without the junit dependency, the test cases will not build:
test:compile:
[javac] Compiling 1 source file to
/home/henning/java/build/jakarta-turbine-2/target/test-classes
[javac] [ERROR]
/home/henning/java/build/jakarta-turbine-2/src/test/org/apache/turbine/test/BaseTestCase.java:57:
cannot resolve symbol
[javac] [ERROR] symbol : class TestCase
[javac] [ERROR] location: package framework
[javac] [ERROR] import junit.framework.TestCase;
[javac] [ERROR] ^
Revision Changes Path
1.60 +9 -0 jakarta-turbine-2/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- project.xml 3 Dec 2002 15:01:58 -0000 1.59
+++ project.xml 8 Dec 2002 13:25:46 -0000 1.60
@@ -522,6 +522,15 @@
<id>jython</id>
<version>2.1</version>
</dependency>
+
+ <!-- Needed for the Testcases -->
+
+ <dependency>
+ <id>junit</id>
+ <version>3.8.1</version>
+ <url>http://www.junit.org</url>
+ </dependency>
+
</dependencies>
<build>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>