You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/07/25 04:19:00 UTC

[jira] Resolved: (SMX4-74) can't build features trunk with clean local repo

     [ https://issues.apache.org/activemq/browse/SMX4-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-74.
------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=679645&view=rev

> can't build features trunk with clean local repo
> ------------------------------------------------
>
>                 Key: SMX4-74
>                 URL: https://issues.apache.org/activemq/browse/SMX4-74
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get error as follows
> Missing:
> ----------
> 1) org.drools:drools-compiler:jar:4.0.7
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=4.0.7 -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=org.drools -DartifactId=drools-compiler -Dversion=4.0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) org.apache.servicemix.examples.loan-broker:loan-broker-drools-su:jbi-service-unit:4.0-m2-SNAPSHOT
>         2) org.drools:drools-compiler:jar:4.0.7
> ----------
> seems the drools lib get removed from public maven repo, we need add jboss repo url to the pom.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.