You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/04/20 12:43:30 UTC

svn commit: r530735 - /incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml

Author: donsez
Date: Fri Apr 20 03:43:30 2007
New Revision: 530735

URL: http://svn.apache.org/viewvc?view=rev&rev=530735
Log:
Add this message : create the mavenobr (an Ant project to build an OBRv2 index for a Maven repository
Add ${user.home} property

Modified:
    incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml

Modified: incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml?view=diff&rev=530735&r1=530734&r2=530735
==============================================================================
--- incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml (original)
+++ incubator/felix/sandbox/donsez/mavenobr/build.obrindex.from.mavenrepo.xml Fri Apr 20 03:43:30 2007
@@ -12,7 +12,9 @@
 		
 	<!-- set global properties for this build -->
 
+	<!-- <property name="repository.dir" value="${user.home}\.m2\repository"/>  since under Windows, paths cantain whitespaces -->
 	<property name="repository.dir" value="C:\Docume~1\Donsez\.m2\repository"/>
+
 	<property name="repository.name" value="Maven Repository"/>
 	<property name="repository.file" value="repository.xml"/>
 	<property name="repository.url" value="http://www-adele.imag.fr/users/Didier.Donsez/dev/osgi"/>
@@ -30,6 +32,7 @@
 	</target>
 	
 	<target name="build.index" depends="init">
+		<echo>Build OBR index ${repository.file} of maven repo ${repository.dir}</echo>
 		<bindex
 			root="${repository.dir}"
 			name="${repository.name}"