The patch is on trunk; you would need to pull it out using an svn
merge operation.
BTW - now is the future - if you want a help on this one you will need
to ask on the geotools-devel list (for someone with both a mac and a
check out of 2.5.x).
I don't mean to be rude on this one - as a volunteer
I fixed that one last week on trunk; I do not have a check out of
2.5.x to apply the patch to. In the future can you send these sorts of
emails to the geotools lists?
Jody
On Thu, Jul 9, 2009 at 7:12 PM, Francesco Izzi wrote:
> Hi Jody,
>
> i try to build geotools 2.5.x with my mac.
>
> my java -
Justin Deoliveira wrote:
>> So we have the same approach; my question is how can we avoid
>> spending months defining a minimal set?
> Easy, take the plan of "only use that which applies to all datastores"
> and validate it against the only *concrete* use case we have which is
> johanns widget s
Apparently each of us needs to start a new thread on this one..
> So we have the same approach; my question is how can we avoid spending
> months defining a minimal set?
Easy, take the plan of "only use that which applies to all datastores"
and validate it against the only *concrete* use case we
Justin Deoliveira wrote:
> Ok, we are misunderstanding each other. Here is some code to be clear.
> This is what i want the interfaces to look like:
>
> DataStoreInfo {
>
> String getURI();
>
> }
>
> DublinCoreInfo extends DataStoreInfo {
>
> String getTitle();
>
> String getPublsiher();
>
>