Re: Building groovy cluster

2018-09-12 Thread Geertjan Wielenga
Sven, the discussion here should help you too: https://issues.apache.org/jira/browse/NETBEANS-1229 Gj On Thu, Sep 13, 2018 at 12:16 AM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > I also see a problem relating to 'hibernateweb', which is in the root > folder but doesn't

Re: Building groovy cluster

2018-09-12 Thread Geertjan Wielenga
I also see a problem relating to 'hibernateweb', which is in the root folder but doesn't belong there. "Cannot find build prerequisite org.netbeans.api.web.webmodule of /Users/geertjanwielenga/incubator-netbeans/hibernateweb." Gj On Thu, Sep 13, 2018 at 12:13 AM, Geertjan Wielenga <

Re: Building groovy cluster

2018-09-12 Thread Geertjan Wielenga
I have just run "ant -Dcluster.config=groovy" on the root folder and that indeed resulted in: Target "all-groovy.antproject" does not exist in the project "main". It is used from target "nbmerge-build-one-cluster". However, until we figure out how to fix that, there's no reason why you can't use

Re: Building groovy cluster

2018-09-12 Thread Geertjan Wielenga
Maybe, because of all the restructuring, recreate a fork from scratch and git clone that. Gj On Thu, Sep 13, 2018 at 12:06 AM, Sven Reimers wrote: > Ok. > > Will retry tomorrow.. > > Sven > > Geertjan Wielenga schrieb am > Do., 13. Sep. 2018, 00:00: > > > So when you do a git clone and run

Re: Building groovy cluster

2018-09-12 Thread Sven Reimers
Ok. Will retry tomorrow.. Sven Geertjan Wielenga schrieb am Do., 13. Sep. 2018, 00:00: > So when you do a git clone and run 'ant build' on that clone you get that > result? > > If so, maybe something is cached somewhere, I don't know, have been > building a lot today from scratch without any

Re: Building groovy cluster

2018-09-12 Thread Geertjan Wielenga
So when you do a git clone and run 'ant build' on that clone you get that result? If so, maybe something is cached somewhere, I don't know, have been building a lot today from scratch without any problems. Gj On Wed, Sep 12, 2018 at 11:49 PM, Sven Reimers wrote: > Trying on actual master what

Re: Building groovy cluster

2018-09-12 Thread Sven Reimers
Trying on actual master what you proposed i get BUILD FAILED /Users/sven/work/netbeans-groovy-work/incubator-netbeans/nbbuild/build.xml:478: The following error occurred while executing this line: /Users/sven/work/netbeans-groovy-work/incubator-netbeans/nbbuild/build.xml:473: The following error

Re: http://planetnetbeans.org

2018-09-12 Thread Geertjan Wielenga
https://github.com/apache/incubator-netbeans/pull/868 https://issues.apache.org/jira/browse/NETBEANS-1241 Gj On Tue, Sep 11, 2018 at 2:58 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Everything is temporary in the world. Nothing is no longer. :-) > > Gj > > > On Tuesday,

Re: ApacheCon Presentation

2018-09-12 Thread Geertjan Wielenga
Yes, I think it will be a great presentation, the abstract and title are great too IMHO. Hope it will be recorded! Gj On Wed, Sep 12, 2018 at 1:53 PM, Neil C Smith wrote: > On Mon, 3 Sep 2018 at 18:21, Kenneth Fogel > wrote: > > I don’t want to bore my audience with too much background. I was

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Geertjan Wielenga
Please, that is not related to this thread, we need to keep this focused. Gj On Wed, Sep 12, 2018 at 4:55 PM, Kenneth Fogel wrote: > Does anyone say Eclipse IDE or IntelliJ IDE? Maybe its time to just call > it NetBeans. Just thinking out loud. > > -Original Message- > From: Geertjan

RE: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Kenneth Fogel
Does anyone say Eclipse IDE or IntelliJ IDE? Maybe its time to just call it NetBeans. Just thinking out loud. -Original Message- From: Geertjan Wielenga Sent: September 12, 2018 8:04 AM To: dev Subject: Re: ide.etc -- should that be inside 'ide' That's great. Yes, I wonder where

Re: PHP readiness for Apache NetBeans 10?

2018-09-12 Thread Geertjan Wielenga
Hi all, Good news, I am able to build Apache NetBeans from sources, including PHP, however, I had to set the following on line 29, i.e., in cluster.config.basic.list: ${clusters.config.php.list} That is because 'php.project' depends on various modules in 'webcommon', e.g., on

RE: dpi on Windows Java 9

2018-09-12 Thread Kenneth Fogel
I continue to change -J-Dsun.java2d.dpiaware=true to false to have NetBeans appear properly and respect Microsoft scaling on a Hi DPI display. Having everything scalable regardless of the display is a worthwhile goal. The same for having control of the font size for everything, not just the

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Geertjan Wielenga
That's great. Yes, I wonder where that projectopener is used, but this is somehow a clue maybe: "Application for opening projects downloaded from web in NetBeans IDE". https://github.com/apache/incubator-netbeans/blob/master/ide.etc/projectopener/nbproject/project.properties If it's not used

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Ralph Benjamin Ruijs
Hiding it inside the ide folder, before cleaning it up, is not ideal :) Can you give me a couple of days, I'll create a PR with either a proposal to clean it up, or moving it into ide ? btw, I can't find any reference to the projectopener project inside ide.etc. - Ralph On Wed, Sep 12, 2018 at

Re: ApacheCon Presentation

2018-09-12 Thread Neil C Smith
On Mon, 3 Sep 2018 at 18:21, Kenneth Fogel wrote: > I don’t want to bore my audience with too much background. I was thinking of > downloading and running Praxis as a demo of NetBeans as a platform. Nice! :-) Thanks for that. Have responded to your Twitter message about examples, but wanted

Per-cluster repo layout loose ends

2018-09-12 Thread Geertjan Wielenga
Hi all, Many thanks for the great work we've done together over the past weeks, we have now a significantly cleaned up root structure on GitHub: https://github.com/apache/incubator-netbeans ...thanks to these specific people:

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Geertjan Wielenga
Hi Ralph, Since it's called 'ide.etc', and it includes a feature about opening projects, i.e., that's an ide-related feature, what would be the problem with having it be part of the 'ide' folder -- at least until/unless we find a way to reorganize its content? Gj On Wed, Sep 12, 2018 at 9:26

Re: [NETBEANS-1174] 'webcommon' restructuring

2018-09-12 Thread Thilina Ranathunga
Hi, As "cordova.platforms.ios" was initially part of the "webcommon" cluster, and removed from cluster.properties in PR856 [1] due to a license problem. hoping it to be added when licensing

AW: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Christian Lenz
Yes I noticed that Problem at GitHub. Great. Thx for the info. Von: Geertjan Wielenga Gesendet: Mittwoch, 12. September 2018 09:44 An: dev Betreff: Re: ide.etc -- should that be inside 'ide' The point is that GitHub cannot display thousands of root folders and also that it was becoming

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Geertjan Wielenga
The point is that GitHub cannot display thousands of root folders and also that it was becoming increasingly difficult to see the wood for the trees -- i.e., difficult to understand the structure of NetBeans. So, following the installation directory structure (take a look at your full NetBeans

AW: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Christian Lenz
I think this could be good inside the platform, but a general Question/suggestion here: Everything which has dot notations like JavaScript.whatever or php.what.ever should be in a first Level Folder/cluster, Right? Like JavaScript or PHP and under this Folder you can find everything for hat.

Re: ide.etc -- should that be inside 'ide'

2018-09-12 Thread Ralph Benjamin Ruijs
Hi, The folder used to be called just ide, and the most descriptive name I could think of was etc (which is not descriptive at all). I don't think it should be in the ide folder/cluster, but can maybe be moved to a higher cluster like platform or even go into nbbuild. Another option would be to

ide.etc -- should that be inside 'ide'

2018-09-12 Thread Geertjan Wielenga
Hi all, especially Ralph, Should... https://github.com/apache/incubator-netbeans/tree/master/ide.etc ...maybe be inside the 'ide' folder: https://github.com/apache/incubator-netbeans/tree/master/ide Thanks, Gj

Re: [NETBEANS-1174] 'webcommon' restructuring

2018-09-12 Thread Geertjan Wielenga
Excellent progress. This is the very last of the cluster restructurings. :-) Gj On Wed, Sep 12, 2018 at 7:22 AM, Svata Dedic wrote: > Hi, > > cordova.platform.ios links against LGPL libraries which seemed to be an > issue for Apache distribution: see https://www.apache.org/legal/r >

AW: dpi on Windows Java 9

2018-09-12 Thread Christian Lenz
Great, thx  Von: Eirik Bakke Gesendet: Mittwoch, 12. September 2018 00:42 An: dev@netbeans.incubator.apache.org Betreff: RE: dpi on Windows Java 9 I've submitted a pull request that adds scalable icons for the most important window system icons, that is those in o.n.swing.tabcontrol and