Geoff hendrey wrote:
I built from source, and also ran the sysinfo command on the 10.4.2.1
jar that I got from sun. Both yield identical information, indicating
"10.4.2.1" is the build. See output below from running sysinfo against
the sun downloaded jars.
Hi Geoff,
Looking at the information, I see that Java DB 10.4.2.1 was built from
revision 706043 and that the fix for DERBY-3997 went into the repository
for the 10.4 branch as 731599. This means the fix is not included in
Java DB 10.4.2.1.
--
Kristian
/Users/geoffreyhendrey/Desktop/javadb > java -jar lib/derbyrun.jar sysinfo
------------------ Java Information ------------------
Java Version: 1.6.0_05
Java Vendor: Apple Inc.
Java home:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Java classpath: lib/derbyrun.jar
OS name: Mac OS X
OS architecture: x86_64
OS version: 10.5.4
Java user name: geoffreyhendrey
Java user home: /Users/geoffreyhendrey
Java user dir: /Users/geoffreyhendrey/Desktop/javadb
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
--------- Derby Information --------
JRE - JDBC: Java SE 6 - JDBC 4.0
[/Users/geoffreyhendrey/Desktop/javadb/lib/derby.jar] 10.4.2.1 - (706043)
[/Users/geoffreyhendrey/Desktop/javadb/lib/derbytools.jar] 10.4.2.1 -
(706043)
[/Users/geoffreyhendrey/Desktop/javadb/lib/derbynet.jar] 10.4.2.1 -
(706043)
[/Users/geoffreyhendrey/Desktop/javadb/lib/derbyclient.jar] 10.4.2.1 -
(706043)
------------------------------------------------------
----------------- Locale Information -----------------
Current Locale : [English/United States [en_US]]
Found support for locale: [cs]
version: 10.4.2.1 - (706043)
Found support for locale: [de_DE]
version: 10.4.2.1 - (706043)
Found support for locale: [es]
version: 10.4.2.1 - (706043)
Found support for locale: [fr]
version: 10.4.2.1 - (706043)
Found support for locale: [hu]
version: 10.4.2.1 - (706043)
Found support for locale: [it]
version: 10.4.2.1 - (706043)
Found support for locale: [ja_JP]
version: 10.4.2.1 - (706043)
Found support for locale: [ko_KR]
version: 10.4.2.1 - (706043)
Found support for locale: [pl]
version: 10.4.2.1 - (706043)
Found support for locale: [pt_BR]
version: 10.4.2.1 - (706043)
Found support for locale: [ru]
version: 10.4.2.1 - (706043)
Found support for locale: [zh_CN]
version: 10.4.2.1 - (706043)
Found support for locale: [zh_TW]
version: 10.4.2.1 - (706043)
------------------------------------------------------
-geoff
“How many legs does a dog have if you call the tail a leg? Four.
Calling a tail a leg doesn't make it a leg.”
– A. Lincoln
------------------------------------------------------------------------
*From:* Bryan Pendleton <[email protected]>
*To:* Derby Discussion <[email protected]>
*Sent:* Saturday, February 7, 2009 3:25:18 PM
*Subject:* Re: 10.4.2.1 doesn't solve ORDER BY problem
> regarding Jira Issue: https://issues.apache.org/jira/browse/DERBY-3997
Hi Geoff,
You can download the Derby 10.4 source from subversion and build it
yourself.
Then you can be sure that you have exactly the fixes that you need.
Here's more information about how to build Derby from source.
If you have trouble, people on the derby-dev list are always glad to help.
thanks,
bryan