Author: jfrederic.clere(a)jboss.com
Date: 2008-12-10 08:21:11 -0500 (Wed, 10 Dec 2008)
New Revision: 2110
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Arrange location.
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-10 13:04:19 UTC (rev 2109)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-10 13:21:11 UTC (rev 2110)
@@ -72,7 +72,8 @@
)
# Also build the java part.
-(cd ../mod_cluster || exit 1
+mod_cluster_sources=srclib/`ls srclib | grep mod_cluster`
+(cd ${mod_cluster_sources} || exit 1
mvn -P dist package
cp target/*-bin.* ${build_top}/output
) || exit 1
Show replies by date