You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by Jason van Zyl <jv...@maven.org> on 2004/07/26 00:48:00 UTC

new bootstrap

Howdy,

I have checked in a JAR that is capable of building everything for m2
including building a distribution. I have checked in mboot.jar and
mboot.txt into the top-level maven-components module. To run the
bootstrap you do:

java -jar mboot.jar

This will default to installing to ~/m2

If you wish to install somewhere else:

java -jar mboot.jar /path/to/m2

John has tried it and appears to work. I will clean it up a bit and
check in the sources for the new bootstrap.

-- 
jvz.

Jason van Zyl
jason@maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


Re: new bootstrap

Posted by Jason van Zyl <jv...@maven.org>.
On Mon, 2004-07-26 at 14:01, Gilles Dodinet wrote:
> same here.. it seems the name of the file is not correctly resolved 
> (breakline ?). heres the ouput i get :
> 
> Checking for MBoot's dependencies ...
>  ...ding project in E:\mevenide-workspace-HEAD\maven-components\maven-model
> --------------------------------------------------------------------
> Building project in E:\mevenide-workspace-HEAD\maven-components\maven-model
> \pom.xml (Syntaxe du nom de fichier, de rÚpertoire ou de volume 
> incorrecte)maven-model
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:106)
>         at MBoot$ModelReader.parse(MBoot.java:763)
>         at MBoot.buildProject(MBoot.java:258)

Eugene has been helping me debug the mboot.jar for Windows, I should
have it fixed up tonight.

> -- gd
> 
> 
> 
> Emmanuel Venisse wrote:
> 
> >>Howdy,
> >>
> >>I have checked in a JAR that is capable of building everything for m2
> >>including building a distribution. I have checked in mboot.jar and
> >>mboot.txt into the top-level maven-components module. To run the
> >>bootstrap you do:
> >>
> >>java -jar mboot.jar
> >>
> >>This will default to installing to ~/m2
> >>
> >>If you wish to install somewhere else:
> >>
> >>java -jar mboot.jar /path/to/m2
> >>
> >>John has tried it and appears to work. I will clean it up a bit and
> >>check in the sources for the new bootstrap.
> >>    
> >>
> >
> >It doesn't work for windows. I'll check it later.
> >
> >Emmanuel
> >
> >
> >
> >  
> >

-- 
jvz.

Jason van Zyl
jason@maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


Re: new bootstrap

Posted by Gilles Dodinet <rh...@free.fr>.
same here.. it seems the name of the file is not correctly resolved 
(breakline ?). heres the ouput i get :

Checking for MBoot's dependencies ...
 ...ding project in E:\mevenide-workspace-HEAD\maven-components\maven-model
--------------------------------------------------------------------
Building project in E:\mevenide-workspace-HEAD\maven-components\maven-model
\pom.xml (Syntaxe du nom de fichier, de rÚpertoire ou de volume 
incorrecte)maven-model
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at MBoot$ModelReader.parse(MBoot.java:763)
        at MBoot.buildProject(MBoot.java:258)

-- gd



Emmanuel Venisse wrote:

>>Howdy,
>>
>>I have checked in a JAR that is capable of building everything for m2
>>including building a distribution. I have checked in mboot.jar and
>>mboot.txt into the top-level maven-components module. To run the
>>bootstrap you do:
>>
>>java -jar mboot.jar
>>
>>This will default to installing to ~/m2
>>
>>If you wish to install somewhere else:
>>
>>java -jar mboot.jar /path/to/m2
>>
>>John has tried it and appears to work. I will clean it up a bit and
>>check in the sources for the new bootstrap.
>>    
>>
>
>It doesn't work for windows. I'll check it later.
>
>Emmanuel
>
>
>
>  
>


Re: new bootstrap

Posted by Emmanuel Venisse <em...@venisse.net>.
----- Original Message ----- 
From: "Jason van Zyl" <jv...@maven.org>
To: "Maven 2 Developers List" <m2...@maven.apache.org>
Sent: Tuesday, July 27, 2004 3:51 AM
Subject: Re: new bootstrap


> On Mon, 2004-07-26 at 13:15, Emmanuel Venisse wrote:
> 
> > It doesn't work for windows. I'll check it later.
> 
> I worked through the issues with Gilles and Eugene on Windows and I
> think all the problems are resolved. A couple people have tried on Linux
> and Dain tried it on OSX for me and everything seems to be good.
> 
> So the bootstrap requires the presence of ~/maven.properties which is
> documented in the scant README.txt. I am going to align m2 itself which
> is still currently looking for ~/build.properties and
> project.properties.

Excellent bootstrapper. M2 builds now in one minute.

Emmanuel

Re: new bootstrap

Posted by Jason van Zyl <jv...@maven.org>.
On Mon, 2004-07-26 at 13:15, Emmanuel Venisse wrote:

> It doesn't work for windows. I'll check it later.

I worked through the issues with Gilles and Eugene on Windows and I
think all the problems are resolved. A couple people have tried on Linux
and Dain tried it on OSX for me and everything seems to be good.

So the bootstrap requires the presence of ~/maven.properties which is
documented in the scant README.txt. I am going to align m2 itself which
is still currently looking for ~/build.properties and
project.properties.

> 
> -- 
> jvz.
> 
> Jason van Zyl
> jason@maven.org
> http://maven.apache.org
> 
> happiness is like a butterfly: the more you chase it, the more it will
> elude you, but if you turn your attention to other things, it will come
> and sit softly on your shoulder ...
> 
>  -- Thoreau 


Re: new bootstrap

Posted by Emmanuel Venisse <em...@venisse.net>.
> Howdy,
> 
> I have checked in a JAR that is capable of building everything for m2
> including building a distribution. I have checked in mboot.jar and
> mboot.txt into the top-level maven-components module. To run the
> bootstrap you do:
> 
> java -jar mboot.jar
> 
> This will default to installing to ~/m2
> 
> If you wish to install somewhere else:
> 
> java -jar mboot.jar /path/to/m2
> 
> John has tried it and appears to work. I will clean it up a bit and
> check in the sources for the new bootstrap.

It doesn't work for windows. I'll check it later.

Emmanuel