[ http://jira.codehaus.org/browse/MNG-537?page=all ]

Loïc Lefèvre updated MNG-537:
-----------------------------

    Attachment: MNG-537-point-4.txt

Of course.
I've provided as much informations as I could find.
About m2.conf file test, I've found it inside the class 
maven-components\maven-mboot2\src\main\java\MBoot.java line 219:

        File dist = new File( mavenHome );

        System.out.println( "Maven installation directory: " + dist );

        if ( dist.exists() )
        {
            if ( !new File( dist, "bin/m2.conf" ).exists() )             <-- 
line 219
            {
                System.err.println(
                    "The directory given to install Maven in already exists, 
but does not contain a Maven installation" );
                System.err.println();
                System.err.println( "\t" + dist );
                System.err.println();
                System.err.println(
                    "If you really mean to install Maven to this location, 
please delete the directory first" );
                System.exit( 1 );
            }
        }

See attachment: patch MNG-537-point-4.txt

> building maven 2.0 webpage is not clear
> ---------------------------------------
>
>          Key: MNG-537
>          URL: http://jira.codehaus.org/browse/MNG-537
>      Project: Maven 2
>         Type: Improvement
>   Components: documentation
>     Versions: 2.0-alpha-3
>     Reporter: Loïc Lefèvre
>     Priority: Minor
>      Fix For: 2.0-beta-1
>  Attachments: MNG-537-point-4.txt, MNG-537.txt
>
> Original Estimate: 15 minutes
>         Remaining: 15 minutes
>
> Some informations in the page at http://maven.apache.org/maven2/building.html 
> are missing in order to help beginners.
> 1/ an hyperlink to JIRA for MNG: to find quickly issues
> 2/ an hyperlink to Subversion: for those who don't know this new tool
> 3/ a correction about the environment variable: 
> set PATH=%M2_HOME%\bin;%PATH% 
> instead of 
> set PATH=%M2_HOME%\bin;$PATH
> 4/ more explanations about the build itself:
> as explained in a mail 
> (http://marc.theaimsgroup.com/?l=turbine-maven-dev&m=111990869209029&w=2) I 
> couldn't build
> successfuly maven 2 without installing the alpha 3 version in the %M2_HOME% 
> directory!

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to