status of plugin migration for netbeans 9 @ apache?

2018-07-15 Thread hanas...@gmail.com
Is there a status page for migration of plugins from netbeans.org to netbeans@apache? Specifically looking for the gradle plugin. Thank you so much! - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For a

Re: JUnit 5

2018-08-08 Thread hanas...@gmail.com
Happy to. Also put together a quickie helloworld. https://github.com/hanasaki/helloworld-gradle On 8/8/18 4:06 AM, Geertjan Wielenga wrote: Hi all, Now that the dust around the first Apache NetBeans release is settling and we're converging around a tentative release cycle, maybe we could look

Netbeans future platform and IDE packaging and design - brainstorming

2019-01-28 Thread hanas...@gmail.com
May I also suggest the following pattern for future release consideration? Maven'like / semver.org : using X.Y.Z * The netbeans "product" would be X.Y with any value for Z being 100% compatible with X.Y * Thus an executable netbeans jar of netbeans-x.y.z.jar and maybe netbeans-x.y.jar whic

Re: Release Apache NetBeans parent pom 1.0

2019-02-18 Thread hanas...@gmail.com
Maybe consider A="netbeans-parent" In the absence of OSGI, "parent" is common and ambiguous across multiple projects. Example: I have been on projects that ended up with transitive dependencies of multiple "utility.jar" from different groups. While less likely with a parent, IMHO still a col

Re: plugins.netbeans.org / netbeans.org

2019-04-07 Thread hanas...@gmail.com
Suggestion: - no need for plugin registry and hashes in plugin registry - use the maven/gradle resolver lib for plugin dependencies : reuse repo libs from mvn, gradle or Arquillian - publish the plugin in standard mvn central - if there is need of ex