You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/03/06 21:27:23 UTC

[jira] Commented: (MSUREFIRE-71) activemq tests fail - system property not set

    [ http://jira.codehaus.org/browse/MSUREFIRE-71?page=comments#action_60254 ] 

Carlos Sanchez commented on MSUREFIRE-71:
-----------------------------------------

System.getProperty( "basedir" ) returns null for me

This fails:

import junit.framework.TestCase;

public class BasedirTest
    extends TestCase
{
    
    public void testBasedir() 
    {
        final String baseDir = System.getProperty( "basedir" );
        assertNotNull( baseDir );
    }
}

> activemq tests fail - system property not set
> ---------------------------------------------
>
>          Key: MSUREFIRE-71
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-71
>      Project: Maven 2.x Surefire Plugin
>         Type: Improvement

>     Versions: 2.2
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 2.2

>
>
> see activemq-jaas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org