Searching a workaround

View: New views
2 Messages — Rating Filter:   Alert me  

Searching a workaround

by Jochen Wiedmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

does anyone have an idea of a workaround for
http://jira.codehaus.org/browse/MRESOURCES-111

Thanks,

Jochen


--
Germanys national anthem is the most boring in the world - how telling!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Searching a workaround

by Jesse Farinacci :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...