[ 
https://jira.codehaus.org/browse/MNBMODULE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=297235#comment-297235
 ] 

Emmanuel CAMUS edited comment on MNBMODULE-167 at 4/26/12 4:27 AM:
-------------------------------------------------------------------

The zip try to show the problem : 
* nbmmodule167appsuite : show the NBMMODULE-167 issue
**  nbmmodule167appsuite-groovyasosgi : netbeans module with a dependency to 
groovy-all.jar (osgi bundle)
**  application : netbeans application with a dependency to netbeans groovy 
editor and to groovy-all.jar (osgi bundle)

look for code in pom.xml : "<!-- MNBMODULE-167 :" to see my code.


If you compile nbmmodule167appsuite with : "mvn clean install -X", my problem 
is the message : 
Not including bundle org.netbeans.external:groovy-all:jar. It is already 
included in a NetBeans module.

when you start the application this bundle is missing, because it's not in 
extra/ folder
                
      was (Author: ecamus):
    nbmmodule167appsuite : show the NBMMODULE-167 issue
        nbmmodule167appsuite-groovyasosgi : netbeans module with a dependency 
to groovy-all.jar (osgi bundle)
        application : netbeans application with a dependency to netbeans groovy 
editor and to groovy-all.jar (osgi bundle)

look for code : "<!-- MNBMODULE-167 :" to see my code.


If you compile nbmmodule167appsuite with : "mvn clean install -X", my problem 
is the message : 
Not including bundle org.netbeans.external:groovy-all:jar. It is already 
included in a NetBeans module.

when you start the application this bundle is missing, because it's not in 
extra/ folder
                  
> CreateClusterAppMojo : multiple OSGI bundle not included even if one is in 
> modules ext directory
> ------------------------------------------------------------------------------------------------
>
>                 Key: MNBMODULE-167
>                 URL: https://jira.codehaus.org/browse/MNBMODULE-167
>             Project: Maven NetBeans Module Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.7
>            Reporter: Emmanuel CAMUS
>            Assignee: Jesse Glick
>         Attachments: nbmmodule167appsuite.zip
>
>
> Some NBM modules include dependencies for "OSGI" jar but whitout enabled OSGI 
> dependencies (ex : groovy module with groovy-all.jar). 
> We want to include for another module the groovy-all.jar as an OSGI 
> dependency and use the groovy netbeans module. In the cluster-app goal our 
> dependency is not included caused the one in the groovy module (depends on 
> the order there are added to app cluster).
> One solution is to ignore jar in ext directory to execute code between lines 
> 278 and 289 in the ile CreateClusterAppMojo.java.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to