[Jiemamy-notify:2321] commit [3339] 各モジュールのビルド順を変更(batの方は動作確認できてません)

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 30日 (木) 19:39:56 JST


Revision: 3339
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3339
Author:   shin1
Date:     2009-04-30 19:39:55 +0900 (Thu, 30 Apr 2009)

Log Message:
-----------
各モジュールのビルド順を変更(batの方は動作確認できてません)

Modified Paths:
--------------
    hestia/trunk/jiemamy-hestia/pull.bat
    hestia/trunk/jiemamy-hestia/pull.sh


-------------- next part --------------
Modified: hestia/trunk/jiemamy-hestia/pull.bat
===================================================================
--- hestia/trunk/jiemamy-hestia/pull.bat	2009-04-30 10:18:27 UTC (rev 3338)
+++ hestia/trunk/jiemamy-hestia/pull.bat	2009-04-30 10:39:55 UTC (rev 3339)
@@ -30,9 +30,6 @@
 cd ..\jiemamy-commons\
 call mvn install -Dmaven.test.skip=true
 
-cd ..\jiemamy-entity-io\
-call mvn install -Dmaven.test.skip=true
-
 cd ..\jiemamy-zeus\
 call mvn install -Dmaven.test.skip=true
 
@@ -42,6 +39,9 @@
 cd ..\jiemamy-artemis\
 call mvn install -Dmaven.test.skip=true
 
+cd ..\jiemamy-entity-io\
+call mvn install -Dmaven.test.skip=true
+
 cd ..\jiemamy-html-exporter\
 call mvn install -Dmaven.test.skip=true
 

Modified: hestia/trunk/jiemamy-hestia/pull.sh
===================================================================
--- hestia/trunk/jiemamy-hestia/pull.sh	2009-04-30 10:18:27 UTC (rev 3338)
+++ hestia/trunk/jiemamy-hestia/pull.sh	2009-04-30 10:39:55 UTC (rev 3339)
@@ -6,11 +6,11 @@
 
 mvn install -Dmaven.test.skip=true
 
-cd ../jiemamy-entity-io
+cd ../jiemamy-zeus
 
 mvn install -Dmaven.test.skip=true
 
-cd ../jiemamy-zeus
+cd ../jiemamy-test-helper
 
 mvn install -Dmaven.test.skip=true
 
@@ -18,7 +18,7 @@
 
 mvn install -Dmaven.test.skip=true
 
-cd ../jiemamy-test-helper
+cd ../jiemamy-entity-io
 
 mvn install -Dmaven.test.skip=true
 



Jiemamy-notify メーリングリストの案内
Back to archive index