You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/04/09 23:59:28 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jakarta-commons.xml j2eeunit.xml

rubys       01/04/09 14:59:28

  Modified:    proposal/gump naglist rubix.xml rubypad.xml
               proposal/gump/project jakarta-commons.xml
  Removed:     proposal/gump/project j2eeunit.xml
  Log:
  j2eeunit => cactus.  Still need to add in unit test and 2.3
  
  Revision  Changes    Path
  1.25      +6 -6      jakarta-alexandria/proposal/gump/naglist
  
  Index: naglist
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/naglist,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- naglist	2001/04/09 19:05:57	1.24
  +++ naglist	2001/04/09 21:59:28	1.25
  @@ -11,6 +11,12 @@
   Subject: [GUMP] Build Failure - beanutils
   Regex: /BUILD FAILED/
   ------
  +Project: commons-cactus
  +To: jakarta-commons@jakarta.apache.org
  +From: Ted Husted <te...@husted.com>
  +Subject: [GUMP] Build Failure - cactus
  +Regex: /BUILD FAILED/
  +------
   Project: dist-ant
   To: ant-dev@jakarta.apache.org
   From: Sam Ruby <ru...@us.ibm.com>
  @@ -27,12 +33,6 @@
   To: xalan-dev@xml.apache.org
   From: Sam Ruby <ru...@us.ibm.com>
   Subject: [GUMP] Build Failure - Xalan2 dist
  -Regex: /BUILD FAILED/
  -------
  -Project: j2eeunit
  -To: j2eeunit-dev@lists.sourceforge.net
  -From: Sam Ruby <ru...@us.ibm.com>
  -Subject: [GUMP] Build Failure - j2eeunit
   Regex: /BUILD FAILED/
   ------
   Project: jakarta-alexandria
  
  
  
  1.27      +0 -4      jakarta-alexandria/proposal/gump/rubix.xml
  
  Index: rubix.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubix.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- rubix.xml	2001/04/09 19:05:57	1.26
  +++ rubix.xml	2001/04/09 21:59:28	1.27
  @@ -56,7 +56,6 @@
     <project href="project/bsf.xml"/>
     <project href="project/castor.xml"/>
     <project href="project/freemarker.xml"/>
  -  <project href="project/j2eeunit.xml"/>
     <project href="project/jdom.xml"/>
     <project href="project/junit.xml"/>
     <project href="project/rhino.xml"/>
  @@ -100,9 +99,6 @@
   
       <tree name="junit"
         root=":pserver:anonymous@cvs.JUnit.sourceforge.net:/cvsroot/junit"/>
  -
  -    <tree name="j2eeunit"
  -      root=":pserver:anonymous@cvs.j2eeunit.sourceforge.net:/cvsroot/j2eeunit"/>
   
       <tree name="mozilla"
         root=":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot"/>
  
  
  
  1.27      +0 -4      jakarta-alexandria/proposal/gump/rubypad.xml
  
  Index: rubypad.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubypad.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- rubypad.xml	2001/04/09 19:05:57	1.26
  +++ rubypad.xml	2001/04/09 21:59:28	1.27
  @@ -56,7 +56,6 @@
     <project href="project/bsf.xml"/>
     <project href="project/castor.xml"/>
     <project href="project/freemarker.xml"/>
  -  <project href="project/j2eeunit.xml"/>
     <project href="project/jdom.xml"/>
     <project href="project/junit.xml"/>
     <project href="project/rhino.xml"/>
  @@ -99,9 +98,6 @@
   
       <tree name="junit"
         root=":pserver:anonymous@cvs.JUnit.sourceforge.net:/cvsroot/junit"/>
  -
  -    <tree name="j2eeunit"
  -      root=":pserver:anonymous@cvs.j2eeunit.sourceforge.net:/cvsroot/j2eeunit"/>
   
       <tree name="mozilla"
         root=":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot"/>
  
  
  
  1.2       +26 -0     jakarta-alexandria/proposal/gump/project/jakarta-commons.xml
  
  Index: jakarta-commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-commons.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jakarta-commons.xml	2001/03/30 03:34:25	1.1
  +++ jakarta-commons.xml	2001/04/09 21:59:28	1.2
  @@ -7,6 +7,8 @@
     <cvs repository="jakarta"/>
   
     <project name="commons-beanutils">
  +    <url href="http://jakarta.apache.org/commons/beanutils.html"/>
  +
       <ant basedir="beanutils" target="dist">
         <property name="junit.home" reference="homepath" project="junit"/>
       </ant>
  @@ -15,6 +17,30 @@
       <depend project="junit"/>
       <home nested="beanutils/dist"/>
       <jar name="commons-beanutils.jar"/>
  +  </project>
  +
  +  <project name="commons-cactus">
  +
  +    <url  href="http://jakarta.apache.org/commons/cactus/index.html"/>
  +    <description>
  +      Unit test framework for J2EE server-side java code
  +    </description>
  +
  +    <ant basedir="cactus/build" target="jar">
  +      <property name="tomcat.home.40" reference="homepath"/>
  +      <property name="servlet23.jar" reference="jarpath" id="servlet"
  +                project="jakarta-servletapi-4"/>
  +    </ant>
  +
  +    <depend project="jakarta-ant"/>
  +    <depend project="xml-xerces"/>
  +    <depend project="jakarta-servletapi-4"/>
  +    <depend project="junit"/>
  +    <depend project="xml-stylebook2"/>
  +    <depend project="xml-xalan2"/>
  +    <depend project="jakarta-tomcat-4.0"/>
  +    <work nested="out/servlet23/classes/"/>
  +
     </project>
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org