Leo Li wrote:
> On 8/24/07, Andrew Zhang <[EMAIL PROTECTED]> wrote:
>> On 8/24/07, Tony Wu <[EMAIL PROTECTED]> wrote:
>>> Hi all,
>>>
>>> I'm writing implementation of CachedRowSet for harmony, a real db is
>>> required for testing. I purpose to bring derby.jar into harmony as
>>> dependency, and add following lines to depends.properties
>>>
>>> +derby.dir=${depends.dir}/derby
>>> +derby.jar=${derby.dir}/derby.jar
>>> +derby.url=
>>> http://www.ibiblio.org/maven/org.apache.derby/jars/derby-10.3.1.4.jar
>>> +derby.md5=f28d6047ab26445de53c4c96126494df
>>>
>>> I'll move on if no one objects :)
>>
>> +1
> 
> 
>    +1 Derby actually has become part of JDK 6.

Depending upon what you mean by 'become part of'.  Sun distribute the
JavaDB (based on Apache Derby) with their JDK, but it is not part of the
Java SE v6 spec.

Regards,
Tim

Reply via email to