Hi Jochen,
On Thu, Nov 5, 2009 at 10:05 AM, Jochen Wiedmann
<
jochen.wiedmann@...> wrote:
>
> does anyone have an idea of a workaround for
>
http://jira.codehaus.org/browse/MRESOURCES-111>
The most obvious work around would be not to use a fully qualified
path. So instead of
<jdbc.url>jdbc:derby:${project.build.directory}/derby-db;create=true</jdbc.url>
code
<jdbc.url>jdbc:derby:target/derby-db;create=true</jdbc.url>
-Jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...