Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.2:Staging:N
bsh
bsh-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bsh-build.patch of Package bsh
--- BeanShell/build.xml.orig 2004-01-20 19:12:20.888557245 -0500 +++ BeanShell/build.xml 2004-01-20 19:13:36.150184282 -0500 @@ -103,50 +103,7 @@ value="docs/manual/bshcommands-bshdoc.xml"/> <!-- Begin Targets --> - - <!-- The javacc targets could be smarter... --> - <target name="checkjjt"> - <uptodate property="jjtree.notRequired" - targetfile="${src-dir}/bsh/bsh.jj" - > - <srcfiles dir="${src-dir}/bsh" includes="bsh.jjt"/> - </uptodate> - </target> - <target name="checkjj"> - <uptodate property="javacc.notRequired" - targetfile="${src-dir}/bsh/Parser.java" - > - <srcfiles dir="${src-dir}/bsh" includes="bsh.jj"/> - </uptodate> - </target> - - <!-- Create bsh.jj when bsh.jjt changes. --> - <target name="jjtree" unless="jjtree.notRequired" depends="checkjjt"> - <java classname="jjtree" - fork="yes" - failonerror="yes" > - <arg - line="-OUTPUT_DIRECTORY=${src-dir}/bsh ${src-dir}/bsh/bsh.jjt"/> - <classpath> - <fileset refid="lib-fileset"/> - </classpath> - </java> - </target> - - <!-- Create Parser.java when bsh.jj changes. --> - <target name="javacc" unless="javacc.notRequired" depends="checkjj"> - <java classname="javacc" - fork="yes" - failonerror="yes" > - <!-- classpath="${javacc-lib}" --> - <arg line="-OUTPUT_DIRECTORY=${src-dir}/bsh ${src-dir}/bsh/bsh.jj"/> - <classpath> - <fileset refid="lib-fileset"/> - </classpath> - </java> - </target> - - <target name="compile" depends="jjtree,javacc,builddir"> + <target name="compile" depends="builddir"> <!-- exclude the ${excludes} as well as anything under a "bak" dir --> <!--compiler="${build-compiler}"--> <javac srcdir="${src-dir}:${test-src-dir}:${bsf-src-dir}"
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