On 01/11/11 11:10, Thorsten Möller wrote:
...
BTW, as this is (once again) a Maven related thread: I get a few warnings at
build time caused by use of deprecated features, see below. Warnings want go
away by nature, isn't it.
ARQ:
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: ant-timestamp}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
Jena:
[WARNING] DEPRECATED [tasks]: Use target instead
[INFO] [antrun:run {execution: default}]
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
I haven't had time to track down why these occur - do you know?
More serious, however, is that Junit tests for ARQ/trunk[rev1195889] do not
pass on my machine (Maven 2.2.1, Java 1.6.0_26, OSX 10.6.8). Seems to be a
locale-specific issue, see https://issues.apache.org/jira/browse/JENA-150.
Fixed (I hope - please test) - see JIRA.
Andy