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 Emmanuel Venisse <em...@venisse.net> on 2004/07/28 08:26:14 UTC

Problem with m2 ci

Jason,

Can you fix it?
I suppose you must copy the new ci.sh to your home directory.

Thanks

Emmanuel

----- Original Message ----- 
From: <jv...@maven.org>
To: <m2...@maven.apache.org>
Sent: Wednesday, July 28, 2004 8:13 AM
Subject: [maven2 build] Wed Jul 28 02:12:58 EDT 2004


>
> Performing an update of maven-components ...
>
> Updates occured, build required ...
>
> P ci.sh
>
> /home/users/jvanzyl/ci.sh: line 120: ./m2-bootstrap-all.sh: No such file
or directory
>
> Creating m2 distribution for public consumption:
http://www.codehaus.org/~jvanzyl/m2/m2-20041228.021258.tar.gz
>
> /home/users/jvanzyl/ci.sh: line 130: cd:
m2-build/maven-components/maven-core/dist: No such file or directory
>


Re: Problem with m2 ci

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: Wednesday, July 28, 2004 3:07 PM
Subject: Re: Problem with m2 ci


> On Wed, 2004-07-28 at 02:26, Emmanuel Venisse wrote:
> > Jason,
> >
> > Can you fix it?
> > I suppose you must copy the new ci.sh to your home directory.
>
> Sure, no problem. Is it ready to be used now? If so I'll copy it over to
> beaver.
>
Yes, I use the m2-bootstrap-all.sh|bat for build m2 so ci.sh must works
correctly.

> > Thanks
> >
> > Emmanuel
> >
> > ----- Original Message ----- 
> > From: <jv...@maven.org>
> > To: <m2...@maven.apache.org>
> > Sent: Wednesday, July 28, 2004 8:13 AM
> > Subject: [maven2 build] Wed Jul 28 02:12:58 EDT 2004
> >
> >
> > >
> > > Performing an update of maven-components ...
> > >
> > > Updates occured, build required ...
> > >
> > > P ci.sh
> > >
> > > /home/users/jvanzyl/ci.sh: line 120: ./m2-bootstrap-all.sh: No such
file
> > or directory
> > >
> > > Creating m2 distribution for public consumption:
> > http://www.codehaus.org/~jvanzyl/m2/m2-20041228.021258.tar.gz
> > >
> > > /home/users/jvanzyl/ci.sh: line 130: cd:
> > m2-build/maven-components/maven-core/dist: No such file or directory
> > >
>
> -- 
> 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: Problem with m2 ci

Posted by Jason van Zyl <jv...@maven.org>.
On Wed, 2004-07-28 at 02:26, Emmanuel Venisse wrote:
> Jason,
> 
> Can you fix it?
> I suppose you must copy the new ci.sh to your home directory.

Sure, no problem. Is it ready to be used now? If so I'll copy it over to
beaver.

> Thanks
> 
> Emmanuel
> 
> ----- Original Message ----- 
> From: <jv...@maven.org>
> To: <m2...@maven.apache.org>
> Sent: Wednesday, July 28, 2004 8:13 AM
> Subject: [maven2 build] Wed Jul 28 02:12:58 EDT 2004
> 
> 
> >
> > Performing an update of maven-components ...
> >
> > Updates occured, build required ...
> >
> > P ci.sh
> >
> > /home/users/jvanzyl/ci.sh: line 120: ./m2-bootstrap-all.sh: No such file
> or directory
> >
> > Creating m2 distribution for public consumption:
> http://www.codehaus.org/~jvanzyl/m2/m2-20041228.021258.tar.gz
> >
> > /home/users/jvanzyl/ci.sh: line 130: cd:
> m2-build/maven-components/maven-core/dist: No such file or directory
> >

-- 
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: Problem with m2 ci

Posted by Jerome Lacoste <je...@coffeebreaks.org>.
On Wed, 2004-07-28 at 08:26 +0200, Emmanuel Venisse wrote:
> Jason,
> 
> Can you fix it?
> I suppose you must copy the new ci.sh to your home directory.

or maybe use `dirname $0` somewhere to execute the m2-bootstrap-all.sh
from the correct directory.

J