Thanks,
I did not find a downloadable platform so I used the 11.3 IDE binary
instead.
Patched and added it to "NetBeans Platforms".

I was unable to find where to setup my maven based platform application to
use this new platform.
However, in an ant based one it was easy to discover in the GUI.

Based on this and the following line in the platform.properties
nbplatform.active=Apache_NetBeans_IDE_11.3patched
I added this to my pom, without any luck though.

<nbplatform.active>Apache_NetBeans_IDE_11.3patched</nbplatform.active>

<netbeaans.platform>Apache_NetBeans_IDE_11.3patched</netbeaans.platform>

Perhaps it should be set in the configuration of nbm-maven-plugin, but I
could not figure it out.

The question now is, How do I tell my maven based platform application to
use this platform?

/Patrik

Den mån 1 juni 2020 kl 22:00 skrev Laszlo Kishalmi <
laszlo.kisha...@gmail.com>:

> Well, Snap is read-only and always will be, this is one of it's beauty.
>
> If you need to develop against the platform you can download the
> platform (or IDE binary) , then patch it there, and add the platform to
> the platforms.
>
> When it is merged you could use the netbeans-dev Snap package which is
> updated every Thursday from master.
>
> On 6/1/20 11:43 AM, Patrik Karlström wrote:
> > Until https://github.com/apache/netbeans/pull/2153 is merged and
> > released I thought I would edit my own app.sh
> > in /snap/netbeans/29/netbeans/harness/launchers/.
> >
> > Since everything below /snap is read-only, is it another way?
> >
> > As a stab in the dark I
> > created /home/pata/snap/netbeans/29/netbeans/harness/launchers/app.sh
> > hoping it would be overlayed, but no such luck.
> >
> > I also tried to change the options in 'NetBeans Platform Manager' but
> > it's only 'Harness supplied with IDE' that's enabled.
> >
> > Could this be done using the nb ide snap or should I revert to the
> > classic binary?
> >
> > /Patrik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Reply via email to