Hi Caleb,

Make sure that you're compiling with Java 1.5.

Andy

Caleb Cushing wrote:
> lets start with... I've never built a java program with ant in my
> life. So I might be making some n00b mistake. I don't find an install
> guide for openbd either.
>
> so when I run ant... as a user... in the build directory...
>
> $ ant
> Buildfile: build.xml
>
> init:
>
> compile:
>     [javac] Compiling 1019 source files to /mnt/sda8/portdev/openbd/
> build/
> classes
>     [javac] /mnt/sda8/portdev/openbd/src/org/alanwilliamson/amazon/
> simpledb/SimpleDB.java:49: warning: sun.misc.BASE64Encoder is Sun
> proprietary API and may be removed in a future
> release
>     [javac] import
> sun.misc.BASE64Encoder;
>     [javac]
> ^
>     [javac] /mnt/sda8/portdev/openbd/src/com/nary/sql/nConnection.java:
> 44: com.nary.sql.nConnection is not abstract and does not override
> abstract method createStruct(java.lang.String,java.lang.Object[]) in
> java.sql.Connection
>     [javac] public class nConnection extends Object implements
> Connection, PooledConnection
> {
>     [javac]
> ^
>     [javac] /mnt/sda8/portdev/openbd/src/com/nary/sql/nDataSource.java:
> 40: com.nary.sql.nDataSource is not abstract and does not override
> abstract method isWrapperFor(java.lang.Class<?>) in
> java.sql.Wrapper
>     [javac] public class nDataSource extends Object implements
> DataSource {
>     [javac]
> ^
>     [javac] /mnt/sda8/portdev/openbd/src/com/naryx/tagfusion/cfm/
> engine/cfQueryResultData.java:57:
> com.naryx.tagfusion.cfm.engine.cfQueryResultData is not abstract and
> does not override abstract method updateNClob
> (java.lang.String,java.io.Reader) in
> java.sql.ResultSet
>     [javac] public class cfQueryResultData extends cfJavaObjectData
> implements cfQueryInterface, ResultSet, Serializable
> {
>     [javac]
> ^
>     [javac] /mnt/sda8/portdev/openbd/src/com/naryx/tagfusion/cfm/
> engine/cfQueryResultSetMetaData.java:38:
> com.naryx.tagfusion.cfm.engine.cfQueryResultSetMetaData is not
> abstract and does not override abstract method isWrapperFor
> (java.lang.Class<?>) in
> java.sql.Wrapper
>     [javac] public class cfQueryResultSetMetaData implements
> ResultSetMetaData, Serializable
> {
>     [javac]
> ^
>     [javac] /mnt/sda8/portdev/openbd/src/org/alanwilliamson/amazon/
> simpledb/SimpleDB.java:110: warning: sun.misc.BASE64Encoder is Sun
> proprietary API and may be removed in a future
> release
>     [javac]             return new BASE64Encoder().encode
> (b);
>     [javac]
> ^
>     [javac] Note: Some input files use or override a deprecated
> API.
>     [javac] Note: Recompile with -Xlint:deprecation for
> details.
>     [javac] Note: Some input files use unchecked or unsafe
> operations.
>     [javac] Note: Recompile with -Xlint:unchecked for
> details.
>     [javac] 4
> errors
>     [javac] 2
> warnings
>
> BUILD FAILED
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to