[Mulgara-general] Version 1.1.0 released

David Legg david.legg at searchevent.co.uk
Sat Aug 4 23:23:40 UTC 2007


Paul Gearon wrote:
> I am pleased to announce the release of Mulgara version 1.1.0.
Yay!  That's great news.

I downloaded the zip file from
http://mulgara.org/files/v1.1.0/mulgara-1.1.0-src.zip uncompressed it
and ran 'build dist' on a Win XP sp2 system using Java 6 update 2 and
ran into a couple of errors which caused the build to fail.

I've read somewhere that Java 6 isn't supported yet but I'm sure I also
read that it works on Java 5 and above.  I actually started with the
mulgara trunk and got the same problem before trying the 'stable'
release.  Before I delve any deeper is this a known issue or is there
something wrong with the release?

Best Regards,
David Legg

P.S. Here's the last part of the build output I got...

   [javacc] File "SimpleCharStream.java" does not exist.  Will create one.
   [javacc] Parser generated successfully.
    [javac] Compiling 40 source files to
D:\projects\mulgara-1.1.0\obj\jar\util\classes
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\AbstractMulgaraResultSet.java:507: 

warning: [deprecation] getUnicodeStream(java.lang.String) in
java.sql.ResultSet has been deprecated
    [javac]   public java.io.InputStream getUnicodeStream(String columnName)
    [javac]                              ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\AbstractMulgaraResultSet.java:444: 

warning: [deprecation] getBigDecimal(java.lang.String,int) in
java.sql.ResultSet has been deprecated
    [javac]   public BigDecimal getBigDecimal(String columnName, int scale)
    [javac]                     ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\AbstractMulgaraResultSet.java:295: 

warning: [deprecation] getUnicodeStream(int) in java.sql.ResultSet has
been deprecated
    [javac]   public java.io.InputStream getUnicodeStream(int columnIndex)
    [javac]                              ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\AbstractMulgaraResultSet.java:232: 

warning: [deprecation] getBigDecimal(int,int) in java.sql.ResultSet has
been deprecated
    [javac]   public BigDecimal getBigDecimal(int columnIndex, int scale)
    [javac]                     ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\Bootstrap.java:455: 

warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]       embeddedJarURL = tmpJarFile.toURL();
    [javac]                                  ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\ResultSetMetaDataImpl.java:63: 

org.mulgara.util.ResultSetMetaDataImpl is not abstract and does not
override abstract method isWrapperFor(java.lang.Class<?>) in
java.sql.Wrapper
    [javac] public class ResultSetMetaDataImpl implements
ResultSetMetaData, Serializable {
    [javac]        ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\TestResultSet.java:62: 

org.mulgara.util.TestResultSet is not abstract and does not override
abstract method updateNClob(java.lang.String,java.io.Reader) in
java.sql.ResultSet
    [javac] public class TestResultSet extends AbstractMulgaraResultSet
    [javac]        ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\UIDGeneratorUnitTest.java:227: 

warning: non-varargs call of varargs method with inexact argument type
for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to
suppress this warning
    [javac]     Method generateUID =
uidGenerator.getMethod("generateUID", null);
    [javac]                                                                ^
    [javac]
D:\projects\mulgara-1.1.0\src\jar\util\java\org\mulgara\util\UIDGeneratorUnitTest.java:230: 

warning: non-varargs call of varargs method with inexact argument type
for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to
suppress this warning
    [javac]       currentUID = (String) generateUID.invoke(null, null);
    [javac]                                                      ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors
    [javac] 7 warnings

BUILD FAILED
D:\projects\mulgara-1.1.0\src\jar\util\build.xml:67: Compile failed; see
the compiler error output for details.






More information about the Mulgara-general mailing list