[
http://jira.codehaus.org/browse/MNBMODULE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100712
]
Milos Kleint commented on MNBMODULE-14:
---------------------------------------
Hello, Emilian
I believe it's working correctly. In the sample app I attached, the branding
gets placed in the same cluster as the one sample module. AFAIK that's correct
that way.
There is indeed no way to get rid of "netbeans" directory. If I recall
correctly that's what gets always created by ( or required by) the module ant
tasks from netbeans. I Reuse them to generate everything in order to stay
compatible. That's why the branding gets pot in the same directory location, so
that nbm:cluster can pick it up the same way as the regular netbeans modules'
content.
> nbm:branding appends "netbeans" by default for nbmBuildDir
> ----------------------------------------------------------
>
> Key: MNBMODULE-14
> URL: http://jira.codehaus.org/browse/MNBMODULE-14
> Project: Maven 2.x Netbeans Module Plugin
> Issue Type: Bug
> Affects Versions: 2.5
> Environment: Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_11-b03), maven 2.0.6, maven-nbm-plugin LATEST (2.5)
> Reporter: Emilian Bold
> Assignee: Milos Kleint
> Attachments: platform.zip
>
>
> By default, the nbmBuild dir is set to target/nbm/netbeans/$cluster . There
> is no way to get rid of the "/netbeans/" part, even if I set nbmBuildDir to
> another value :
> <nbmBuildDir>testt</nbmBuildDir>
> and I have cluster and brandingToken set up:
> <cluster>mysuite</cluster>
> <brandingToken>mysuite</brandingToken>
> , I get the branding jars in testt/netbeans/mysuite (which contains the
> core/locale, and modules/locale folders).
> In order to be able to use nbm:cluster and nbm:run-platform, the workarround
> is to change the clusterBuildDir / nbmBuildDir to
> ${project.build.directory}/netbeans (ie. I'm forced to use that "netbeans"
> path).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.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