Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
opa-fmgui
opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File opa-fmgui-fix-build-for-JDK9-Gradle-3.2.patch of Package opa-fmgui
diff --git build.xml build.xml index a7f6209..84f4c59 100644 --- build.xml +++ build.xml @@ -1,4 +1,4 @@ -<project name ="FMGUI" default="build" basedir="."> +<project name ="FMGUI" default="buildOPA" basedir="."> <property name="src" value="src"/> <property name="target" value="target"/> <property name="resources" value="resources"/> @@ -18,7 +18,7 @@ </condition> </target> <target name="compile" description="Compiles the Fabric Manager GUI application"> - <javac srcdir="${src}" destdir="${target}/classes" + <javac target="1.7" srcdir="${src}" destdir="${target}/classes" encoding="windows-1252" debug="true" fork="yes" @@ -53,7 +53,7 @@ <target name="clear" description="Clears build files"> <delete dir="${target}"/> </target> - <target name="build" description="Builds the Fabric Manager GUI application" depends="init,compile,createJar"> + <target name="buildOPA" description="Builds the Fabric Manager GUI application" depends="init,compile,createJar"> <echo message="Fabric Manager GUI application has been built: ${target}/${opa-fmgui.app.jar}"/> </target> </project>
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