Patch to fix below issue is attached.

$ ant checkstyle.antlibs
Buildfile: /home/tdlk/src/jsword/jsword-1.6/jsword-web/build.xml
  [taskdef] Could not load definitions from resource
checkstyletask.properties. It could not be found.

checkstyle.antlibs:
     [echo] copy
/home/tdlk/src/jsword/jsword-1.6/jsword-web/../jsword-support/tools/checkstyle/checkstyle-5.0/checkstyle-5.0.jar

BUILD FAILED
/home/tdlk/src/jsword/jsword-1.6/jsword-support/tools/checkstyle/build.xml:41:
Warning: Could not find file
/home/tdlk/src/jsword/jsword-1.6/jsword-support/jsword-support/tools/checkstyle/checkstyle-5.0/checkstyle-all-5.0.jar
to copy.

Total time: 0 seconds
Index: jsword-support/tools/checkstyle/build.xml
===================================================================
--- jsword-support/tools/checkstyle/build.xml	(revision 1988)
+++ jsword-support/tools/checkstyle/build.xml	(working copy)
@@ -38,7 +38,7 @@
   <!-- This does not need to be done in Eclipse. Add it to Ant preferences instead -->
   <target name="checkstyle.antlibs" description="Copy required jars to ant/lib">
     <echo message="copy ${basedir}/${support.style}/checkstyle-${version.style}/checkstyle-${version.style}.jar"/>
-    <copy file="${support.tools}/${support.style}/checkstyle-${version.style}/checkstyle-all-${version.style}.jar" todir="${ant.home}/lib"/>
+    <copy file="${basedir}/${support.style}/checkstyle-${version.style}/checkstyle-all-${version.style}.jar" todir="${ant.home}/lib"/>
   </target>
 
 </project>
_______________________________________________
Pkg-crosswire-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel

Reply via email to