You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Lance Waterman <la...@gmail.com> on 2007/01/05 05:32:36 UTC

Build Help

I'm trying to do a build on a Window's XP box and find the following error:

[INFO]
-------------------------------------------------------------------------
---
[INFO] Building ODE :: Java Concurrent Objects (JACOB)
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be
ignor
ed for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [apt:execute {execution: default}]
[ERROR] 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error starting apt compiler

Embedded error: Exit code: 1 - 'C:\Program' is not recognized as an internal
or
external command,
operable program or batch file.


Any ideas on how I can get around a space in the path for the apt plugin?

Lance

Re: Build Help

Posted by Matthieu Riou <ma...@gmail.com>.
Windows and Maven on a single machine is a far too high concentration of
evil.

Matthieu

On 1/4/07, Maciej Szefler <mb...@intalio.com> wrote:
>
> Guess the easiest would be to install the JDK in a path without the space
> :(.
>
> Or perhaps try quoting the path in JAVA_HOME, although that seems a
> bit far fetched.
>
>
> -mbs
>
> On 1/4/07, Lance Waterman <la...@gmail.com> wrote:
> > I'm trying to do a build on a Window's XP box and find the following
> error:
> >
> > [INFO]
> >
> -------------------------------------------------------------------------
> > ---
> > [INFO] Building ODE :: Java Concurrent Objects (JACOB)
> > [INFO]    task-segment: [install]
> > [INFO]
> >
> -------------------------------------------------------------------------
> > ---
> > [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will
> be
> > ignor
> > ed for artifact resolution. Reason: Not a v4.0.0 POM.
> > [INFO] [apt:execute {execution: default}]
> > [ERROR] 'C:\Program' is not recognized as an internal or external
> command,
> > operable program or batch file.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Error starting apt compiler
> >
> > Embedded error: Exit code: 1 - 'C:\Program' is not recognized as an
> internal
> > or
> > external command,
> > operable program or batch file.
> >
> >
> > Any ideas on how I can get around a space in the path for the apt
> plugin?
> >
> > Lance
> >
> >
>

Re: Build Help

Posted by Maciej Szefler <mb...@intalio.com>.
Guess the easiest would be to install the JDK in a path without the space :(.

Or perhaps try quoting the path in JAVA_HOME, although that seems a
bit far fetched.


-mbs

On 1/4/07, Lance Waterman <la...@gmail.com> wrote:
> I'm trying to do a build on a Window's XP box and find the following error:
>
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building ODE :: Java Concurrent Objects (JACOB)
> [INFO]    task-segment: [install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be
> ignor
> ed for artifact resolution. Reason: Not a v4.0.0 POM.
> [INFO] [apt:execute {execution: default}]
> [ERROR] 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error starting apt compiler
>
> Embedded error: Exit code: 1 - 'C:\Program' is not recognized as an internal
> or
> external command,
> operable program or batch file.
>
>
> Any ideas on how I can get around a space in the path for the apt plugin?
>
> Lance
>
>