Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
ecj.28016
javaAPI.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File javaAPI.patch of Package ecj.28016
--- build.xml.orig 2020-09-02 22:05:12.000000000 +0200 +++ build.xml 2021-03-16 14:41:19.331235267 +0100 @@ -18,6 +18,9 @@ <property name="output" value="bin" /> <property name="jar_file" value="ecj.jar" /> + <path id="build.path"> + <pathelement path="${javaapi}"/> + </path> <target name="build"> <delete file="${basedir}/${jar_file}" failonerror="no" /> <delete dir="${output}" failonerror="no" /> @@ -28,7 +31,7 @@ debuglevel="lines,source" source="1.8" target="1.8"> - <compilerarg line="-Xlint:none"/> + <compilerarg line="-Xlint:none" value="-Xbootclasspath/p:${toString:build.path}"/> </javac> <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
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