Re: [WEBSITE][BUILD INSTRUCTIONS] Difference between build instructions

2020-09-17 Thread Neil C Smith
On Thu, 17 Sep 2020, 21:20 Emilio G.C., wrote: > https://netbeans.apache.org/download/nb121/nb121.html > > https://netbeans.apache.org/download/dev/index.html > > > Maybe I missed it, but I believe the main instructions should be > consistent if they are repeated more than once on the website, or

NetBeans 12.1

2020-09-17 Thread Leo Donahue
My first observation is fantastic work everyone! Downloaded NetBeans-12.1-bin.zip Running on Windows 10 Pro 1903 Java(TM) SE Runtime Environment (build 1.8.0_241-b07) Tool/Options/Java/Java Debugger downloaded and activated java and nb-javac without an issue. I downloaded wildfly-20.0.1.Final.zi

[WEBSITE][BUILD INSTRUCTIONS] Difference between build instructions

2020-09-17 Thread Emilio G . C .
Hello While downloading the source for the latest release I noticed that the build instructions between these two pages are different enough to seem suspicious or maybe confusing: https://netbeans.apache.org/download/nb121/nb121.html https://netbeans.apache.org/download/dev/index.html Maybe

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread HRH
That's precisely what I was doing, by looking into the Maven docs, and trying to find a way to copy this file to the right destination folder. The generated pom.xml files for both templates seem identical with the exception of the main class name and the project name, so there must be a reason

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread Ernie Rael
On 9/17/2020 11:33 AM, HRH wrote: Ok, I need to be more specific vis-a-vis my last reply. Initially, when I created the src/main/resources sub-folder and put my image.jpg in that directory, Maven copied it the .jpg file to the "target/classes" directory instead of "target/classes/org/openjfx/$

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread Ernie Rael
On 9/17/2020 11:01 AM, HRH wrote: Ernie I have done that (making a "resources" sub-folder under the src/main) but Maven does not copy its content to the "target" subtree. Not sure why? To be clear. If, with no IDE, you do "mvn clean package" (or whatever you specifically need) the resources

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread HRH
Ok, I need to be more specific vis-a-vis my last reply. Initially, when I created the src/main/resources sub-folder and put my image.jpg in that directory, Maven copied it the .jpg file to the "target/classes" directory instead of "target/classes/org/openjfx/${package} where all the class files

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread HRH
Ernie I have done that (making a "resources" sub-folder under the src/main) but Maven does not copy its content to the "target" subtree. Not sure why? On Thursday, September 17, 2020, 10:16:20 PM GMT+4:30, Ernie Rael wrote: On 9/17/2020 9:58 AM, HRH wrote: > > Hi Ernie, > > I hear wha

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread Ernie Rael
On 9/17/2020 9:58 AM, HRH wrote: Hi Ernie, I hear what you're saying about the empty directory. I kept the artifact in the src/main and manually copied it to the target/classes tree after the build. However, "Run Main Project" tends to rebuild and wipe the "target" sub-tree (because I am mis

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread HRH
Hi Ernie, I hear what you're saying about the empty directory. I kept the artifact in the src/main and manually copied it to the target/classes tree after the build. However, "Run Main Project" tends to rebuild and wipe the "target" sub-tree (because I am missing the nb-javac plugin), which th

Re: Resource sub-folder for Maven based JavaFX

2020-09-17 Thread Ernie Rael
On 9/17/2020 5:11 AM, HRH wrote: Hi, The "Simple JavaFX Maven Archetype (Gluon)" template from the "New Projects->Java with Maven" does not create a resource sub-folder under the src subtree, so the developer can store required artifacts (i.e. jpg images,etc.) for the project in that folder.

Resource sub-folder for Maven based JavaFX

2020-09-17 Thread HRH
Hi, The "Simple JavaFX Maven Archetype (Gluon)" template from the "New Projects->Java with Maven" does not create a resource sub-folder under the src subtree, so the developer can store required artifacts (i.e. jpg images,etc.) for the project in that folder. If the artifacts placed in the src d