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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 28 08:49:55 EDT 2007


  User: pmuir   
  Date: 07/09/28 08:49:55

  Modified:    seam-gen   build.xml README
  Log:
  Various fixes for seam-gen inc JBSEAM-1963, updated README
  
  Revision  Changes    Path
  1.98      +3 -1      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.97
  retrieving revision 1.98
  diff -u -b -r1.97 -r1.98
  --- build.xml	24 Sep 2007 16:45:19 -0000	1.97
  +++ build.xml	28 Sep 2007 12:49:54 -0000	1.98
  @@ -707,6 +707,8 @@
       	<mkdir dir="${project.home}/src/action"/>
       	<mkdir dir="${project.home}/src/test"/>
   
  +    	<copy todir="${project.home}/src/test" file="${base.dir}/test/readme.txt" />
  +
           <mkdir dir="${project.home}/nbproject"/>
           <copy todir="${project.home}/nbproject">
               <fileset dir="${base.dir}/nbproject" />
  @@ -896,7 +898,7 @@
   	                <include name="*.jar"/>
   	            </fileset>
   	            <pathelement path="${driver.jar}"/>
  -	        	<pathelement path="../jboss-seam-gen.jar"/>
  +	        	<pathelement path="../lib/jboss-seam-gen.jar"/>
   	        </classpath>
   	    </taskdef>
   		
  
  
  
  1.19      +10 -18    jboss-seam/seam-gen/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/README,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- README	31 Jan 2007 06:13:27 -0000	1.18
  +++ README	28 Sep 2007 12:49:54 -0000	1.19
  @@ -11,10 +11,7 @@
      setup
         Set various seam-gen properties in build.properties. This task
         sets the various source code packages, target directories
  -      and jboss home. You can hand edit build.properties. There is support
  -      for generating eclipse WTP compliant EAR, JAR, WAR projects.
  -      If you select 'Y' for WTP, then some build tasks, like "compile",
  -      "build", "deploy" will not work.
  +      and jboss home. You can hand edit build.properties.
   	   
         Example: seam setup
   	     
  @@ -35,34 +32,29 @@
         Example: seam delete-project
            
      deploy
  -      Deploy the project EAR and datasource to JBoss. This command
  -      will not work if you created a WTP project.
  +      Deploy the project EAR and datasource to JBoss.
   	     
         Example: seam deploy
   
      undeploy
  -      Undeploy the project EAR and datasource. This command
  -      will not work if you created a WTP project.
  +      Undeploy the project EAR and datasource.
   	     
         Example: seam undeploy
   
      explode
         Deploy the project and datasource to JBoss as an exploded
  -      directory structure. This command will not work if you created 
  -      a WTP project.
  +      directory structure. 
   	     
         Example: seam explode
   
      restart
         Restart the project that was deployed as an exploded directory 
  -      structure. This command will not work if you created a WTP 
  -      project.
  +      structure. 
   	     
         Example: seam restart
   
      unexplode
  -      Undeploy the exploded directory and datasource. This command
  -      will not work if you created a WTP project.
  +      Undeploy the exploded directory and datasource.
   	     
         Example: seam unexplode
   
  @@ -75,16 +67,16 @@
   	     
      new-form
         Create a new Java interface and SFSB with key Seam/EJB3 
  -      annotations.
  +      annotations, and associated xhtml view. Also, create a new
  +      TestNG test case that can be used to simulate a JSF
  +      request/response and standard JUnit type tests.
   	     
         Example: seam new-form
   	     
      new-conversation
         Create a new Java interface and SFSB with key Seam/EJB3 
         annotations. Adds annotations and stub methods for 
  -      @Begin and @End. Also, Create a new TestNG test case that 
  -      can be used to simulate a JSF request/response and standard 
  -      JUnit type tests.
  +      @Begin and @End. 
   	     
         Example: seam new-conversation
   	
  
  
  



More information about the jboss-cvs-commits mailing list