You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Gabriele Columbro <co...@gmail.com> on 2010/07/01 00:13:52 UTC

Re: Cannot Build the Client Libraries

Hey Chris,

On Jul 1, 2010, at 9:49 AM, Chris Smith wrote:

> Hi,
>
> I'm trying to build the client library using:
>
> mvn package assembly:assembly -Dmaven.test.skip=true

The assembly plugin is only configured with a proper assembly  
descriptor in the "apache-release profile".

Can you just try something like:

'mvn clean install -Papache-release'

?

HTH,
ciao!

Gab


>
>
> but I get a BUILD ERROR:
>
> Error reading assemblies: No assembly descriptors found.
>
>
> I'm using revision: 959447
>
> Any advice?
>
> Thanks.
> Chris

-- 

Eng. Gabriele Columbro
Alfresco Software, Ltd.

M: +31 (0)627 565 103
P: +39 320 161 28 46
D: +44 (0)1628 876 654

Skype: gabrielecolumbro
Blog: http://www.mindthegab.com
Twitter: http://twitter.com/mindthegabz




RE: Cannot Build the Client Libraries

Posted by "Klevenz, Stephan" <st...@sap.com>.
It's working.

Thanks for the hint,
Stephan

-----Original Message-----
From: Florian Müller [mailto:fmueller@opentext.com] 
Sent: Donnerstag, 1. Juli 2010 12:46
To: chemistry-dev@incubator.apache.org
Subject: RE: Cannot Build the Client Libraries

Hi Stephan,

It should work if you have wget in your path.


Cheers,

Florian

-----Original Message-----
From: Klevenz, Stephan [mailto:stephan.klevenz@sap.com] 
Sent: Donnerstag, 1. Juli 2010 08:14
To: chemistry-dev@incubator.apache.org
Subject: RE: Cannot Build the Client Libraries

Gab,

I have missed the assembly build, too. When I try using the apache-release profile I'm getting this error result (s. below). Does that profile require a special environment?

Regards,
Stephan


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   OpenCMIS
[INFO]   OpenCMIS Commons API
[INFO]   OpenCMIS Commons Implementation
[INFO]   OpenCMIS Client API
[INFO]   OpenCMIS Client Bindings Implementation
[INFO]   OpenCMIS Test Utilities
[INFO]   OpenCMIS Client Implementation
[INFO]   OpenCMIS Server Implementation
[INFO]   OpenCMIS Server Support
[INFO]   OpenCMIS InMemory Server Implementation
[INFO]   OpenCMIS FileShare Server Implementation
[INFO]   OpenCMIS Full Integration Tests
[INFO]   OpenCMIS Test Compatibility Kit
[INFO]   OpenCMIS Tools
[INFO]   OpenCMIS Browser
[INFO]   OpenCMIS Browser Application
[INFO]   Distribution project for OpenCmis assemblies
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenCMIS
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: C:\workspace\chemistry\trunk\target (included: [**], excluded: [])
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [exec:exec {execution: fetch-docs}]
[INFO] 'wget' is not recognized as an internal or external command,
[INFO] operable program or batch file.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Result of cmd.exe /X /C "wget --directory-prefix=C:\workspace\chemistry\trunk\target/site --domains=incubator.apache.org --mirror -k -np --include-directories=/chemistry --exclude-directories=/chemistry/javadoc http://incubator.apache.org/chemistry/index.html" execution is: '1'.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Jul 01 08:10:50 CEST 2010
[INFO] Final Memory: 32M/247M
[INFO] ------------------------------------------------------------------------
C:\workspace\chemistry\trunk>

-----Original Message-----
From: Gabriele Columbro [mailto:columbro@gmail.com] 
Sent: Donnerstag, 1. Juli 2010 00:14
To: chemistry-dev@incubator.apache.org
Subject: Re: Cannot Build the Client Libraries

Hey Chris,

On Jul 1, 2010, at 9:49 AM, Chris Smith wrote:

> Hi,
>
> I'm trying to build the client library using:
>
> mvn package assembly:assembly -Dmaven.test.skip=true

The assembly plugin is only configured with a proper assembly  
descriptor in the "apache-release profile".

Can you just try something like:

'mvn clean install -Papache-release'

?

HTH,
ciao!

Gab


>
>
> but I get a BUILD ERROR:
>
> Error reading assemblies: No assembly descriptors found.
>
>
> I'm using revision: 959447
>
> Any advice?
>
> Thanks.
> Chris

-- 

Eng. Gabriele Columbro
Alfresco Software, Ltd.

M: +31 (0)627 565 103
P: +39 320 161 28 46
D: +44 (0)1628 876 654

Skype: gabrielecolumbro
Blog: http://www.mindthegab.com
Twitter: http://twitter.com/mindthegabz




RE: Cannot Build the Client Libraries

Posted by Florian Müller <fm...@opentext.com>.
Hi Stephan,

It should work if you have wget in your path.


Cheers,

Florian

-----Original Message-----
From: Klevenz, Stephan [mailto:stephan.klevenz@sap.com] 
Sent: Donnerstag, 1. Juli 2010 08:14
To: chemistry-dev@incubator.apache.org
Subject: RE: Cannot Build the Client Libraries

Gab,

I have missed the assembly build, too. When I try using the apache-release profile I'm getting this error result (s. below). Does that profile require a special environment?

Regards,
Stephan


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   OpenCMIS
[INFO]   OpenCMIS Commons API
[INFO]   OpenCMIS Commons Implementation
[INFO]   OpenCMIS Client API
[INFO]   OpenCMIS Client Bindings Implementation
[INFO]   OpenCMIS Test Utilities
[INFO]   OpenCMIS Client Implementation
[INFO]   OpenCMIS Server Implementation
[INFO]   OpenCMIS Server Support
[INFO]   OpenCMIS InMemory Server Implementation
[INFO]   OpenCMIS FileShare Server Implementation
[INFO]   OpenCMIS Full Integration Tests
[INFO]   OpenCMIS Test Compatibility Kit
[INFO]   OpenCMIS Tools
[INFO]   OpenCMIS Browser
[INFO]   OpenCMIS Browser Application
[INFO]   Distribution project for OpenCmis assemblies
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenCMIS
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: C:\workspace\chemistry\trunk\target (included: [**], excluded: [])
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [exec:exec {execution: fetch-docs}]
[INFO] 'wget' is not recognized as an internal or external command,
[INFO] operable program or batch file.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Result of cmd.exe /X /C "wget --directory-prefix=C:\workspace\chemistry\trunk\target/site --domains=incubator.apache.org --mirror -k -np --include-directories=/chemistry --exclude-directories=/chemistry/javadoc http://incubator.apache.org/chemistry/index.html" execution is: '1'.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Jul 01 08:10:50 CEST 2010
[INFO] Final Memory: 32M/247M
[INFO] ------------------------------------------------------------------------
C:\workspace\chemistry\trunk>

-----Original Message-----
From: Gabriele Columbro [mailto:columbro@gmail.com] 
Sent: Donnerstag, 1. Juli 2010 00:14
To: chemistry-dev@incubator.apache.org
Subject: Re: Cannot Build the Client Libraries

Hey Chris,

On Jul 1, 2010, at 9:49 AM, Chris Smith wrote:

> Hi,
>
> I'm trying to build the client library using:
>
> mvn package assembly:assembly -Dmaven.test.skip=true

The assembly plugin is only configured with a proper assembly  
descriptor in the "apache-release profile".

Can you just try something like:

'mvn clean install -Papache-release'

?

HTH,
ciao!

Gab


>
>
> but I get a BUILD ERROR:
>
> Error reading assemblies: No assembly descriptors found.
>
>
> I'm using revision: 959447
>
> Any advice?
>
> Thanks.
> Chris

-- 

Eng. Gabriele Columbro
Alfresco Software, Ltd.

M: +31 (0)627 565 103
P: +39 320 161 28 46
D: +44 (0)1628 876 654

Skype: gabrielecolumbro
Blog: http://www.mindthegab.com
Twitter: http://twitter.com/mindthegabz




RE: Cannot Build the Client Libraries

Posted by "Klevenz, Stephan" <st...@sap.com>.
Gab,

I have missed the assembly build, too. When I try using the apache-release profile I'm getting this error result (s. below). Does that profile require a special environment?

Regards,
Stephan


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   OpenCMIS
[INFO]   OpenCMIS Commons API
[INFO]   OpenCMIS Commons Implementation
[INFO]   OpenCMIS Client API
[INFO]   OpenCMIS Client Bindings Implementation
[INFO]   OpenCMIS Test Utilities
[INFO]   OpenCMIS Client Implementation
[INFO]   OpenCMIS Server Implementation
[INFO]   OpenCMIS Server Support
[INFO]   OpenCMIS InMemory Server Implementation
[INFO]   OpenCMIS FileShare Server Implementation
[INFO]   OpenCMIS Full Integration Tests
[INFO]   OpenCMIS Test Compatibility Kit
[INFO]   OpenCMIS Tools
[INFO]   OpenCMIS Browser
[INFO]   OpenCMIS Browser Application
[INFO]   Distribution project for OpenCmis assemblies
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenCMIS
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: C:\workspace\chemistry\trunk\target (included: [**], excluded: [])
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [exec:exec {execution: fetch-docs}]
[INFO] 'wget' is not recognized as an internal or external command,
[INFO] operable program or batch file.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Result of cmd.exe /X /C "wget --directory-prefix=C:\workspace\chemistry\trunk\target/site --domains=incubator.apache.org --mirror -k -np --include-directories=/chemistry --exclude-directories=/chemistry/javadoc http://incubator.apache.org/chemistry/index.html" execution is: '1'.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Jul 01 08:10:50 CEST 2010
[INFO] Final Memory: 32M/247M
[INFO] ------------------------------------------------------------------------
C:\workspace\chemistry\trunk>

-----Original Message-----
From: Gabriele Columbro [mailto:columbro@gmail.com] 
Sent: Donnerstag, 1. Juli 2010 00:14
To: chemistry-dev@incubator.apache.org
Subject: Re: Cannot Build the Client Libraries

Hey Chris,

On Jul 1, 2010, at 9:49 AM, Chris Smith wrote:

> Hi,
>
> I'm trying to build the client library using:
>
> mvn package assembly:assembly -Dmaven.test.skip=true

The assembly plugin is only configured with a proper assembly  
descriptor in the "apache-release profile".

Can you just try something like:

'mvn clean install -Papache-release'

?

HTH,
ciao!

Gab


>
>
> but I get a BUILD ERROR:
>
> Error reading assemblies: No assembly descriptors found.
>
>
> I'm using revision: 959447
>
> Any advice?
>
> Thanks.
> Chris

-- 

Eng. Gabriele Columbro
Alfresco Software, Ltd.

M: +31 (0)627 565 103
P: +39 320 161 28 46
D: +44 (0)1628 876 654

Skype: gabrielecolumbro
Blog: http://www.mindthegab.com
Twitter: http://twitter.com/mindthegabz