Projects
openEuler:Mainline
ecj
_service:tar_scm:javaAPI.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:javaAPI.patch of Package ecj
--- a/build.xml.orig 2018-03-20 15:15:57.063810672 +0000 +++ b/build.xml 2018-03-20 15:16:26.018700633 +0000 @@ -15,16 +15,20 @@ <property name="output" value="bin" /> <property name="jar_file" value="ecj.jar" /> + <path id="build.path"> + <pathelement path="${javaapi}"/> + <pathelement path="/usr/lib/jvm/java-1.8.0/jre/lib/rt.jar"/> + </path> <target name="build"> <delete file="${basedir}/${jar_file}" failonerror="no" /> <delete dir="${output}" failonerror="no" /> <mkdir dir="${output}" /> - <javac srcdir="${basedir}" destdir="${output}" - debuglevel="lines,source" + <javac srcdir="${basedir}" destdir="${output}" bootclasspathref="build.path" + debug="yes" source="1.8" target="1.8"> - <compilerarg line="-Xlint:none"/> + <compilerarg line="-Xlint:none -encoding cp1252"/> </javac> <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2