[pal-cvs 3161] [897] added output message.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 4月 28日 (月) 18:21:50 JST


Revision: 897
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=897
Author:   shinsuke
Date:     2008-04-28 18:21:50 +0900 (Mon, 28 Apr 2008)

Log Message:
-----------
added output message.

Modified Paths:
--------------
    pal-portal/trunk/portlets/build.xml


-------------- next part --------------
Modified: pal-portal/trunk/portlets/build.xml
===================================================================
--- pal-portal/trunk/portlets/build.xml	2008-04-28 08:45:08 UTC (rev 896)
+++ pal-portal/trunk/portlets/build.xml	2008-04-28 09:21:50 UTC (rev 897)
@@ -35,7 +35,10 @@
           description="--> Remove Portlets">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="remove"
@@ -56,7 +59,10 @@
           description="--> Clean Portlets">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="clean"
@@ -78,7 +84,10 @@
           description="--> Checkout Portlets">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="checkout"
@@ -105,7 +114,10 @@
   <target name="update.portlets" >
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="update"
@@ -162,7 +174,10 @@
           description="--> Build Portlets">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="build"
@@ -184,7 +199,10 @@
           description="--> Deploy Portlets">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="deploy"
@@ -208,7 +226,10 @@
           description="--> Deploy Portlets For Distribution">
     <for list="${portlets.list}" param="portlet">
       <sequential>
+        <echo>Processing...</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <echo>Portlet ID: @{portlet}</echo>
+        <echo>------------------------------------------------------------------------</echo>
         <ant
           antfile="${portlets.home}/build-portlet.xml"
           target="deploy"


pal-cvs メーリングリストの案内
Back to archive index