[jboss-cvs] jboss-seam/seam-gen ...

Gavin King gavin.king at jboss.com
Fri Oct 26 05:20:06 EDT 2007


  User: gavin   
  Date: 07/10/26 05:20:06

  Modified:    seam-gen  build.xml
  Log:
  don't need a full restart in these cases
  
  Revision  Changes    Path
  1.114     +3 -3      jboss-seam/seam-gen/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -b -r1.113 -r1.114
  --- build.xml	26 Oct 2007 09:00:32 -0000	1.113
  +++ build.xml	26 Oct 2007 09:20:06 -0000	1.114
  @@ -870,7 +870,7 @@
           <copy file="${base.dir}/view/action.xhtml" tofile="${page.file}">
               <filterset refid="filters"/>
           </copy>
  -        <echo message="Type 'seam restart' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
  +        <echo message="Type 'seam explode' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
       </target>
   
       <target name="new-form-war" depends="validate-project,action-input,setup-filters" if="project.war">
  @@ -887,7 +887,7 @@
           <copy file="${base.dir}/test/testng.xml" tofile="${testng.file}">
               <filterset refid="filters"/>
           </copy>
  -        <echo message="Type 'seam restart' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
  +        <echo message="Type 'seam explode' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
       </target>
   
       <target name="new-form-ear" depends="validate-project,action-input,setup-filters" unless="project.war">
  @@ -945,7 +945,7 @@
           <copy file="${base.dir}/view/conversation.xhtml" tofile="${page.file}">
               <filterset refid="filters"/>
           </copy>
  -        <echo message="Type 'seam restart' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
  +        <echo message="Type 'seam explode' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
       </target>
   
       <target name="new-entity" depends="validate-project,entity-input,setup-filters"
  
  
  



More information about the jboss-cvs-commits mailing list