The build will still fail but it's not because of the missing resources anymore. The test error is:
Testcase: testProblemFile2 took 0.032 sec
FAILED
Actual bytes don't match the desired bytes
junit.framework.AssertionFailedError: Actual bytes don't match the desired bytes
at org.apache.struts.upload.MultipartBoundaryInputStreamTest.assertEquals(MultipartBoundaryInputStreamTest.java:642)
at org.apache.struts.upload.MultipartBoundaryInputStreamTest.testProblemFile2(MultipartBoundaryInputStreamTest.java:509)
-------------------------------------
Index: project.xml =================================================================== RCS file: /home/cvspublic/jakarta-struts/project.xml,v retrieving revision 1.8 diff -u -r1.8 project.xml --- project.xml 23 Aug 2003 04:24:35 -0000 1.8 +++ project.xml 20 Nov 2003 22:29:03 -0000 @@ -2,7 +2,7 @@ <project> <pomVersion>3</pomVersion> <name>struts</name> - <id>Struts</id> + <id>struts</id> <currentVersion>1.2.0</currentVersion> <organization> <name>Apache Software Foundation</name> @@ -20,11 +20,11 @@ <gumpRepositoryId>jakarta</gumpRepositoryId>
<description>
- The core of the Struts framework is a flexible control layer based on standard
- technologies like Java Servlets, JavaBeans, ResourceBundles,
- and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
- Struts encourages application architectures based on the Model 2 approach, a variation
- of the classic Model-View-Controller (MVC) design paradigm.
+The core of the Struts framework is a flexible control layer based on standard
+technologies like Java Servlets, JavaBeans, ResourceBundles,
+and Extensible Markup Language (XML), as well as various Jakarta Commons packages.
+Struts encourages application architectures based on the Model 2 approach, a variation
+of the classic Model-View-Controller (MVC) design paradigm.
Struts provides its own Controller component and integrates with other technologies
to provide the Model and the View. For the Model, Struts can interact with any standard
@@ -36,7 +36,6 @@
web application needs to survive. Struts helps you create an extensible
development environment for your application, based on published standards
and proven design patterns.
-
</description>
<url>http://jakarta.apache.org/</url> @@ -271,6 +270,7 @@ <version>12-1.4.1</version> <url>http://jakarta.apache.org/cactus</url> </dependency> + <dependency> <groupId>cactus</groupId> <artifactId>cactus-ant</artifactId> @@ -300,6 +300,15 @@ <excludes> <exclude>**/RepositoryTest.java</exclude> </excludes> + <resources>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]