NetBeans Platform 9

2018-11-21 Thread Christian Bourque
Hi, We develop an application this is based on the NetBeans Platform and I was wondering where we could get updates for the new NetBeans release? We're currently using this Maven repository to get the NetBeans Platform artefacts: http://bits.netbeans.org/maven2/, but it hasn't been updated for Ne

Re: NetBeans Platform 9

2018-11-21 Thread Dmitry Avtonomov
Directly from the repository: https://github.com/apache/incubator-netbeans And watch these 5 videos by GJ: 1) https://youtu.be/VC8gQJknPaU 2) https://youtu.be/rufG7VE-u9s 3) https://youtu.be/a1F2FkhZfQM 4) https://youtu.be/iv4osiFZDP0 5) https://youtu.be/UaGdctQWt_4 On Wed, Nov 21, 2018 at 10

Re: NetBeans Platform 9

2018-11-21 Thread Christian Bourque
This is the GitHub page for the NetBeans source code... I'm looking for the Maven repository that contains the binary artefacts! On Wed, Nov 21, 2018 at 1:35 PM Dmitry Avtonomov < dmitriy.avtono...@gmail.com> wrote: > Directly from the repository: https://github.com/apache/incubator-netbeans >

Re: NetBeans Platform 9

2018-11-21 Thread Neil C Smith
On Wed, 21 Nov 2018 at 18:39, Christian Bourque wrote: > I'm looking for the Maven repository that contains the binary artefacts! There isn't one currently. Look through the archive here for a few threads on this, or this issue which has some info on building sources for use with Maven - https:/

Re: NetBeans Platform 9

2018-11-21 Thread Christian Bourque
Thanks a lot Neil! On Wed, Nov 21, 2018 at 1:45 PM Neil C Smith wrote: > On Wed, 21 Nov 2018 at 18:39, Christian Bourque > wrote: > > I'm looking for the Maven repository that contains the binary artefacts! > > There isn't one currently. Look through the archive here for a few > threads on thi

Re: NetBeans Platform 9

2018-11-26 Thread Jean-Marc Borer
Hi Christian, I recently did it myself. You need to download and compile the deploy plugin yourself, because I could not find it on central or elsewhere. Get it from : https://github.com/apache/incubator-netbeans-mavenutils/tree/master/nb-repository-plugin Then go the sources you have cloned fro

Re: NetBeans Platform 9

2018-11-26 Thread Jean-Marc Borer
I should add, that I compiled the tag "release90" and that this version still uses groupid "org.netbeans.api" and not something with apache inside. Therefore I could simply replace the version id RELEASE82 by RELEASE90 without any kind of adaptations. Nice. On Mon, Nov 26, 2018 at 9:50 AM Jean-Mar

Re: NetBeans Platform 9

2018-11-26 Thread Jean-Marc Borer
Actually, I would suggest to get the code from https://github.com/apache/incubator-netbeans/releases/tag/9.0 On Mon, Nov 26, 2018 at 9:54 AM Jean-Marc Borer wrote: > I should add, that I compiled the tag "release90" and that this version > still uses groupid "org.netbeans.api" and not something

Re: NetBeans Platform 9

2018-11-26 Thread Christian Bourque
Hi Jean-Marc, This is very interesting thanks a lot! I'll give it a shot for sure! Christian On Mon, Nov 26, 2018 at 4:51 AM Jean-Marc Borer wrote: > Hi Christian, > > I recently did it myself. You need to download and compile the deploy > plugin yourself, because I could not find it on centra