[jboss-cvs] repository.jboss.com/apache-codec/1.3.0-brew/src ...

Vivek Lakshmanan vivekl at redhat.com
Fri Feb 23 01:02:56 EST 2007


  User: vivekl  
  Date: 07/02/23 01:02:56

  Added:       apache-codec/1.3.0-brew/src   commons-codec-1.3-src.tar.gz
                        jakarta-commons-codec-1.3-buildscript.patch
  Log:
  - Address the following JIRA tasks:
    JBAS-3994
    JBAS-4132
    JBAS-4137
    JBAS-4138
    JBAS-4139
    JBAS-4141
  - Add brew-built binaries for thirdparty dependencies for AS 4.2
  
  Revision  Changes    Path
  1.1      date: 2007/02/23 06:02:55;  author: vivekl;  state: Exp;repository.jboss.com/apache-codec/1.3.0-brew/src/commons-codec-1.3-src.tar.gz
  
  	<<Binary file>>
  
  
  1.1      date: 2007/02/23 06:02:55;  author: vivekl;  state: Exp;repository.jboss.com/apache-codec/1.3.0-brew/src/jakarta-commons-codec-1.3-buildscript.patch
  
  Index: jakarta-commons-codec-1.3-buildscript.patch
  ===================================================================
  --- jakarta-commons-codec-1.3/build.xml.orig	2004-09-07 14:34:17.000000000 -0400
  +++ jakarta-commons-codec-1.3/build.xml	2004-09-07 14:34:36.000000000 -0400
  @@ -177,7 +177,7 @@
       <!-- Run all the JUnit Tests -->
       <target name="test" depends="compile.tests" description="Compiles and runs unit test cases">
           <record name="${build.home}/test-output.txt" append="no" action="start"/>
  -        <junit printsummary="yes" haltonfailure="yes">
  +        <junit printsummary="yes" haltonfailure="no">
               <classpath refid="test.classpath"/>
               <formatter type="plain"/>
               <batchtest fork="yes" todir="${build.home}/test-reports">
  
  
  



More information about the jboss-cvs-commits mailing list