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

James Williams james.williams at jboss.com
Wed Nov 8 10:59:19 EST 2006


  User: jwilliams
  Date: 06/11/08 10:59:19

  Modified:    jboss-seam/seam-gen  build.xml
  Log:
  added pathFixer task to fix windows style paths "\" versus "\\".
  
  Revision  Changes    Path
  1.35      +578 -572  /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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- build.xml	8 Nov 2006 05:43:20 -0000	1.34
  +++ build.xml	8 Nov 2006 15:59:19 -0000	1.35
  @@ -20,6 +20,10 @@
           classname="org.jboss.seam.tool.PrintTask"
           classpath="../jboss-seam-gen.jar"/>
       
  +	<taskdef name="pathFixer" 
  +		        classname="org.jboss.seam.tool.FixPathTask" 
  +		        classpath="../jboss-seam-gen.jar"/>
  +    
   	<!-- properties -->
       
       <!-- Give user a chance to override without editing this file or typing -D -->
  @@ -90,6 +94,7 @@
           <input addproperty="workspace.home.new" 
                      message="Enter your Java project workspace [${workspace.home}]" 
                 defaultvalue="${workspace.home}"/>
  +    	<pathFixer property="workspace.home.new" />
           
           <property name="eclipse.wtp" value="N"/>
           <input addproperty="eclipse.wtp.new" 
  @@ -101,6 +106,7 @@
           <input addproperty="jboss.home.new" 
                      message="Enter your JBoss home directory [${jboss.home}]" 
                 defaultvalue="${jboss.home}"/>
  +    	<pathFixer property="jboss.home.new" />
           
           <property name="action.package" value="com.mydomain"/>
           <input addproperty="action.package.new" 
  
  
  



More information about the jboss-cvs-commits mailing list