jeremias    2004/01/23 07:07:29

  Modified:    .        build.xml
  Log:
  Fixed a bug where I got a NoClassDefFoundError when I'm using a 
build-local.properties where I set optional.lib.dir to an absolute Windows path. These 
absolute paths weren't removed somehow resulting in NoClassDefFound errors due to a 
illegal Class-Path entry in fop.jar's manifest.
  
  Revision  Changes    Path
  1.102     +1 -0      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- build.xml 22 Jan 2004 22:40:51 -0000      1.101
  +++ build.xml 23 Jan 2004 15:07:29 -0000      1.102
  @@ -471,6 +471,7 @@
       <pathconvert property="manifest-classpath" dirsep="/" pathsep=" " 
refid="libs-run-classpath">
         <map from="${basedir}${file.separator}lib${file.separator}" to=""/>
         <map from="${basedir}${file.separator}build${file.separator}fop.jar" to=""/>
  +      <map from="${optional.lib.dir}${file.separator}" to=""/>
       </pathconvert>
   
       <jar jarfile="${build.dir}/${name}.jar" basedir="${build.dest}" 
includes="org/**,hyph/**">
  
  
  

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

Reply via email to