Author: thomas.diesler(a)jboss.com
Date: 2008-02-20 03:13:00 -0500 (Wed, 20 Feb 2008)
New Revision: 5742
Modified:
framework/trunk/ant-import/build-hudson.xml
Log:
chmod go+w
Modified: framework/trunk/ant-import/build-hudson.xml
===================================================================
--- framework/trunk/ant-import/build-hudson.xml 2008-02-20 07:26:54 UTC (rev 5741)
+++ framework/trunk/ant-import/build-hudson.xml 2008-02-20 08:13:00 UTC (rev 5742)
@@ -48,8 +48,8 @@
<mkdir dir="${hudson.root}"/>
<unzip src="${thirdparty.dir}/apache-tomcat.zip"
dest="${hudson.root}"/>
<move file="${hudson.root}/apache-tomcat-${apache-tomcat}"
tofile="${hudson.tomcat}"/>
- <chmod file="${hudson.tomcat}/bin/catalina.sh" perm="+x"/>
- <chmod file="${hudson.tomcat}/bin/setclasspath.sh"
perm="+x"/>
+ <chmod file="${hudson.tomcat}/bin/catalina.sh"
perm="go+x"/>
+ <chmod file="${hudson.tomcat}/bin/setclasspath.sh"
perm="go+x"/>
<!-- Configure Tomcat -->
<copy todir="${hudson.tomcat}/webapps"
file="${thirdparty.dir}/hudson.war"/>
@@ -103,6 +103,11 @@
<filtersfile file="${framework.dir}/ant.properties"/>
</filterset>
</copy>
+ <chmod perm="go+w">
+ <fileset dir="${hudson.home}">
+ <include name="**/*.xml"/>
+ </fileset>
+ </chmod>
<echo/>
<echo message="*************************************"/>
Show replies by date