Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread HRH
You asked for the directory structure and that's what I sent in my response to show the tree (without the contents). That doesn't imply those directories are empty. For instance, the "resources" sub-folder in the "src" contains "cappuccino.jpeg" and this file gets copied over during the project

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread Ernie Rael
In an earlier msg you said FXML ... creates "Other Sources/src/main/resources/${project.package}" tree structure But that is not what you are showing, you show nothing under resources. Seems Gj is correct. I'm sure you can find somewhere to help with you're maven problem. -ernie On 10/1/20

Re: nightlies?

2020-10-01 Thread Fred Welland
When I pulled; unzipped there were 2 exes in ../bin directory; along with the linux sh/bootstrapper... ...I presume they work... On Thu, Oct 1, 2020 at 3:37 PM Christoph Theis wrote: > Half offtopic: where would I find the nightly artifacts for Windows, if > they exist? > > > Christoph > > --

Re: nightlies?

2020-10-01 Thread Christoph Theis
On 01.10.2020 21:40, Neil C Smith wrote: On Thu, 1 Oct 2020, 20:37 Christoph Theis, mailto:th...@gmx.at>> wrote: Half offtopic: where would I find the nightly artifacts for Windows, if they exist? The link in the original email, or as on the website. Linux in the link there refers to

Re: nightlies?

2020-10-01 Thread Geertjan Wielenga
Something built on Linux runs on Windows, welcome to Java. Gj On Thu, 1 Oct 2020 at 21:37, Christoph Theis wrote: > Half offtopic: where would I find the nightly artifacts for Windows, if > > they exist? > > > > > > Christoph > > > > -

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread HRH
The directory structure for the FXML JavaFX project:|->src|        |->main|     |    |->java |    |    | |->org|    |    |   |->openjfx|    |    | |->mavenfxmlwebview |    |    |

Re: nightlies?

2020-10-01 Thread Neil C Smith
On Thu, 1 Oct 2020, 20:37 Christoph Theis, wrote: > Half offtopic: where would I find the nightly artifacts for Windows, if > they exist? > The link in the original email, or as on the website. Linux in the link there refers to the build OS, not the OS you're running on. Neil >

Re: nightlies?

2020-10-01 Thread Christoph Theis
Half offtopic: where would I find the nightly artifacts for Windows, if they exist? Christoph - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread Geertjan Wielenga
Then you’re going to need to find the right place to report this, which is not here. Gj On Thu, 1 Oct 2020 at 21:17, HRH wrote: > > > Ernie, > > Whether I execute the Maven from the command line (i.e. mvn clean package) > or within the bounds of IDE, the resources are not copied to where the >

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread HRH
Ernie, Whether I execute the Maven from the command line (i.e. mvn clean package) or within the bounds of IDE, the resources are not copied to where the *.class files reside under the "target\classes\${package-structure}" sub-tree, instead, they're copied under "target\classes" with the module-

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread Ernie Rael
@HRH, Could you provide the directory structure under src/main/resources for both the working project and the failing project. -ernie On 10/1/2020 11:17 AM, HRH wrote: No, the folder contains an image file (.jpeg) On Tuesday, September 29, 2020, 9:21:41 PM GMT+3:30, Geertjan Wielenga wrot

Re: Resource sub-folder for Maven based JavaFX

2020-10-01 Thread HRH
No, the folder contains an image file (.jpeg) On Tuesday, September 29, 2020, 9:21:41 PM GMT+3:30, Geertjan Wielenga wrote: Because the folder is empty? Gj On Tue, 29 Sep 2020 at 19:45, HRH wrote: Well, I looked into the IDE generated POMs for both project types assiduously and

Re: nightlies?

2020-10-01 Thread Fred Welland
Thanks -- haven't tried the snap one yet -- may give it a try. On Thu, Oct 1, 2020 at 12:19 PM Laszlo Kishalmi wrote: > Yes, that's how it works. If you happen to be on Linux you might use the > netbeans-dev Snap package as of: > > sudo snap install --edge --classic netbeans-dev > > Get a new

Re: nightlies?

2020-10-01 Thread Laszlo Kishalmi
Yes, that's how it works. If you happen to be on Linux you might use the netbeans-dev Snap package as of: sudo snap install --edge --classic netbeans-dev Get a new dev build automatically every Thursday There are more Gradle fixes on the way, I hope 12.2 will be able to load and parse the ful

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Ernie Rael
On 10/1/2020 2:44 AM, David Gradwell wrote: It’s probably bad form to answer one’s own question ! Not at all. However: 1. Look at the About window gives the cache location. 2. https://stackoverflow.com/questions/8689780/how-to-clear-the-cache-in-netbeans is helpful. 3. Clearing the

Re: Cannot find usages in NB 12.0.

2020-10-01 Thread Owen Thomas
I've just installed 12.1, and everything looks to be back in order so far. I'll let you all know if this changes. On Thu, 1 Oct 2020 at 21:19, Owen Thomas wrote: > Thanks for getting back to me Geertjan. I will try. > > On Thu, 1 Oct 2020 at 21:16, Geertjan Wielenga > wrote: > >> Can you try to

nightlies?

2020-10-01 Thread Fred Welland
Hi Ya, 12.1 working OK for me...sigh well was. I am HUGE Gradle user & Lombok too!Saw 'noise' on this list about something busted related to gradle and lombok and then encountered it yesterday. Also thought I saw a note about it being addressed already in a nightly. So, for example, is

Re: Cannot find usages in NB 12.0.

2020-10-01 Thread Owen Thomas
Thanks for getting back to me Geertjan. I will try. On Thu, 1 Oct 2020 at 21:16, Geertjan Wielenga wrote: > Can you try to reproduce in 12.1? > > Gj > > On Thu, Oct 1, 2020 at 1:13 PM Owen Thomas > wrote: > >> After deleting the cache directory as is the habit I have picked up in my >> long-tim

Re: Cannot find usages in NB 12.0.

2020-10-01 Thread Geertjan Wielenga
Can you try to reproduce in 12.1? Gj On Thu, Oct 1, 2020 at 1:13 PM Owen Thomas wrote: > After deleting the cache directory as is the habit I have picked up in my > long-time NetBeans use, I cannot find usages on anything. I do not see red > or yellow lines when I expect to see them. > > I've g

Cannot find usages in NB 12.0.

2020-10-01 Thread Owen Thomas
After deleting the cache directory as is the habit I have picked up in my long-time NetBeans use, I cannot find usages on anything. I do not see red or yellow lines when I expect to see them. I've gone back to 11, but would like to know if this is a known problem, and if it is, what can be done to

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Richard Grin
Hi, Configuration for a user : c:\Users\\AppData\Roaming\NetBeans\ NetBeans cache with Windows : c:\Users\\AppData\Local\NetBeans\Cache\ Check these directories with the menu Help > About (User directory and Cache directory). Regards, Richard Le 01/10/2020 à 11:30, David Gradwell a écr

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Patrik Karlström
You will find the cache path in the menu Help/About. Shutdown netbeans, rename the cache dir and start netbeans. Yes. Den tors 1 okt. 2020 11:31David Gradwell skrev: > Hi, > > > > After months of using NetBeans 12.0 it has started behaving erratically. > > > > Specifically: > > > >1. A long

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Judi Rastall
Yes, I found something similar when I upgraded a while back. A couple of projects that built and ran perfectly well under V11 threw up all sorts of errors with V12. I am still trying to learn Java and I put it down to my incompetence and haven't managed to work out what I need to change to make

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread David Gradwell
It’s probably bad form to answer one’s own question ! However: 1. Look at the About window gives the cache location. 2. https://stackoverflow.com/questions/8689780/how-to-clear-the-cache-in-netbeans is helpful. 3. Clearing the cache clears the problem. Is it worth bug reporting corru

Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread David Gradwell
Hi, After months of using NetBeans 12.0 it has started behaving erratically. Specifically: 1. A long established and unchanged Maven project re-compiled and produced the expected .jar but two source files were flagged as errored but no line in either file had an error flag. 2. None of t