Author: thomas.diesler(a)jboss.com
Date: 2008-04-21 13:31:54 -0400 (Mon, 21 Apr 2008)
New Revision: 6586
Modified:
framework/trunk/hudson/ant.properties.example
framework/trunk/hudson/build.xml
Log:
Fix hudson-setup
Modified: framework/trunk/hudson/ant.properties.example
===================================================================
--- framework/trunk/hudson/ant.properties.example 2008-04-21 16:51:55 UTC (rev 6585)
+++ framework/trunk/hudson/ant.properties.example 2008-04-21 17:31:54 UTC (rev 6586)
@@ -11,13 +11,13 @@
jboss.bind.address=localhost
# JDK settings
-#java.home.jdk16=/usr/java/jdk1.6
+java.home.jdk16=/usr/java/jdk1.6
# Hudson QA Environment
hudson.username=changeme
hudson.password=changeme
-hudson.root=/home/tdiesler/workspace
+hudson.root=/usr/share/java/workspace
hudson.host=jbws.dyndns.org
hudson.admin.port=8150
hudson.http.port=8180
Modified: framework/trunk/hudson/build.xml
===================================================================
--- framework/trunk/hudson/build.xml 2008-04-21 16:51:55 UTC (rev 6585)
+++ framework/trunk/hudson/build.xml 2008-04-21 17:31:54 UTC (rev 6586)
@@ -107,7 +107,7 @@
description="Setup the Hudson QA environment">
<!-- get the svn url -->
- <exec dir="${hudson.dir}" executable="svn"
failonerror="true" output="${hudson.target.dir}/svn-info.xml">
+ <exec dir="${hudson.dir}/.." executable="svn"
failonerror="true" output="${hudson.target.dir}/svn-info.xml">
<arg line="info"/>
<arg line="--xml"/>
</exec>