Thanks Andy On Mar 29, 2012, at 2:02 AM, Andy Seaborne wrote:
> On 29/03/12 08:17, Andy Seaborne wrote: >> On 28/03/12 22:59, Robert Vesse wrote: >>> Nice find :-) >>> >>> Will stop Eclipse complaining at me so much >>> >>> Rob >> >> I'll take that as a "go ahead and make the changes" so I'll start to >> sweep through the projects and remove antrun. I don't know of, or at >> least can't recall, any places it used for anything else [*] > > Done. > > Core, ARQ, TDB, Fuseki, SDB. > >> >> Andy >> >> [*] There again I came a comment on some string code that said >> "do it this way because of Java 1.3" recently. >> >> [**] Bother - SDB does not build via maven but does in Eclipse. > > It turns out Java7 added an abstract method above java.sql.DataSource SDB has > DataSourceSDB inherits from DataSource. Jiggling around and suppressing all > warnings results in code that compiles cleanly in Java6 and Java7. > > Andy
