[jboss-user] [JBoss Seam] - Re: Cannot compile seam from CVS

petemuir do-not-reply at jboss.com
Wed Jan 17 12:04:48 EST 2007


This patch fixes it for me


  | ### Eclipse Workspace Patch 1.0
  | #P jboss-seam
  | Index: build.xml
  | ===================================================================
  | RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  | retrieving revision 1.126
  | diff -u -r1.126 build.xml
  | --- build.xml	16 Jan 2007 20:52:44 -0000	1.126
  | +++ build.xml	17 Jan 2007 17:04:27 -0000
  | @@ -471,20 +471,20 @@
  |              </copy>            
  |      </target>
  |      
  | -	<target name="antlr"
  | -		    description="Generate ANTLR parser">
  | -		<mkdir dir="${src.java.dir}/org/jboss/seam/text"/>
  | -        <taskdef name="antlrtask" classname="org.apache.tools.ant.taskdefs.optional.ANTLR">
  | -            <classpath>
  | -                <fileset dir="${lib.dir}">
  | -                    <include name="ant-antlr-*.jar"/>
  | -                    <include name="antlr-*.jar"/>
  | -                </fileset>
  | -            </classpath>
  | -        </taskdef>
  | -		<antlrtask target="seam-text.g" outputdirectory="${src.java.dir}/org/jboss/seam/text"/>
  | -	</target>
  | -
  | +	<target name="antlr"
  | +		    description="Generate ANTLR parser">
  | +		<mkdir dir="${src.java.dir}/org/jboss/seam/text"/>
  | +        <taskdef name="antlrtask" classname="org.apache.tools.ant.taskdefs.optional.ANTLR" />
  | +		<antlrtask target="seam-text.g" outputdirectory="${src.java.dir}/org/jboss/seam/text">
  | +			 <classpath>
  | +	                <fileset dir="${lib.dir}">
  | +	                    <include name="ant-antlr-*.jar"/>
  | +	                    <include name="antlr-*.jar"/>
  | +	                </fileset>
  | +	            </classpath>
  | +		</antlrtask>
  | +	</target>
  | +
  |      <target name="select-compiler">
  |          <available classname="org.eclipse.jdt.core.JDTCompilerAdapter" 
  |                  property="build.compiler" 
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002935#4002935

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002935



More information about the jboss-user mailing list