[ 
http://jira.codehaus.org/browse/MNBMODULE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142739#action_142739
 ] 

Johan Andrén commented on MNBMODULE-33:
---------------------------------------

We want a consistent application on the exact same netbeans RCP in every place 
we build our application (individual developer workstation, ci server etc.). 
Therefore it is not practical for us to use the netbeans IDE as platform when 
using the nbm-plugin.


We have worked around this by creating a zip-file of our netbeans RCP that we 
have deployed on our local maven repository and then we use the maven 
dependency plugin to extract it into 'target/' before running the nbm-plugin. 
The nbm plugin is then pointed to the extracted RCP suite with the 
netbeansInstallation flag.


Since we have quite some special requirements for the nbm plugin we have 
branched it to our own in-house version, but I try to give changes that could 
be of interest for others back to the community. Possibly this patch was not 
very interesting for most of the users, in that case feel fre to just ignore it.


Hopes this makes sense to you now.



> nbexec might lack exeution permissions
> --------------------------------------
>
>                 Key: MNBMODULE-33
>                 URL: http://jira.codehaus.org/browse/MNBMODULE-33
>             Project: Maven 2.x Netbeans Module Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.7
>            Reporter: Johan Andrén
>            Assignee: Milos Kleint
>            Priority: Minor
>         Attachments: platform-exec.patch, platform-exec.patch
>
>
> In our setup we use an artifact with our netbeans platform suite instead of 
> the netbeans installation of the current workstation. When doing this on 
> linux and osx we get errors starting the application with the run-platform 
> target because the extracted artifact (a zip-file) does not keep the 
> execution permissions on the starter.
> This patch runs a chmod if the starter lacks execution permission on unix 
> os:es.

-- 
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


Reply via email to