[
https://issues.apache.org/jira/browse/DERBY-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik updated DERBY-140:
--------------------------------
Issue Type: Bug (was: Test)
> complie derby on redhat9
> ------------------------
>
> Key: DERBY-140
> URL: https://issues.apache.org/jira/browse/DERBY-140
> Project: Derby
> Issue Type: Bug
> Components: Build tools
> Affects Versions: 10.0.2.2
> Environment: redhat 9 , java 1.4 , java 1.3
> Reporter: mohame abd elsamei
>
> when trying to build a derby useing
> > ant
> i got these errors
> i am new here and please some help :)
> Thanks all
> compile_iapi_jdbc_stmt:
> [javac] Compiling 1 source file to
> /export/prj/incubating-derby-10.0.2.1-src/classes
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:384:
> execute(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,int)
> [javac] return getStatement().execute( sql, autoGeneratedKeys);
> [javac] ^
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:392:
> execute(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,int[])
> [javac] return getStatement().execute( sql, columnIndexes);
> [javac] ^
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:399:
> execute(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,java.lang.String[])
> [javac] return getStatement().execute( sql, columnNames);
> [javac] ^
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:406:
> executeUpdate(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,int)
> [javac] int retVal = getStatement().executeUpdate( sql,
> autoGeneratedKeys);
> [javac] ^
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:414:
> executeUpdate(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,int[])
> [javac] return getStatement().executeUpdate( sql,
> columnIndexes);
> [javac] ^
> [javac]
> /export/prj/incubating-derby-10.0.2.1-src/java/engine/org/apache/derby/iapi/jdbc/BrokeredStatement.java:422:
> executeUpdate(java.lang.String) in java.sql.Statement cannot be applied to
> (java.lang.String,java.lang.String[])
> [javac] return getStatement().executeUpdate( sql, columnNames);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.