[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Wed Jan 17 13:17:49 EST 2007


  User: nrichards
  Date: 07/01/17 13:17:49

  Modified:    jboss-seam  build.xml
  Log:
  fix antlr build
  
  Revision  Changes    Path
  1.127     +21 -14    jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -b -r1.126 -r1.127
  --- build.xml	16 Jan 2007 20:52:44 -0000	1.126
  +++ build.xml	17 Jan 2007 18:17:49 -0000	1.127
  @@ -482,7 +482,14 @@
                   </fileset>
               </classpath>
           </taskdef>
  -		<antlrtask target="seam-text.g" outputdirectory="${src.java.dir}/org/jboss/seam/text"/>
  +        <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">
  
  
  



More information about the jboss-cvs-commits mailing list