You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bd...@apache.org on 2005/09/27 23:28:33 UTC

svn commit: r292051 - in /myfaces/impl/trunk: ./ src/test/org/ src/test/org/apache/ src/test/org/apache/myfaces/ src/test/org/apache/myfaces/el/

Author: bdudney
Date: Tue Sep 27 14:28:28 2005
New Revision: 292051

URL: http://svn.apache.org/viewcvs?rev=292051&view=rev
Log:
fixing build problem for cactus that were fixed in the branch

Added:
    myfaces/impl/trunk/src/test/org/
      - copied from r292050, myfaces/impl/branches/1_1_1/src/test/org/
    myfaces/impl/trunk/src/test/org/apache/
      - copied from r292050, myfaces/impl/branches/1_1_1/src/test/org/apache/
    myfaces/impl/trunk/src/test/org/apache/myfaces/
      - copied from r292050, myfaces/impl/branches/1_1_1/src/test/org/apache/myfaces/
    myfaces/impl/trunk/src/test/org/apache/myfaces/el/
      - copied from r292050, myfaces/impl/branches/1_1_1/src/test/org/apache/myfaces/el/
    myfaces/impl/trunk/src/test/org/apache/myfaces/el/TestBean.java
      - copied unchanged from r292050, myfaces/impl/branches/1_1_1/src/test/org/apache/myfaces/el/TestBean.java
    myfaces/impl/trunk/src/test/org/apache/myfaces/el/ValueBindingImplCactus.java
      - copied unchanged from r292050, myfaces/impl/branches/1_1_1/src/test/org/apache/myfaces/el/ValueBindingImplCactus.java
Modified:
    myfaces/impl/trunk/   (props changed)
    myfaces/impl/trunk/build.properties

Propchange: myfaces/impl/trunk/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Tue Sep 27 14:28:28 2005
@@ -1 +1 @@
-build   https://svn.apache.org/repos/asf/myfaces/build/trunk
+build   https://svn.apache.org/repos/asf/myfaces/build/branches/1_1_1

Modified: myfaces/impl/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/build.properties?rev=292051&r1=292050&r2=292051&view=diff
==============================================================================
--- myfaces/impl/trunk/build.properties (original)
+++ myfaces/impl/trunk/build.properties Tue Sep 27 14:28:28 2005
@@ -8,6 +8,20 @@
 test.classes.dir     = ${temp.dir}/tests/classes
 test.reports.dir     = ${temp.dir}/tests/reports
 test.suffix          = **/*Test.java
+
+
+cactus.lib.dir           = ${lib.dir}/cactus
+cactus.src.dir           = ${subproject.dir}/src/test
+cactus.web.context       = tomahawk-cactus-tests
+cactus.dir    		    = ${build.dir}/cactus
+cactus.classes.dir       = ${cactus.dir}/classes
+cactus.reports.dir       = ${cactus.dir}/reports
+cactus.suffix            = **/*Cactus.java
+has.cactus.tests         = true
+
+tomcat5x.container.dir   = ${cactus.dir}/tomcat5x
+tomcat5x.container.port  = 9090
+
 jar.file             = myfaces-impl.jar
 jar.include.pattern  = org/**/*.class
 jar.fileset2.dir     = ${subproject.dir}/src/java