JavaGD
About JavaGD
|
Version: 0.6-6
Result: OK Check time: 2025-08-19 05:49 Distribution log--- running mkdist for JavaGD (project JavaGD) Removing previous dist ... Copying package base ... Note: autoreconf is *not* ran automatically if configure exists. Run it manually if necessary. Finding out lowest supported Java target ... Java 1.2 ... not supported Java 1.4 ... not supported Java 1.6 ... OK Compiling getsp.class warning: [options] bootstrap class path not set in conjunction with -source 6 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. 4 warnings Removing SVN/CVS and backup stuff ... Compiling javaGD Java sources make: Entering directory '/tmp/JavaGD/src/java' javac -source 1.6 -target 1.6 -d . GDCanvas.java GDContainer.java GDInterface.java GDObject.java JGDBufferedPanel.java JGDPanel.java JavaGD.java LocatorSync.java XGDserver.java warning: [options] bootstrap class path not set in conjunction with -source 6 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. GDCanvas.java:85: 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 GDCanvas.java:86: 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 GDInterface.java:325: 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 GDInterface.java:326: 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 JGDPanel.java:108: 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 JGDPanel.java:109: 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. 10 warnings jar fc javaGD.jar org make: Leaving directory '/tmp/JavaGD/src/java' make: Entering directory '/tmp/JavaGD/src/java' rm -rf org *~ javaGD.jar make: Leaving directory '/tmp/JavaGD/src/java' Updating version ... JavaGD version 0.6-6 Creating package ... * checking for file ‘JavaGD/DESCRIPTION’ ... OK * preparing ‘JavaGD’: * checking DESCRIPTION meta-information ... OK * cleaning src * checking for LF line-endings in source and make files and shell scripts * checking for empty or unneeded directories * building ‘JavaGD_0.6-6.tar.gz’ Done. -rw-r--r-- 1 rforge rforge 141975 Aug 19 05:49 ../JavaGD_0.6-6.tar.gz |