You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Prasad Kashyap <go...@gmail.com> on 2006/07/13 18:33:37 UTC

[M2 build] geronimo-deployment-plugin build fails on Windows

The geronimo-deployment-plugin build fails on windoze with the following error.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\Apache\geronimo\sandbox\m2migration\m2-plugins\geronimo-deployment-plugin\src\java\org\apache\geronimo\plugins\deployment\StartRemoteServerMojo.java:[158,44]
cannot resolve symbol
symbol  : method getPid ()
location: class org.codehaus.plexus.util.cli.Commandline

This pom on Linux downloads versions 1.0.4, 1.0.5, 1.1 and 1.2 of
org.codehaus.plexus:plexus-utils.

The same pom on Windows downloads versions 1.0.4,, 1.0.5 and 1.1 of
org.codehaus.plexus:plexus-utils. The 1.2 version is missing.

Cheers
Prasad

Re: [M2 build] geronimo-deployment-plugin build fails on Windows

Posted by Jason Dillon <ja...@planet57.com>.
I will take a look.

Not sure why so many versions of the same dependency are getting  
picked up.

I think the m2 folks need to update their poms.

--jason


On Jul 13, 2006, at 9:33 AM, Prasad Kashyap wrote:

> The geronimo-deployment-plugin build fails on windoze with the  
> following error.
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD FAILURE
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Compilation failure
>
> C:\Apache\geronimo\sandbox\m2migration\m2-plugins\geronimo- 
> deployment-plugin\src\java\org\apache\geronimo\plugins\deployment 
> \StartRemoteServerMojo.java:[158,44]
> cannot resolve symbol
> symbol  : method getPid ()
> location: class org.codehaus.plexus.util.cli.Commandline
>
> This pom on Linux downloads versions 1.0.4, 1.0.5, 1.1 and 1.2 of
> org.codehaus.plexus:plexus-utils.
>
> The same pom on Windows downloads versions 1.0.4,, 1.0.5 and 1.1 of
> org.codehaus.plexus:plexus-utils. The 1.2 version is missing.
>
> Cheers
> Prasad


Re: [M2 build] geronimo-deployment-plugin build fails on Windows

Posted by Jason Dillon <ja...@planet57.com>.
Um...

Are you sure?  Sounds very fishy... I'd expect that you would see a  
dependency related failure if 1.2 could not be resolved... or you  
don't have the latest code.

If you are not bootstrapping the m2migration tree, be sure to at  
least sync and bootstrap genesis.  This is a minor annoyance until we  
get this puppy published.  But until then we need to be sure to keep  
local genesis artifacts updated.

--jason


On Jul 13, 2006, at 9:33 AM, Prasad Kashyap wrote:

> The geronimo-deployment-plugin build fails on windoze with the  
> following error.
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD FAILURE
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Compilation failure
>
> C:\Apache\geronimo\sandbox\m2migration\m2-plugins\geronimo- 
> deployment-plugin\src\java\org\apache\geronimo\plugins\deployment 
> \StartRemoteServerMojo.java:[158,44]
> cannot resolve symbol
> symbol  : method getPid ()
> location: class org.codehaus.plexus.util.cli.Commandline
>
> This pom on Linux downloads versions 1.0.4, 1.0.5, 1.1 and 1.2 of
> org.codehaus.plexus:plexus-utils.
>
> The same pom on Windows downloads versions 1.0.4,, 1.0.5 and 1.1 of
> org.codehaus.plexus:plexus-utils. The 1.2 version is missing.
>
> Cheers
> Prasad