ObjectWeb Consortium
Search ObjectWeb Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | byline-commits List | September 2004 Index

<--  Date Index  --> <--  Thread Index  -->

r18 - tools/devel/trunk/xsl


Author: dgregoro
Date: 2004-09-10 18:41:40 +0200 (Fri, 10 Sep 2004)
New Revision: 18

Modified:
   tools/devel/trunk/xsl/build-template.xsl
Log:
make files in the bin directory executable; set the bicycle.home system 
property when running junit tests

Modified: tools/devel/trunk/xsl/build-template.xsl
===================================================================
--- tools/devel/trunk/xsl/build-template.xsl    2004-09-09 17:55:22 UTC (rev 
17)
+++ tools/devel/trunk/xsl/build-template.xsl    2004-09-10 16:41:40 UTC (rev 
18)
@@ -862,6 +862,9 @@
           </fileset>
           <mapper type="glob" to="*" 
from="${{bin.dir}}${{file.separator}}*"/>
         </copy>
+        <chmod perm="ugo+rx">
+          <fileset dir="${{deploy.bin.dir.{$name}}}"/>
+        </chmod>
       </target>
         <!-- Deploy Javadoc -->
       <xsl:if test="$hassrcdir">
@@ -1165,6 +1168,7 @@
               </xsl:otherwise>
             </xsl:choose>
             <classpath refid="server.tests.classpath"/>
+            <sysproperty key="bicycle.home" value="${{ccm.home}}"/>
             <sysproperty key="ccm.home" value="${{ccm.home}}"/>
             <sysproperty value="${{junit.initializer.classname}}" 
key="waf.runtime.init"/>
             <sysproperty key="j2ee.webapp.dir" value="${{deploy.dir}}"/>




<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.