[jboss-cvs] jboss-portal/portlet ...

Julien Viet julien at jboss.com
Sun Jul 16 09:09:59 EDT 2006


  User: julien  
  Date: 06/07/16 09:09:59

  Modified:    portlet  build.xml
  Log:
  - added blocking Deploy/Undeploy ant task based on Cargo framework
  - added cargo 0.8 jar in tools/lib
  - working on sunday
  
  Revision  Changes    Path
  1.127     +24 -2     jboss-portal/portlet/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/build.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -b -r1.126 -r1.127
  --- build.xml	12 Jul 2006 08:17:49 -0000	1.126
  +++ build.xml	16 Jul 2006 13:09:59 -0000	1.127
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.126 2006/07/12 08:17:49 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.127 2006/07/16 13:09:59 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -464,7 +464,29 @@
              description="Deploy."
              depends="output">
         <require file="${jboss.home}/server/${portal.deploy.dir}"/>
  -      <copy file="${build.lib}/test.sar" todir="${jboss.home}/server/${portal.deploy.dir}"/>
  +      <!--<copy file="${build.lib}/test.sar" todir="${jboss.home}/server/${portal.deploy.dir}"/>-->
  +
  +<!--
  +      <taskdef resource="cargo.tasks">
  +         <classpath>
  +            <pathelement location="../tools/lib/cargo-core-uberjar-0.8.jar"/>
  +            <pathelement location="../tools/lib/cargo-ant-0.8.jar"/>
  +         </classpath>
  +      </taskdef>
  +
  +      <cargo
  +         containerId="jboss4x"
  +         home="${jboss.home}"
  +         output="output.log"
  +         log="cargo.log"
  +         type="remote"
  +         action="start">
  +         <configuration
  +            type="runtime">
  +            <deployable type="war" file="${build.lib}/test.sar"/>
  +         </configuration>
  +      </cargo>
  +-->
      </target>
   
      <target name="undeploy-test"
  
  
  



More information about the jboss-cvs-commits mailing list