Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
java-cup
java-cup-no-cup-no-jflex.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File java-cup-no-cup-no-jflex.patch of Package java-cup
--- develop/build.xml.orig 2006-09-09 06:43:37.000000000 +0200 +++ develop/build.xml 2006-09-09 06:44:10.000000000 +0200 @@ -40,18 +40,7 @@ <delete dir="${dist}" /> </target> - <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpath="${bin}/java-cup-11.jar" /> - <taskdef name="jflex" classname="JFlex.anttask.JFlexTask" classpath="${bin}/JFlex.jar" /> - - <target name="cup" depends="init"> - <cup srcfile="${cup}/parser.cup" interface="on" destdir="${java}" parser="parser" symbols="sym" quiet="false" nonterms="true"/> - </target> - - <target name="jflex" depends="cup"> - <jflex file="${flex}/Lexer.jflex" destdir="${java}" /> - </target> - - <target name="compile" depends="jflex"> + <target name="compile"> <copy todir="${java}"><fileset dir="${src}"></fileset></copy> <javac srcdir="${java}" destdir="${classes}" verbose="off" listfiles="off" debug="on" source="1.2" target="1.2"> <classpath refid="libraries"/>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor