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

Gavin King gavin.king at jboss.com
Wed Nov 8 00:04:01 EST 2006


  User: gavin   
  Date: 06/11/08 00:04:01

  Modified:    seam-gen  build.xml
  Log:
  more testing
  
  Revision  Changes    Path
  1.32      +8 -2      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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- build.xml	8 Nov 2006 04:50:29 -0000	1.31
  +++ build.xml	8 Nov 2006 05:04:01 -0000	1.32
  @@ -301,7 +301,7 @@
           <property name="interface.file" value="${project.home}/src/${action.dir}/${interface.name}.java"/>
           <property name="page.file" value="${project.home}/view/${page.name}.xhtml"/>
           <property name="test.file" value="${project.home}/src/${test.dir}/${interface.name}Test.java"/>
  -        <property name="testng.file" value="${project.home}/src/${test.dir}/testng.xml"/>
  +        <property name="testng.file" value="${project.home}/src/${test.dir}/${interface.name}Test.xml"/>
   
       </target>
       
  @@ -540,7 +540,7 @@
           <copy file="src/Action.java" tofile="${interface.file}">
               <filterset refid="filters"/>
           </copy>
  -        <copy file="src/TestCase.java" tofile="${test.file}">
  +        <copy file="src/ActionTest.java" tofile="${test.file}">
               <filterset refid="filters"/>
           </copy>
           <copy file="src/testng.xml" tofile="${testng.file}">
  @@ -561,9 +561,15 @@
           <copy file="src/FormAction.java" tofile="${interface.file}">
               <filterset refid="filters"/>
           </copy>
  +        <copy file="src/FormTest.java" tofile="${test.file}">
  +            <filterset refid="filters"/>
  +        </copy>
           <copy file="view/form.xhtml" tofile="${page.file}">
               <filterset refid="filters"/>
           </copy>
  +        <copy file="src/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"/>
       </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list