Please file an issue in http://jira.codehaus.org/browse/CONTINUUM with
more details, particularly what is broken.
On 2/14/07, David Goemans <[EMAIL PROTECTED]> wrote:
Hi,
I found a Bug in the Class
"org.apache.maven.continuum.web.action.AddMavenTwoProjectAction".
To fix this Problem you have to change this line in the method doExecute():
filePath = filePath.substring( FILE_SCHEME.length() ); to
filePath = filePath.substring( FILE_SCHEME.length() - 1 );
greetz
David
--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]