jgr - Java GUI for R - check results
RForge.net

jgr

About jgr
GIT access
Download/Files
News
Check results

Result: OK
Check time: 2021-09-08 05:51

Distribution log

--- running mkdist for JGR (project jgr)
Building package ...

> Task :ibase:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :ibase:processResources NO-SOURCE
> Task :ibase:classes
> Task :ibase:jar
> Task :ibase:sourcesJar
> Task :ibase:assemble
> Task :ibase:compileTestJava NO-SOURCE
> Task :ibase:processTestResources NO-SOURCE
> Task :ibase:testClasses UP-TO-DATE
> Task :ibase:test NO-SOURCE
> Task :ibase:check UP-TO-DATE
> Task :ibase:build

> Task :javagd:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/JGDPanel.java:104: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = c.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/JGDPanel.java:105: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDCanvas.java:72: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = c.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDCanvas.java:73: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDInterface.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = cl.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDInterface.java:269: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
9 warnings

> Task :javagd:processResources NO-SOURCE
> Task :javagd:classes
> Task :javagd:jar
> Task :javagd:sourcesJar
> Task :javagd:assemble
> Task :javagd:compileTestJava NO-SOURCE
> Task :javagd:processTestResources NO-SOURCE
> Task :javagd:testClasses UP-TO-DATE
> Task :javagd:test NO-SOURCE
> Task :javagd:check UP-TO-DATE
> Task :javagd:build

> Task :rJava:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :rJava:processResources NO-SOURCE
> Task :rJava:classes
> Task :rJava:jar

> Task :REngine:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :REngine:processResources NO-SOURCE
> Task :REngine:classes
> Task :REngine:jar

> Task :jgr-java:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :jgr-java:processResources
> Task :jgr-java:classes
> Task :jgr-java:jar
> Task :jgr-java:shadowJar
> Task :jgr-java:sourcesJar
> Task :jgr-java:assemble
> Task :jgr-java:compileTestJava NO-SOURCE
> Task :jgr-java:processTestResources NO-SOURCE
> Task :jgr-java:testClasses UP-TO-DATE
> Task :jgr-java:test NO-SOURCE
> Task :jgr-java:check UP-TO-DATE
> Task :jgr-java:build
> Task :jgr-r:assemble UP-TO-DATE
> Task :jgr-r:check UP-TO-DATE
> Task :jgr-r:copyJGR
> Task :jgr-r:copyJGRSource
> Task :jgr-r:prepareJGR
> Task :jgr-r:build
> Task :REngine:sourcesJar SKIPPED
> Task :REngine:assemble
> Task :REngine:compileTestJava NO-SOURCE
> Task :REngine:processTestResources NO-SOURCE
> Task :REngine:testClasses UP-TO-DATE
> Task :REngine:test NO-SOURCE
> Task :REngine:check UP-TO-DATE
> Task :REngine:build
> Task :rJava:sourcesJar SKIPPED
> Task :rJava:assemble
> Task :rJava:compileTestJava NO-SOURCE
> Task :rJava:processTestResources NO-SOURCE
> Task :rJava:testClasses UP-TO-DATE
> Task :rJava:test NO-SOURCE
> Task :rJava:check UP-TO-DATE
> Task :rJava:build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 2s
18 actionable tasks: 18 executed
Creating package ...
Done.
-rw-rw-r-- 1 rforge rforge 1270939 Sep 8 05:51 ../JGR_1.8-7.tar.gz

Distribution log

SVN checkout/GIT clone log