bruno 2003/07/09 08:26:40
Modified: tools/src blocks-build.xsl
Log:
Use all javac parameters when building block test classes
Revision Changes Path
1.28 +7 -1 cocoon-2.1/tools/src/blocks-build.xsl
Index: blocks-build.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/src/blocks-build.xsl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- blocks-build.xsl 2 Jul 2003 20:21:38 -0000 1.27
+++ blocks-build.xsl 9 Jul 2003 15:26:40 -0000 1.28
@@ -424,7 +424,13 @@
<javac srcdir="{string('${blocks}')}/{$block-name}/test"
destdir="{string('${build.blocks}')}/{$block-name}/test"
- fork="true">
+ fork="true"
+ debug="{string('${compiler.debug}')}"
+ optimize="{string('${compiler.optimize}')}"
+ deprecation="{string('${compiler.deprecation}')}"
+ target="{string('${target.vm}')}"
+ nowarn="{string('${compiler.nowarn}')}"
+ compiler="{string('${compiler}')}">
<classpath>
<path refid="test.classpath"/>
<path refid="{$block-name}.classpath"/>