Fridrich Strba 2019-12-02 06:40:34 +00:00 committed by Git OBS Bridge
parent 713ab382a1
commit 34370a294a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 2 06:38:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* groovy18-notarget.patch
+ Do not except on a classfile with MODULE information, just
ignore it
+ Fixes build with jdk9+
-------------------------------------------------------------------
Fri Oct 11 09:02:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -173,7 +173,7 @@ build-jar-repository target/lib/compile glassfish-servlet-api glassfish-jsp-api/
# Build
# TODO: Build at least tests, maybe examples
export CLASSPATH=$(build-classpath ant/ant-antlr)
ant -v -DskipTests=on -DskipExamples=on -DskipFetch=on -DskipEmbeddable=on \
%ant -DskipTests=on -DskipExamples=on -DskipFetch=on -DskipEmbeddable=on \
createJars javadoc
%install