[ 
https://issues.apache.org/jira/browse/DERBY-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-3703:
---------------------------------

    Attachment: derby-3703-01-aa-moveJdbc3methods.diff

Attaching derby-3703-01-aa-moveJdbc3methods.diff. This moves jdbc3 
PreparedStatement, CallableStatement, and ResultSet methods into the root 
classes of our embedded implementation so that the jsr169 support can be built 
by compiling against jdk1.4 libraries. I have verified that this patch builds 
the jsr169 support in the following situations:

1) when you do not set jsr169compile.classpath

2) when you set jsr169compile.classpath to point to small device libraries

Using jars built under both techniques, I have verified that I can run a simple 
heartbeat sql script on a phoneME small device platform, demonstrating that I 
can create a database and select from the system catalogs. I have also run the 
regression tests cleanly under Java 5 against the jars built by technique (1).

I would appreciate it if someone could apply this patch, build the jars under 
technique (1), and run the full regression tests against a small device 
platform.

Touches the following files:

M      build.xml

Sets jsr169compile.classpath to 


M      java/engine/org/apache/derby/impl/jdbc/EmbedCallableStatement20.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedPreparedStatement20.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedPreparedStatement30.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedResultSet.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedCallableStatement.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedPreparedStatement.java
M      java/engine/org/apache/derby/impl/jdbc/EmbedResultSet20.java


> Make it possible to build the JSR169 support with the jdk1.4 libraries
> ----------------------------------------------------------------------
>
>                 Key: DERBY-3703
>                 URL: https://issues.apache.org/jira/browse/DERBY-3703
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools
>            Reporter: Rick Hillegas
>         Attachments: derby-3703-01-aa-moveJdbc3methods.diff
>
>
> It would be good to simplify the Derby build so that the whole product could 
> be built out-of-the-box just from what's checked into the Derby repository. 
> As a step toward this goal, it would be good to be able to build the jsr169 
> support without having to download proprietary libraries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to