I have a module suite project built with ant. I've got a module project built with maven. What's the best way for the suite to use the module? If the module was built by ant, I could add it to the suite's platform.properties; and then use it.

In project "a_proj" after mvn install, in target there's an nbm and a structure except for the extra extra (which doesn't show up in jar -tf xxx.nbm).

   target/nbm
   target/nbm/a_mod-1.0-SNAPSHOT.nbm
   target/nbm/netbeans
   target/nbm/netbeans/extra
   target/nbm/netbeans/extra/config
   target/nbm/netbeans/extra/modules
   target/nbm/netbeans/extra/modules/ext
   target/nbm/netbeans/extra/update_tracking

I guess I have to install the nbm into an instance of netbeans and point the module suite to that. Is there a documented/recommended technique for this? Any gotchas to watch out for.

I remember something about installing globally, but I don't see a UI for that, and that's not what I want in general. When I make this available, it's just a bunch of nbm that get installed together.

-ernie


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to