You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2008/04/18 11:50:32 UTC

OpenEJB build's BUILD SUCCESSFUL with Maven 2.0.9 on WinXP/t60p/Cygwin

Hi,

Can anyone confirm we're on a good way to resolve our build issues
that seem to disappear all of a sudden with maven 2.0.9? I could run

jlaskowski@work /cygdrive/c/oss/openejb3
$ svn up && mvn clean install -Dassemble

with

jlaskowski@work /cygdrive/c/oss/openejb3
$ mvn -v
Maven version: 2.0.9
Java version: 1.5.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

and got

[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 minutes 17 seconds
[INFO] Finished at: Fri Apr 18 11:43:10 CEST 2008
[INFO] Final Memory: 76M/254M
[INFO] ------------------------------------------------------------------------

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: OpenEJB build's BUILD SUCCESSFUL with Maven 2.0.9 on WinXP/t60p/Cygwin

Posted by "Daniel S. Haischt" <da...@googlemail.com>.
okay I thought that you may fear that a DOS box may probably
yield a build that fails :)


Jacek Laskowski wrote:
> On Fri, Apr 18, 2008 at 8:16 PM, Daniel S. Haischt
> <da...@googlemail.com> wrote:
> 
>>  just out of curiousity: Why are you testing under Cygwin instead of just
>>  Windoze and a DOS command prompt?
> 
> Just because I can define many aliases, shortcuts, play with emacs key
> bindings and such so if I have to choose cmd or cygwin the later wins.
> 
> Jacek
> 


Re: OpenEJB build's BUILD SUCCESSFUL with Maven 2.0.9 on WinXP/t60p/Cygwin

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On Fri, Apr 18, 2008 at 8:16 PM, Daniel S. Haischt
<da...@googlemail.com> wrote:

>  just out of curiousity: Why are you testing under Cygwin instead of just
>  Windoze and a DOS command prompt?

Just because I can define many aliases, shortcuts, play with emacs key
bindings and such so if I have to choose cmd or cygwin the later wins.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: OpenEJB build's BUILD SUCCESSFUL with Maven 2.0.9 on WinXP/t60p/Cygwin

Posted by "Daniel S. Haischt" <da...@googlemail.com>.
Hi Jacek,

just out of curiousity: Why are you testing under Cygwin instead of just
Windoze and a DOS command prompt?

Jacek Laskowski wrote:
> Hi,
> 
> Can anyone confirm we're on a good way to resolve our build issues
> that seem to disappear all of a sudden with maven 2.0.9? I could run
> 
> jlaskowski@work /cygdrive/c/oss/openejb3
> $ svn up && mvn clean install -Dassemble
> 
> with
> 
> jlaskowski@work /cygdrive/c/oss/openejb3
> $ mvn -v
> Maven version: 2.0.9
> Java version: 1.5.0_14
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> 
> and got
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 12 minutes 17 seconds
> [INFO] Finished at: Fri Apr 18 11:43:10 CEST 2008
> [INFO] Final Memory: 76M/254M
> [INFO] ------------------------------------------------------------------------
> 
> Jacek
>