You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Stefan Essl <es...@studi.informatik.uni-stuttgart.de> on 2011/08/18 10:08:48 UTC

Problems building smx4

Hi everybody,

I'm having problems building smx4:

"[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.4:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project loan-broker-sa: The service unit loan-broker-drools-su does not have a dependency which is packaged as a jbi-component or a project property 'componentName' -> [Help 1]"

Here is what I did:
- svn co http://svn.apache.org/repos/asf/servicemix/smx4/
- cd all
- mvn install

Here is mvn --version:
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Java version: 1.6.0_26, vendor: Sun Microsystems Inc.

What am I doing wrong?

Regards,
Stefan

Re: Problems building smx4

Posted by Stefan Essl <es...@studi.informatik.uni-stuttgart.de>.
Hi JB,

one further note: In the meantime I tried several different machines (listed below) and get the exactly same error on each of them.

[Machine 1]
Mac OS X 10.6.8
>> java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
>> mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
>> svn info
URL: http://svn.apache.org/repos/asf/servicemix/smx4
Revision: 1160135

[Machine 2]
Debian GNU/Linux 6.0.2 (squeeze)
>> java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
>> mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
>> svn info
URL: http://svn.apache.org/repos/asf/servicemix/smx4
Revision: 1160135

[Machine 3]
Debian GNU/Linux 5.0.8 (lenny)
>> java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>> mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
>> svn info
URL: http://svn.apache.org/repos/asf/servicemix/smx4
Revision: 1160135

Regards,
Stefan


Am 19.08.2011 um 08:47 schrieb Jean-Baptiste Onofré:

> Hi Stefan,
> 
> I'm gonna take a look on that.
> 
> Regards
> JB
> 
> On 08/18/2011 10:08 AM, Stefan Essl wrote:
>> Hi everybody,
>> 
>> I'm having problems building smx4:
>> 
>> "[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.4:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project loan-broker-sa: The service unit loan-broker-drools-su does not have a dependency which is packaged as a jbi-component or a project property 'componentName' ->  [Help 1]"
>> 
>> Here is what I did:
>> - svn co http://svn.apache.org/repos/asf/servicemix/smx4/
>> - cd all
>> - mvn install
>> 
>> Here is mvn --version:
>> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
>> Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>> 
>> What am I doing wrong?
>> 
>> Regards,
>> Stefan
> 
> -- 
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com


Re: Problems building smx4

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Stefan,

I'm gonna take a look on that.

Regards
JB

On 08/18/2011 10:08 AM, Stefan Essl wrote:
> Hi everybody,
>
> I'm having problems building smx4:
>
> "[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.4:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project loan-broker-sa: The service unit loan-broker-drools-su does not have a dependency which is packaged as a jbi-component or a project property 'componentName' ->  [Help 1]"
>
> Here is what I did:
> - svn co http://svn.apache.org/repos/asf/servicemix/smx4/
> - cd all
> - mvn install
>
> Here is mvn --version:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>
> What am I doing wrong?
>
> Regards,
> Stefan

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Fwd: Problems building smx4

Posted by Stefan Essl <es...@studi.informatik.uni-stuttgart.de>.
Hi everybody,

could anybody please help me out here? The website only states how to build smx3 but I'm trying to build smx4 and get it up and running as stated in the mail below.

Regards,
Stefan


Anfang der weitergeleiteten E-Mail:

> Von: Stefan Essl <es...@studi.informatik.uni-stuttgart.de>
> Datum: 18. August 2011 10:08:48 MESZ
> An: users@servicemix.apache.org
> Betreff: Problems building smx4
> Antwort an: users@servicemix.apache.org
> 
> Hi everybody,
> 
> I'm having problems building smx4:
> 
> "[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.4:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project loan-broker-sa: The service unit loan-broker-drools-su does not have a dependency which is packaged as a jbi-component or a project property 'componentName' -> [Help 1]"
> 
> Here is what I did:
> - svn co http://svn.apache.org/repos/asf/servicemix/smx4/
> - cd all
> - mvn install
> 
> Here is mvn --version:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
> 
> What am I doing wrong?
> 
> Regards,
> Stefan