cvs commit: xml-fop build.xml

2005-02-27 Thread pietsch
pietsch 2005/02/27 12:59:13

  Modified:.build.xml
  Log:
  Use uptodate to avoid rebuilding the FOP jar even if no classes
  have been compiled.
  
  Revision  ChangesPath
  1.117 +6 -1  xml-fop/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- build.xml 24 Jan 2005 22:03:56 -  1.116
  +++ build.xml 27 Feb 2005 20:59:13 -  1.117
  @@ -484,10 +484,15 @@
targetDir=${user.hyphdest.dir}/
 /target
   
  +  target name=uptodate-jar depends=compile, hyphenation
  +uptodate property=jar.uptodate targetfile=${build.dir}/${name}.jar
  +  srcfiles dir= ${build.dest}/
  +/uptodate
  +  /target
 !-- === 
--
 !-- Creates the class package   
--
 !-- === 
--
  -  target name=package depends=compile,hyphenation 
description=Generates the jar files
  +  target name=package depends=compile,hyphenation,uptodate-jar 
description=Generates the jar files unless=jar.uptodate
   echo message=Creating the jar file ${build.dir}/${name}.jar/
   
   tstamp
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-fop build.xml

2005-01-13 Thread jeremias
jeremias2005/01/13 14:07:52

  Modified:.build.xml
  Log:
  Adding JAXP plus Xerces for the all-in-one transcoder tests.
  
  Revision  ChangesPath
  1.115 +2 -0  xml-fop/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 13 Jan 2005 07:04:00 -  1.114
  +++ build.xml 13 Jan 2005 22:07:52 -  1.115
  @@ -708,6 +708,8 @@
 include name=fop-transcoder-allinone.jar/
   /fileset
   fileset dir=${lib.dir}
  +  include name=xml-apis*.jar/
  +  include name=xerces*.jar/
 include name=batik*.jar/
   /fileset
 /classpath
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-fop build.xml

2005-01-12 Thread spepping
spepping2005/01/12 11:50:36

  Modified:.build.xml
  Log:
  Fixed an error in the classpath of one of the junit tests
  
  Revision  ChangesPath
  1.113 +1 -0  xml-fop/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build.xml 6 Jan 2005 19:20:37 -   1.112
  +++ build.xml 12 Jan 2005 19:50:36 -  1.113
  @@ -696,6 +696,7 @@
 formatter type=brief usefile=false/
 classpath
   pathelement location=${build.dir}/test-classes/
  +path refid=libs-basic-run-classpath/
   fileset dir=build
 include name=fop-transcoder-allinone.jar/
   /fileset
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: xml-fop build.xml

2004-08-14 Thread jeremias
jeremias2004/08/14 11:50:37

  Modified:.build.xml
  Added:   lib  commons-io-1.0.jar
  Removed: lib  commons-io-dev-20040206.jar
  Log:
  Updated Common IO to first release.
  Build updated so the transcoder packages are built correctly (reflecting the changes 
in the source code)
  JUnit failures now let the build fail (note: JUnit is currently not activated in 
Gump runs)
  
  Revision  ChangesPath
  1.1  xml-fop/lib/commons-io-1.0.jar
  
Binary file
  
  
  1.109 +13 -8 xml-fop/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- build.xml 10 Aug 2004 19:30:33 -  1.108
  +++ build.xml 14 Aug 2004 18:50:37 -  1.109
  @@ -80,6 +80,7 @@
   include name=lib/batik.jar/
   include name=lib/avalon-framework*.jar/
   include name=lib/commons-logging*.jar/
  +include name=lib/commons-io*.jar/
 /fileset
   
 fileset dir=${basedir} id=dist.src
  @@ -538,9 +539,10 @@
   patternset id=transcoder-classes
 !-- General classes --
 patternset
  -include name=org/apache/fop/apps/Document*/
  -include name=org/apache/fop/fo/FOTreeControl*/
  -include name=org/apache/fop/fo/FOTreeListener*/
  +include name=org/apache/fop/apps/Fop.class/
  +include name=org/apache/fop/apps/FOPException.class/
  +include name=org/apache/fop/fo/Constants.class/
  +include name=org/apache/fop/fo/FOTreeBuilder.class/
   include name=org/apache/fop/area/AreaTreeControl*/
   include name=org/apache/fop/svg/**/
   include name=org/apache/fop/fonts/**/
  @@ -551,7 +553,7 @@
   include name=org/apache/fop/image/Abstract*/
   include name=org/apache/fop/image/analyser/*.class/
   include name=org/apache/fop/util/CMYKColorSpace*.class/
  -include name=org/apache/fop/util/StreamUtilities.class/
  +include name=org/apache/fop/util/ASCII*.class/
   include name=org/apache/fop/util/*OutputStream.class/
   include name=org/apache/fop/util/Finalizable.class/
 /patternset
  @@ -589,7 +591,10 @@
   unjar dest=${transcoder-deps}
 patternset
   include name=org/apache/avalon/framework/*/
  -include name=org/apache/commons/logging/*/
  +include name=org/apache/avalon/framework/activity/*/
  +include name=org/apache/avalon/framework/configuration/*/
  +include name=org/apache/avalon/framework/container/*/
  +include name=org/apache/commons/logging/**/
   include name=org/apache/commons/io/CopyUtils.class/
   include name=org/apache/commons/io/IOUtils.class/
   include name=org/apache/commons/io/output/ProxyOutputStream.class/
  @@ -668,7 +673,7 @@
   /javac
   echo message=Running basic functionality tests for fop-transcoder.jar/
   mkdir dir=${build.dir}/test-reports/fop-transcoder/
  -junit
  +junit haltonerror=yes
 sysproperty key=basedir value=${basedir}/
 formatter type=plain/
 classpath
  @@ -686,7 +691,7 @@
   /junit
   echo message=Running basic functionality tests for 
fop-transcoder-allinone.jar/
   mkdir dir=${build.dir}/test-reports/fop-transcoder-allinone/
  -junit
  +junit haltonerror=yes
 sysproperty key=basedir value=${basedir}/
 formatter type=plain/
 classpath
  @@ -706,7 +711,7 @@
   /junit
   echo message=Running basic functionality tests for fop.jar/
   mkdir dir=${build.dir}/test-reports/fop/
  -junit
  +junit haltonerror=yes
 sysproperty key=basedir value=${basedir}/
 formatter type=plain/
 classpath
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]