Author: richard.opalka(a)jboss.com
Date: 2008-04-30 04:55:45 -0400 (Wed, 30 Apr 2008)
New Revision: 6768
Modified:
framework/trunk/hudson/build.xml
Log:
we will use hudson user approach - there is no need to chmod test report files
Modified: framework/trunk/hudson/build.xml
===================================================================
--- framework/trunk/hudson/build.xml 2008-04-30 08:31:53 UTC (rev 6767)
+++ framework/trunk/hudson/build.xml 2008-04-30 08:55:45 UTC (rev 6768)
@@ -128,14 +128,7 @@
<filtersfile file="${hudson.dir}/ant.properties"/>
</filterset>
</copy>
- <chmod perm="g+w">
- <fileset dir="${hudson.home}">
- <include name="jobs/*/config.xml"/>
- <include name="users/*/config.xml"/>
- <include name="*.xml"/>
- </fileset>
- </chmod>
-
+
<echo/>
<echo message="*************************************"/>
<echo message="* Hudson setup successfully *"/>
@@ -165,21 +158,10 @@
<property environment="env"/>
<fail message="unset JBOSS_REPOSITORY=${env.JBOSS_REPOSITORY}"
if="env.JBOSS_REPOSITORY"/>
- <!-- When working with group-access files and directories, it is common to use
'umask 2'
- <exec executable="umask">
- <arg value="2"/>
- </exec>
- -->
-
<exec executable="${hudson.tomcat}/bin/catalina.sh"
failonerror="true" output="${hudson.target.dir}/hudson.log">
<env key="CATALINA_OPTS" value="-Xmx512m
-Djava.awt.headless=true"/>
<arg line="start"/>
</exec>
- <chmod perm="g+w">
- <fileset dir="${hudson.tomcat}">
- <include name="logs/**"/>
- </fileset>
- </chmod>
<echo/>
<echo message="*************************************"/>
Show replies by date