[jboss-cvs] JBossAS SVN: r97611 - projects/jboss-osgi/projects/osgitck/r4v42.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 9 09:12:35 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-09 09:12:35 -0500 (Wed, 09 Dec 2009)
New Revision: 97611

Modified:
   projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
   projects/jboss-osgi/projects/osgitck/r4v42/build.xml
Log:
Setup property defaults

Modified: projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 13:58:04 UTC (rev 97610)
+++ projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 14:12:35 UTC (rev 97611)
@@ -4,10 +4,10 @@
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
 # The location of the OSGi TCK
-osgitck.export=/home/hudson/svn/osgitck/r4v42
+# osgitck.export=/home/hudson/svn/osgitck/r4v42
 
 # The location of the local maven repository
-maven.local.repository=/home/hudson/.m2/repository
+# maven.local.repository=/home/hudson/.m2/repository
 
 # The aQute Bnd version 
 aQute.bnd.version=0.0.366-SNAPSHOT

Modified: projects/jboss-osgi/projects/osgitck/r4v42/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/build.xml	2009-12-09 13:58:04 UTC (rev 97610)
+++ projects/jboss-osgi/projects/osgitck/r4v42/build.xml	2009-12-09 14:12:35 UTC (rev 97611)
@@ -27,6 +27,12 @@
 
     <property file="${basedir}/ant.properties" />
 
+  	<!-- Setup property defaults -->
+  	<property environment="env"/>
+    <property name="username" value="${env.USERNAME}" />
+    <property name="osgitck.export" value="/home/${username}/svn/osgitck/r4v42" />
+    <property name="maven.local.repository" value="/home/${username}/.m2/repository" />
+    	
     <!-- Check if the osgitck export is available -->
     <available property="osgitck.export.available" file="${osgitck.export}" />
     <fail message="Cannot find: ${osgitck.export}" unless="osgitck.export.available" />




More information about the jboss-cvs-commits mailing list