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/06/16 05:27:41 UTC

running integration tests on window and OSX

Howdy,

The ci.sh script is now running the integration tests as part of its
process so now I would like to be able to run the integration tests on
windows and OSX. So if someone more OSX aware could look at the m2
script for OSX goodness that would be appreciated (I have an OSX box but
someone with more hands-on experience would do a better job) and if
someone could whip off a .bat file for m2 that would be great.

If that is done I'll figure out how to deploy the install over to some
test boxes and run the integration tests. I've got an OSX box and I can
probably build a windows box if someone doesn't have one we can use. 

-- 
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: running integration tests on window and OSX

Posted by Emmanuel Venisse <em...@venisse.net>.
> The ci.sh script is now running the integration tests as part of its
> process so now I would like to be able to run the integration tests on
> windows and OSX. So if someone more OSX aware could look at the m2
> script for OSX goodness that would be appreciated (I have an OSX box but
> someone with more hands-on experience would do a better job) and if
> someone could whip off a .bat file for m2 that would be great.

m2.bat is done!
if you want a ci.bat, I'll try to do it asap. but we can perhaps create a
java batch instead of the ci.[sh|bat] with CommandLine class, so, we can run
it on multi-OS

>
> If that is done I'll figure out how to deploy the install over to some
> test boxes and run the integration tests. I've got an OSX box and I can
> probably build a windows box if someone doesn't have one we can use.
>

I can run it sometimes by day, but not in 24/24 7/7.
If someone has an available server, it'll be preferable.

Emmanuel


Re: running integration tests on window and OSX

Posted by Jason van Zyl <jv...@maven.org>.
On Sat, 2004-06-19 at 11:06, Jason van Zyl wrote:
> On Sat, 2004-06-19 at 10:00, Emmanuel Venisse wrote:
> > Now, the maven-core-it.sh run correctly with cygwin.
> > Can we add it to m2-bootstrap-all.sh and remove it from ci.sh?
> 
> Sure. We should reuse the scripts from mboot as well as it checks for
> cygwin. After your changes I can't run the verifier because the check
> for cygwin isn't made.
> 
> I'm all for running the integration tests after the bootstrap but please
> fix the verifier script.

For this specifically I was just thinking put all the stuff we want in
maven.funtions in mboot and just ". ../mboot/src/bin/maven.functions" in
the scripts for bootstrapping.
 

-- 
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: running integration tests on window and OSX

Posted by Jason van Zyl <jv...@maven.org>.
On Sat, 2004-06-19 at 10:00, Emmanuel Venisse wrote:
> Now, the maven-core-it.sh run correctly with cygwin.
> Can we add it to m2-bootstrap-all.sh and remove it from ci.sh?

Sure. We should reuse the scripts from mboot as well as it checks for
cygwin. After your changes I can't run the verifier because the check
for cygwin isn't made.

I'm all for running the integration tests after the bootstrap but please
fix the verifier script.

> Emmanuel
> 
> ----- Original Message ----- 
> From: "Jason van Zyl" <jv...@maven.org>
> To: "Maven 2 Developers List" <m2...@maven.apache.org>
> Sent: Wednesday, June 16, 2004 5:27 AM
> Subject: running integration tests on window and OSX
> 
> 
> > Howdy,
> > 
> > The ci.sh script is now running the integration tests as part of its
> > process so now I would like to be able to run the integration tests on
> > windows and OSX. So if someone more OSX aware could look at the m2
> > script for OSX goodness that would be appreciated (I have an OSX box but
> > someone with more hands-on experience would do a better job) and if
> > someone could whip off a .bat file for m2 that would be great.
> > 
> > If that is done I'll figure out how to deploy the install over to some
> > test boxes and run the integration tests. I've got an OSX box and I can
> > probably build a windows box if someone doesn't have one we can use. 
> > 
> > -- 
> > 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 
> > 
> > 

-- 
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: running integration tests on window and OSX

Posted by Jason van Zyl <jv...@maven.org>.
On Sat, 2004-06-19 at 10:00, Emmanuel Venisse wrote:
> Now, the maven-core-it.sh run correctly with cygwin.
> Can we add it to m2-bootstrap-all.sh and remove it from ci.sh.

Jeremy found that relative paths work for cygwin and linux so I used
his fix and I will change the boostrap to run the integration tests.
 

-- 
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: running integration tests on window and OSX

Posted by Emmanuel Venisse <em...@venisse.net>.
Now, the maven-core-it.sh run correctly with cygwin.
Can we add it to m2-bootstrap-all.sh and remove it from ci.sh?

Emmanuel

----- Original Message ----- 
From: "Jason van Zyl" <jv...@maven.org>
To: "Maven 2 Developers List" <m2...@maven.apache.org>
Sent: Wednesday, June 16, 2004 5:27 AM
Subject: running integration tests on window and OSX


> Howdy,
> 
> The ci.sh script is now running the integration tests as part of its
> process so now I would like to be able to run the integration tests on
> windows and OSX. So if someone more OSX aware could look at the m2
> script for OSX goodness that would be appreciated (I have an OSX box but
> someone with more hands-on experience would do a better job) and if
> someone could whip off a .bat file for m2 that would be great.
> 
> If that is done I'll figure out how to deploy the install over to some
> test boxes and run the integration tests. I've got an OSX box and I can
> probably build a windows box if someone doesn't have one we can use. 
> 
> -- 
> 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 
> 
>