Re: Preview features

2020-03-07 Thread Bradley Willcott

Thank you.  I didn't look hard enough before.  Here is what works:

    
org.codehaus.mojo
exec-maven-plugin
    1.6.0
    
    
Markdownj-Compile
prepare-package
    
exec
    
    
java
--enable-preview -classpath %classpath 
org.markdownj.cli.Main -v:2 -s src/docs/manual -d target/manual 
-wr


false
true
    
    
    
    
    
org.markdownj
markdownj-cli
0.1.15-SNAPSHOT
    jar
    
    
    

It wasn't accessing the jar file, but the 'class' file!  I'll upload the 
changes.


Thanks again
Brad.

On 8/3/20 5:12 am, Geertjan Wielenga wrote:

Can you do this, please:

1. Right-click the project.
2. Choose "Run".
3. Copy the content of the Output window in response to this e-mail.

Thanks,

Gj

On Sat, Mar 7, 2020 at 10:09 PM Bradley Willcott 
mailto:optusprepa...@gmail.com>> wrote:


'run' requires the packaged jar file (markdownj-cli-*.jar) that is
produced by this very project.  Bootstrapping!

On 8/3/20 5:01 am, Geertjan Wielenga wrote:

So run the project, rather than building it, and all will be
well. That’s because of your settings for ‘run’ action in
nbactions file.

Gj

On Sat, 7 Mar 2020 at 21:59, Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

There is a reason for that.  This is being run in the:

prepare-package

At this point, there is no jar file to run.  I only have
access to the compiled class files, hence, using the:

java

instead of the:

exec

This is processing the 'md' files for the src/docs/manual,
storing the 'html' output in the target/manual directory.

All this works perfectly without the use of the /Preview
Features/.  I just like to use bleeding-edge technology.

On 8/3/20 4:22 am, Geertjan Wielenga wrote:


See my responses above.

Seems to me that when you do your build, you're not using
the settings you provided in nbactions.

Gj

On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott
mailto:optusprepa...@gmail.com>>
wrote:

Here are the links to the compiled jar files:

BEW Commons Library jar


files

Markdownj-core jar


files


On 8/3/20 3:47 am, Bradley Willcott wrote:


There are two other projects you require.  I don't yet
know how to get a compiled package up there for download.

BEW Commons Library


Markdownj Core Library


I will look into uploading compiled versions.

On 8/3/20 3:42 am, Geertjan Wielenga wrote:

Trying to reproduce, but this is nowhere to be found:

        
com.bew
BEWCommons
1.0.2-SNAPSHOT
        

Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

Thank you for that.

However, I have already plumbed those depths.  If
you would take a look at the pom.xml


file.  I don't want to put it here as it is rather
long.

I have set the '--enable-preview' option for
'maven-compiler-plugin' and 'maven-surefire-plugin'.

On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview
features into an on-going project: Markdownj
CLI
. 
However, part of my POM processing causes an
error:

"java.lang.UnsupportedClassVersionError:
Preview features are not enabled for
org/markdownj/cli/Main (class file version
58.65535). Try running with '--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo
   

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Can you do this, please:

1. Right-click the project.
2. Choose "Run".
3. Copy the content of the Output window in response to this e-mail.

Thanks,

Gj


On Sat, Mar 7, 2020 at 10:09 PM Bradley Willcott 
wrote:

> 'run' requires the packaged jar file (markdownj-cli-*.jar) that is
> produced by this very project.  Bootstrapping!
> On 8/3/20 5:01 am, Geertjan Wielenga wrote:
>
> So run the project, rather than building it, and all will be well. That’s
> because of your settings for ‘run’ action in nbactions file.
>
> Gj
>
> On Sat, 7 Mar 2020 at 21:59, Bradley Willcott 
> wrote:
>
>> There is a reason for that.  This is being run in the:
>>
>> prepare-package
>>
>> At this point, there is no jar file to run.  I only have access to the
>> compiled class files, hence, using the:
>>
>> java
>>
>> instead of the:
>>
>> exec
>>
>> This is processing the 'md' files for the src/docs/manual, storing the
>> 'html' output in the target/manual directory.
>>
>> All this works perfectly without the use of the *Preview Features*.  I
>> just like to use bleeding-edge technology.
>>
>> On 8/3/20 4:22 am, Geertjan Wielenga wrote:
>>
>> See my responses above.
>>
>> Seems to me that when you do your build, you're not using the settings
>> you provided in nbactions.
>>
>> Gj
>>
>> On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott 
>> wrote:
>>
>>> Here are the links to the compiled jar files:
>>>
>>> BEW Commons Library jar
>>> 
>>> files
>>> Markdownj-core jar
>>> 
>>> files
>>>
>>>
>>> On 8/3/20 3:47 am, Bradley Willcott wrote:
>>>
>>> There are two other projects you require.  I don't yet know how to get a
>>> compiled package up there for download.
>>>
>>> BEW Commons Library 
>>>
>>> Markdownj Core Library 
>>>
>>> I will look into uploading compiled versions.
>>> On 8/3/20 3:42 am, Geertjan Wielenga wrote:
>>>
>>> Trying to reproduce, but this is nowhere to be found:
>>>
>>> 
>>> com.bew
>>> BEWCommons
>>> 1.0.2-SNAPSHOT
>>> 
>>>
>>> Gj
>>>
>>> On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
>>> wrote:
>>>
 Thank you for that.

 However, I have already plumbed those depths.  If you would take a look
 at the pom.xml
 
 file.  I don't want to put it here as it is rather long.

 I have set the '--enable-preview' option for 'maven-compiler-plugin'
 and 'maven-surefire-plugin'.
 On 8/3/20 3:12 am, Geertjan Wielenga wrote:

 Read:

 https://netbeans.apache.org/download/nb113/index.html

 Gj

 On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
 wrote:

> I have just installed both JDK 14 and NB 11.3.
>
> I am trying to incorporate 14's preview features into an on-going
> project: Markdownj CLI .
> However, part of my POM processing causes an error:
>
> "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
> for org/markdownj/cli/Main (class file version 58.65535). Try running 
> with '--enable-preview'"
>
> The part that is the culprit is:
>
> 
> org.codehaus.mojo
> exec-maven-plugin
> 1.6.0
> 
> 
> Markdownj-Compile
> prepare-package
> 
> java
> 
> 
> 
> --enable-preview
> 
> ${project.build.directory}
> 
> false
> 
> true
> org.markdownj.cli.Main
> 
> -s src/docs/manual
> -d target/manual
> -rwv:2
> 
> 
> 
> 
> 
> 
> org.markdownj
> markdownj-cli
> 0.1.15-SNAPSHOT
> jar
> 
> 
> 
>
> If I comment out this entire plugin section, I can complete the
> compile.  Somewhere, somehow, I need to tell "exec-maven-plugin" to
> use the JDK 14 "java" app with the "--enable-preview" option.
>
> Any ideas?
>
> Thanks,
> Brad.
>

>>>


Re: Preview features

2020-03-07 Thread Bradley Willcott
'run' requires the packaged jar file (markdownj-cli-*.jar) that is 
produced by this very project.  Bootstrapping!


On 8/3/20 5:01 am, Geertjan Wielenga wrote:
So run the project, rather than building it, and all will be well. 
That’s because of your settings for ‘run’ action in nbactions file.


Gj

On Sat, 7 Mar 2020 at 21:59, Bradley Willcott > wrote:


There is a reason for that.  This is being run in the:

prepare-package

At this point, there is no jar file to run.  I only have access to
the compiled class files, hence, using the:

java

instead of the:

exec

This is processing the 'md' files for the src/docs/manual, storing
the 'html' output in the target/manual directory.

All this works perfectly without the use of the /Preview
Features/.  I just like to use bleeding-edge technology.

On 8/3/20 4:22 am, Geertjan Wielenga wrote:


See my responses above.

Seems to me that when you do your build, you're not using the
settings you provided in nbactions.

Gj

On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

Here are the links to the compiled jar files:

BEW Commons Library jar

files

Markdownj-core jar

files


On 8/3/20 3:47 am, Bradley Willcott wrote:


There are two other projects you require. I don't yet know
how to get a compiled package up there for download.

BEW Commons Library 

Markdownj Core Library


I will look into uploading compiled versions.

On 8/3/20 3:42 am, Geertjan Wielenga wrote:

Trying to reproduce, but this is nowhere to be found:

        
com.bew
BEWCommons
1.0.2-SNAPSHOT
        

Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott
mailto:optusprepa...@gmail.com>>
wrote:

Thank you for that.

However, I have already plumbed those depths.  If you
would take a look at the pom.xml

file.  I don't want to put it here as it is rather long.

I have set the '--enable-preview' option for
'maven-compiler-plugin' and 'maven-surefire-plugin'.

On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features
into an on-going project: Markdownj CLI
. 
However, part of my POM processing causes an error:

"java.lang.UnsupportedClassVersionError: Preview
features are not enabled for
org/markdownj/cli/Main (class file version
58.65535). Try running with '--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo
   
exec-maven-plugin
    1.6.0
        
    
Markdownj-Compile    
prepare-package
    
    java
    
    
   
--enable-preview
   
${project.build.directory}
   
false
   
true
   
org.markdownj.cli.Main
    
    -s
src/docs/manual
    -d
target/manual
   
-rwv:2
    
    
        
     
    
   
org.markdownj

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
So run the project, rather than building it, and all will be well. That’s
because of your settings for ‘run’ action in nbactions file.

Gj

On Sat, 7 Mar 2020 at 21:59, Bradley Willcott 
wrote:

> There is a reason for that.  This is being run in the:
>
> prepare-package
>
> At this point, there is no jar file to run.  I only have access to the
> compiled class files, hence, using the:
>
> java
>
> instead of the:
>
> exec
>
> This is processing the 'md' files for the src/docs/manual, storing the
> 'html' output in the target/manual directory.
>
> All this works perfectly without the use of the *Preview Features*.  I
> just like to use bleeding-edge technology.
>
> On 8/3/20 4:22 am, Geertjan Wielenga wrote:
>
> See my responses above.
>
> Seems to me that when you do your build, you're not using the settings you
> provided in nbactions.
>
> Gj
>
> On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott 
> wrote:
>
>> Here are the links to the compiled jar files:
>>
>> BEW Commons Library jar
>> 
>> files
>> Markdownj-core jar
>> 
>> files
>>
>>
>> On 8/3/20 3:47 am, Bradley Willcott wrote:
>>
>> There are two other projects you require.  I don't yet know how to get a
>> compiled package up there for download.
>>
>> BEW Commons Library 
>>
>> Markdownj Core Library 
>>
>> I will look into uploading compiled versions.
>> On 8/3/20 3:42 am, Geertjan Wielenga wrote:
>>
>> Trying to reproduce, but this is nowhere to be found:
>>
>> 
>> com.bew
>> BEWCommons
>> 1.0.2-SNAPSHOT
>> 
>>
>> Gj
>>
>> On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
>> wrote:
>>
>>> Thank you for that.
>>>
>>> However, I have already plumbed those depths.  If you would take a look
>>> at the pom.xml
>>> 
>>> file.  I don't want to put it here as it is rather long.
>>>
>>> I have set the '--enable-preview' option for 'maven-compiler-plugin'
>>> and 'maven-surefire-plugin'.
>>> On 8/3/20 3:12 am, Geertjan Wielenga wrote:
>>>
>>> Read:
>>>
>>> https://netbeans.apache.org/download/nb113/index.html
>>>
>>> Gj
>>>
>>> On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
>>> wrote:
>>>
 I have just installed both JDK 14 and NB 11.3.

 I am trying to incorporate 14's preview features into an on-going
 project: Markdownj CLI .
 However, part of my POM processing causes an error:

 "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
 for org/markdownj/cli/Main (class file version 58.65535). Try running with 
 '--enable-preview'"

 The part that is the culprit is:

 
 org.codehaus.mojo
 exec-maven-plugin
 1.6.0
 
 
 Markdownj-Compile
 prepare-package
 
 java
 
 
 
 --enable-preview
 
 ${project.build.directory}
 
 false
 
 true
 org.markdownj.cli.Main
 
 -s src/docs/manual
 -d target/manual
 -rwv:2
 
 
 
 
 
 
 org.markdownj
 markdownj-cli
 0.1.15-SNAPSHOT
 jar
 
 
 

 If I comment out this entire plugin section, I can complete the
 compile.  Somewhere, somehow, I need to tell "exec-maven-plugin" to
 use the JDK 14 "java" app with the "--enable-preview" option.

 Any ideas?

 Thanks,
 Brad.

>>>
>>


Re: Preview features

2020-03-07 Thread Bradley Willcott

There is a reason for that.  This is being run in the:

prepare-package

At this point, there is no jar file to run.  I only have access to the 
compiled class files, hence, using the:


java

instead of the:

exec

This is processing the 'md' files for the src/docs/manual, storing the 
'html' output in the target/manual directory.


All this works perfectly without the use of the /Preview Features/.  I 
just like to use bleeding-edge technology.


On 8/3/20 4:22 am, Geertjan Wielenga wrote:


See my responses above.

Seems to me that when you do your build, you're not using the settings 
you provided in nbactions.


Gj

On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott 
mailto:optusprepa...@gmail.com>> wrote:


Here are the links to the compiled jar files:

BEW Commons Library jar

files

Markdownj-core jar

files


On 8/3/20 3:47 am, Bradley Willcott wrote:


There are two other projects you require.  I don't yet know how
to get a compiled package up there for download.

BEW Commons Library 

Markdownj Core Library 

I will look into uploading compiled versions.

On 8/3/20 3:42 am, Geertjan Wielenga wrote:

Trying to reproduce, but this is nowhere to be found:

        
            com.bew
BEWCommons
1.0.2-SNAPSHOT
        

Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

Thank you for that.

However, I have already plumbed those depths.  If you would
take a look at the pom.xml

file.  I don't want to put it here as it is rather long.

I have set the '--enable-preview' option for
'maven-compiler-plugin' and 'maven-surefire-plugin'.

On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott
mailto:optusprepa...@gmail.com>>
wrote:

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features into
an on-going project: Markdownj CLI
. 
However, part of my POM processing causes an error:

"java.lang.UnsupportedClassVersionError: Preview
features are not enabled for org/markdownj/cli/Main
(class file version 58.65535). Try running with
'--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo    
exec-maven-plugin
    1.6.0
        
    
Markdownj-Compile    
prepare-package    
     java
    
    
   
--enable-preview
   
${project.build.directory}
   
false
   
true
   
org.markdownj.cli.Main
    
    -s
src/docs/manual
    -d
target/manual
   
-rwv:2    
     
        
     
    
   
org.markdownj
   
markdownj-cli
   
0.1.15-SNAPSHOT
    jar
        
     

If I comment out this entire plugin section, I can
complete the compile.  Somewhere, somehow, I need to
tell "exec-maven-plugin" to use the JDK 14 "java" app
with the "--enable-preview" option.

Any ideas?

Thanks,
Brad.





Re: Preview features

2020-03-07 Thread Geertjan Wielenga
See my responses above.

Seems to me that when you do your build, you're not using the settings you
provided in nbactions.

Gj

On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott 
wrote:

> Here are the links to the compiled jar files:
>
> BEW Commons Library jar
> 
> files
> Markdownj-core jar
> 
> files
>
>
> On 8/3/20 3:47 am, Bradley Willcott wrote:
>
> There are two other projects you require.  I don't yet know how to get a
> compiled package up there for download.
>
> BEW Commons Library 
>
> Markdownj Core Library 
>
> I will look into uploading compiled versions.
> On 8/3/20 3:42 am, Geertjan Wielenga wrote:
>
> Trying to reproduce, but this is nowhere to be found:
>
> 
> com.bew
> BEWCommons
> 1.0.2-SNAPSHOT
> 
>
> Gj
>
> On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
> wrote:
>
>> Thank you for that.
>>
>> However, I have already plumbed those depths.  If you would take a look
>> at the pom.xml
>>  file.
>> I don't want to put it here as it is rather long.
>>
>> I have set the '--enable-preview' option for 'maven-compiler-plugin' and
>> 'maven-surefire-plugin'.
>> On 8/3/20 3:12 am, Geertjan Wielenga wrote:
>>
>> Read:
>>
>> https://netbeans.apache.org/download/nb113/index.html
>>
>> Gj
>>
>> On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
>> wrote:
>>
>>> I have just installed both JDK 14 and NB 11.3.
>>>
>>> I am trying to incorporate 14's preview features into an on-going
>>> project: Markdownj CLI .
>>> However, part of my POM processing causes an error:
>>>
>>> "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
>>> for org/markdownj/cli/Main (class file version 58.65535). Try running with 
>>> '--enable-preview'"
>>>
>>> The part that is the culprit is:
>>>
>>> 
>>> org.codehaus.mojo
>>> exec-maven-plugin
>>> 1.6.0
>>> 
>>> 
>>> Markdownj-Compile
>>> prepare-package
>>> 
>>> java
>>> 
>>> 
>>> 
>>> --enable-preview
>>> 
>>> ${project.build.directory}
>>> 
>>> false
>>> 
>>> true
>>> org.markdownj.cli.Main
>>> 
>>> -s src/docs/manual
>>> -d target/manual
>>> -rwv:2
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> org.markdownj
>>> markdownj-cli
>>> 0.1.15-SNAPSHOT
>>> jar
>>> 
>>> 
>>> 
>>>
>>> If I comment out this entire plugin section, I can complete the
>>> compile.  Somewhere, somehow, I need to tell "exec-maven-plugin" to use
>>> the JDK 14 "java" app with the "--enable-preview" option.
>>>
>>> Any ideas?
>>>
>>> Thanks,
>>> Brad.
>>>
>>
>


Re: Preview features

2020-03-07 Thread Bradley Willcott

Here are the links to the compiled jar files:

BEW Commons Library jar 
 files


Markdownj-core jar 
 files



On 8/3/20 3:47 am, Bradley Willcott wrote:


There are two other projects you require.  I don't yet know how to get 
a compiled package up there for download.


BEW Commons Library 

Markdownj Core Library 

I will look into uploading compiled versions.

On 8/3/20 3:42 am, Geertjan Wielenga wrote:

Trying to reproduce, but this is nowhere to be found:

        
            com.bew
BEWCommons
            1.0.2-SNAPSHOT
        

Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
mailto:optusprepa...@gmail.com>> wrote:


Thank you for that.

However, I have already plumbed those depths.  If you would take
a look at the pom.xml

file.  I don't want to put it here as it is rather long.

I have set the '--enable-preview' option for
'maven-compiler-plugin' and 'maven-surefire-plugin'.

On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features into an
on-going project: Markdownj CLI
.  However,
part of my POM processing causes an error:

"java.lang.UnsupportedClassVersionError: Preview features are
not enabled for org/markdownj/cli/Main (class file version
58.65535). Try running with '--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo    
exec-maven-plugin    
1.6.0     
        
Markdownj-Compile    
prepare-package    
     java
        
    
--enable-preview
   
${project.build.directory}
   
false
   
true
   
org.markdownj.cli.Main
    
    -s
src/docs/manual    
-d target/manual
    -rwv:2
    
        
         
     
    org.markdownj
   
markdownj-cli
    0.1.15-SNAPSHOT
    jar    
         


If I comment out this entire plugin section, I can complete
the compile. Somewhere, somehow, I need to tell
"exec-maven-plugin" to use the JDK 14 "java" app with the
"--enable-preview" option.

Any ideas?

Thanks,
Brad.





Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Or keep it 'run' and then run the project.

Output:

cd /Users/geertjanwielenga/Desktop/mcli/markdownj-cli;
JAVA_HOME=/Users/geertjanwielenga/Downloads/jdk-14.jdk/Contents/Home
"/Applications/NetBeans/Apache NetBeans
11.3.app/Contents/Resources/NetBeans/netbeans/java/maven/bin/mvn"
"-Dexec.args=--enable-preview -classpath %classpath org.markdownj.cli.Main
-v:2 -s src/docs/manual -o target/manual -wr"
-Dexec.executable=/Users/geertjanwielenga/Downloads/jdk-14.jdk/Contents/Home/bin/java
-Dexec.workingdir= process-classes
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec
Scanning for projects...


Building MarkdownJ CLI 0.1.15-SNAPSHOT


--- maven-resources-plugin:3.1.0:resources (default-resources) @
markdownj-cli ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource
Copying 4 resources
Copying 0 resource
skip non existing resourceDirectory
/Users/geertjanwielenga/Desktop/mcli/markdownj-cli/target/manual

--- maven-compiler-plugin:3.8.1:compile (default-compile) @ markdownj-cli
---
Changes detected - recompiling the module!
Compiling 26 source files to
/Users/geertjanwielenga/Desktop/mcli/markdownj-cli/target/classes
org/markdownj/cli/Cli.java:[170,21] text blocks are a preview feature and
may be removed in a future release.
org/markdownj/cli/Cli.java:[186,21] text blocks are a preview feature and
may be removed in a future release.
org/markdownj/cli/Cli.java:[199,21] text blocks are a preview feature and
may be removed in a future release.
org/markdownj/cli/Main.java:[128,13] possible fall-through into case

--- exec-maven-plugin:1.6.0:exec (default-cli) @ markdownj-cli ---
input: |null|
output: |target/manual|
source: |src/docs/manual|
destination: |null|
recursive: |true|
wrapper: |true|
initialise: |false|
docRootDir: |null|
jar: |false|
jarFilename: ||
jarSrcDir: ||
verbose: |true|
verbose level: |2|
src/docs/manual/css/style.css
Matched: 1
Creating directories ...
Copying files ...
iniPath:
/Users/geertjanwielenga/Desktop/mcli/markdownj-cli/markdownj-cli.ini
org.markdownj.cli.POMProperties:
  title: MarkdownJ CLI
  description: Command-line program that uses the Markdownj Core library.
  version: 0.1.15-SNAPSHOT
  artifactId: markdownj-cli
  groupId: org.markdownj

PWD: /Users/geertjanwielenga/Desktop/mcli/markdownj-cli
src/docs/manual/setup.md
src/docs/manual/todo.md
src/docs/manual/index.md
src/docs/manual/configuration.md
src/docs/manual/options.md
src/docs/manual/meta blocks.md
Matched: 6
inpList:
outList:

BUILD SUCCESS

Total time: 2.650 s
Finished at: 2020-03-07T21:20:16+01:00
Final Memory: 19M/70M


On Sat, Mar 7, 2020 at 9:19 PM Geertjan Wielenga 
wrote:

> In nbactions, change the actionName 'run' to 'build' and then do your
> build, for me works fine.
>
> Gj
>
> On Sat, Mar 7, 2020 at 8:47 PM Bradley Willcott 
> wrote:
>
>> There are two other projects you require.  I don't yet know how to get a
>> compiled package up there for download.
>>
>> BEW Commons Library 
>>
>> Markdownj Core Library 
>>
>> I will look into uploading compiled versions.
>> On 8/3/20 3:42 am, Geertjan Wielenga wrote:
>>
>> Trying to reproduce, but this is nowhere to be found:
>>
>> 
>> com.bew
>> BEWCommons
>> 1.0.2-SNAPSHOT
>> 
>>
>> Gj
>>
>> On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
>> wrote:
>>
>>> Thank you for that.
>>>
>>> However, I have already plumbed those depths.  If you would take a look
>>> at the pom.xml
>>> 
>>> file.  I don't want to put it here as it is rather long.
>>>
>>> I have set the '--enable-preview' option for 'maven-compiler-plugin'
>>> and 'maven-surefire-plugin'.
>>> On 8/3/20 3:12 am, Geertjan Wielenga wrote:
>>>
>>> Read:
>>>
>>> https://netbeans.apache.org/download/nb113/index.html
>>>
>>> Gj
>>>
>>> On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
>>> wrote:
>>>
 I have just installed both JDK 14 and NB 11.3.

 I am trying to incorporate 14's preview features into an on-going
 project: Markdownj CLI .
 However, part of my POM processing causes an error:

 "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
 for org/markdownj/cli/Main (class file version 58.65535). Try running with 
 '--enable-preview'"

 The part that is the culprit is:

 
 org.codehaus.mojo
 exec-maven-plugin
 1.6.0
 
 

Re: Preview features

2020-03-07 Thread Geertjan Wielenga
In nbactions, change the actionName 'run' to 'build' and then do your
build, for me works fine.

Gj

On Sat, Mar 7, 2020 at 8:47 PM Bradley Willcott 
wrote:

> There are two other projects you require.  I don't yet know how to get a
> compiled package up there for download.
>
> BEW Commons Library 
>
> Markdownj Core Library 
>
> I will look into uploading compiled versions.
> On 8/3/20 3:42 am, Geertjan Wielenga wrote:
>
> Trying to reproduce, but this is nowhere to be found:
>
> 
> com.bew
> BEWCommons
> 1.0.2-SNAPSHOT
> 
>
> Gj
>
> On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
> wrote:
>
>> Thank you for that.
>>
>> However, I have already plumbed those depths.  If you would take a look
>> at the pom.xml
>>  file.
>> I don't want to put it here as it is rather long.
>>
>> I have set the '--enable-preview' option for 'maven-compiler-plugin' and
>> 'maven-surefire-plugin'.
>> On 8/3/20 3:12 am, Geertjan Wielenga wrote:
>>
>> Read:
>>
>> https://netbeans.apache.org/download/nb113/index.html
>>
>> Gj
>>
>> On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
>> wrote:
>>
>>> I have just installed both JDK 14 and NB 11.3.
>>>
>>> I am trying to incorporate 14's preview features into an on-going
>>> project: Markdownj CLI .
>>> However, part of my POM processing causes an error:
>>>
>>> "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
>>> for org/markdownj/cli/Main (class file version 58.65535). Try running with 
>>> '--enable-preview'"
>>>
>>> The part that is the culprit is:
>>>
>>> 
>>> org.codehaus.mojo
>>> exec-maven-plugin
>>> 1.6.0
>>> 
>>> 
>>> Markdownj-Compile
>>> prepare-package
>>> 
>>> java
>>> 
>>> 
>>> 
>>> --enable-preview
>>> 
>>> ${project.build.directory}
>>> 
>>> false
>>> 
>>> true
>>> org.markdownj.cli.Main
>>> 
>>> -s src/docs/manual
>>> -d target/manual
>>> -rwv:2
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> org.markdownj
>>> markdownj-cli
>>> 0.1.15-SNAPSHOT
>>> jar
>>> 
>>> 
>>> 
>>>
>>> If I comment out this entire plugin section, I can complete the
>>> compile.  Somewhere, somehow, I need to tell "exec-maven-plugin" to use
>>> the JDK 14 "java" app with the "--enable-preview" option.
>>>
>>> Any ideas?
>>>
>>> Thanks,
>>> Brad.
>>>
>>


Re: Preview features

2020-03-07 Thread Bradley Willcott
There are two other projects you require.  I don't yet know how to get a 
compiled package up there for download.


BEW Commons Library 

Markdownj Core Library 

I will look into uploading compiled versions.

On 8/3/20 3:42 am, Geertjan Wielenga wrote:

Trying to reproduce, but this is nowhere to be found:

        
            com.bew
            BEWCommons
            1.0.2-SNAPSHOT
        

Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
mailto:optusprepa...@gmail.com>> wrote:


Thank you for that.

However, I have already plumbed those depths.  If you would take a
look at the pom.xml

file.  I don't want to put it here as it is rather long.

I have set the '--enable-preview' option for
'maven-compiler-plugin' and 'maven-surefire-plugin'.

On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott
mailto:optusprepa...@gmail.com>> wrote:

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features into an
on-going project: Markdownj CLI
.  However, part
of my POM processing causes an error:

"java.lang.UnsupportedClassVersionError: Preview features are
not enabled for org/markdownj/cli/Main (class file version
58.65535). Try running with '--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo    
exec-maven-plugin    
1.6.0     
        
Markdownj-Compile    
prepare-package    
     java
        
    
--enable-preview
   
${project.build.directory}
   
false
   
true
   
org.markdownj.cli.Main
    
    -s
src/docs/manual    
-d target/manual
    -rwv:2
    
        
         
     
    org.markdownj
   
markdownj-cli
    0.1.15-SNAPSHOT
    jar    
         


If I comment out this entire plugin section, I can complete
the compile.  Somewhere, somehow, I need to tell
"exec-maven-plugin" to use the JDK 14 "java" app with the
"--enable-preview" option.

Any ideas?

Thanks,
Brad.



Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Trying to reproduce, but this is nowhere to be found:


com.bew
BEWCommons
1.0.2-SNAPSHOT


Gj

On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott 
wrote:

> Thank you for that.
>
> However, I have already plumbed those depths.  If you would take a look at
> the pom.xml
>  file.
> I don't want to put it here as it is rather long.
>
> I have set the '--enable-preview' option for 'maven-compiler-plugin' and '
> maven-surefire-plugin'.
> On 8/3/20 3:12 am, Geertjan Wielenga wrote:
>
> Read:
>
> https://netbeans.apache.org/download/nb113/index.html
>
> Gj
>
> On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
> wrote:
>
>> I have just installed both JDK 14 and NB 11.3.
>>
>> I am trying to incorporate 14's preview features into an on-going
>> project: Markdownj CLI .
>> However, part of my POM processing causes an error:
>>
>> "java.lang.UnsupportedClassVersionError: Preview features are not enabled 
>> for org/markdownj/cli/Main (class file version 58.65535). Try running with 
>> '--enable-preview'"
>>
>> The part that is the culprit is:
>>
>> 
>> org.codehaus.mojo
>> exec-maven-plugin
>> 1.6.0
>> 
>> 
>> Markdownj-Compile
>> prepare-package
>> 
>> java
>> 
>> 
>> 
>> --enable-preview
>> 
>> ${project.build.directory}
>> 
>> false
>> 
>> true
>> org.markdownj.cli.Main
>> 
>> -s src/docs/manual
>> -d target/manual
>> -rwv:2
>> 
>> 
>> 
>> 
>> 
>> 
>> org.markdownj
>> markdownj-cli
>> 0.1.15-SNAPSHOT
>> jar
>> 
>> 
>> 
>>
>> If I comment out this entire plugin section, I can complete the compile.
>> Somewhere, somehow, I need to tell "exec-maven-plugin" to use the JDK 14
>> "java" app with the "--enable-preview" option.
>>
>> Any ideas?
>>
>> Thanks,
>> Brad.
>>
>


Re: Preview features

2020-03-07 Thread Bradley Willcott

Thank you for that.

However, I have already plumbed those depths.  If you would take a look 
at the pom.xml 
 file.  
I don't want to put it here as it is rather long.


I have set the '--enable-preview' option for 'maven-compiler-plugin' and 
'maven-surefire-plugin'.


On 8/3/20 3:12 am, Geertjan Wielenga wrote:

Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott > wrote:


I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features into an on-going
project: Markdownj CLI
. However, part of my
POM processing causes an error:

"java.lang.UnsupportedClassVersionError: Preview features are not
enabled for org/markdownj/cli/Main (class file version 58.65535).
Try running with '--enable-preview'"

The part that is the culprit is:

        
org.codehaus.mojo    
exec-maven-plugin    
1.6.0     
        
Markdownj-Compile    
prepare-package     
    java
        
    
--enable-preview
   
${project.build.directory}
   
false
   
true
   
org.markdownj.cli.Main
    
    -s
src/docs/manual    
-d target/manual
    -rwv:2
        
         
         
    
org.markdownj    
markdownj-cli    
0.1.15-SNAPSHOT    
jar         
     

If I comment out this entire plugin section, I can complete the
compile.  Somewhere, somehow, I need to tell "exec-maven-plugin"
to use the JDK 14 "java" app with the "--enable-preview" option.

Any ideas?

Thanks,
Brad.



Re: NB 11.3 - "Send To"

2020-03-07 Thread Geertjan Wielenga
Indeed, those are all related to C/C++ support.

Install from the 8.2 update center, go to the Plugin Manager to enable that.

Gj

On Sat, Mar 7, 2020 at 8:21 PM Валера Солдатов 
wrote:

> http://wiki.netbeans.org/NewAndNoteworthyNB81#SendTo_Utility
> 10 C/C++ 
>
>- 10.1 New Project Wizard
>
>- 10.2 SVN, Git and Mercurial support in Remote mode
>
> 
>- 10.3 Mixed Development support
>
>- 10.4 Edit Properties of Multiple Files
>
> 
>- 10.5 Support Doxygen C++ comments
>
> 
>- 10.6 Code Folding for compound blocks
>
> 
>- 10.7 Navigating from compiler hint in editor to output log
>
> 
>- 10.8 Configure Code Assistance action is added for full remote
>projects
>
> 
>- 10.9 SendTo Utility
>
>- 10.10 Generate missing switch clauses
>
> 
>- 10.11 Experimental lldb-mi support
>
> 
>- 10.12 Call Graph enhancements
>
>- 10.13 New audits and hints
>
>- 10.14 Refactoring
>
>- 10.15 Remote 
>
> 07.03.2020 22:13, Валера Солдатов пишет:
>
> But I activated C++ plug-in and I see Send To tab in NetBeans 11.3 too.
>
> 07.03.2020 22:04, Bradley Willcott пишет:
>
> I don't think so.  I have attached a screen shot.
>
>
> On 8/3/20 2:46 am, Валера Солдатов wrote:
>
> Do you speak about 'Send To' from C++ plug-in?
>
> 07.03.2020 21:19, Bradley Willcott пишет:
>
> What happened to the "Send To" tab on the Miscellaneous screen of the
> Options window?
>
> I am currently using scripts in NB 11.2 to run my markdownj-cli app on a
> file by file basis.
> How do I get it back?
>
> Thanks,
> Brad.
>
>
>
> -
> 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
>
>
>
>
>


Re: NB 11.3 - "Send To"

2020-03-07 Thread Валера Солдатов

But I activated C++ plug-in and I see Send To tab in NetBeans 11.3 too.

07.03.2020 22:04, Bradley Willcott пишет:

I don't think so.  I have attached a screen shot.


On 8/3/20 2:46 am, Валера Солдатов wrote:

Do you speak about 'Send To' from C++ plug-in?

07.03.2020 21:19, Bradley Willcott пишет:
What happened to the "Send To" tab on the Miscellaneous screen of 
the Options window?


I am currently using scripts in NB 11.2 to run my markdownj-cli app 
on a file by file basis.

How do I get it back?

Thanks,
Brad.



-
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






-
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



Re: Preview features

2020-03-07 Thread Geertjan Wielenga
Read:

https://netbeans.apache.org/download/nb113/index.html

Gj

On Sat, 7 Mar 2020 at 19:12, Bradley Willcott 
wrote:

> I have just installed both JDK 14 and NB 11.3.
>
> I am trying to incorporate 14's preview features into an on-going project: 
> Markdownj
> CLI .  However, part of my
> POM processing causes an error:
>
> "java.lang.UnsupportedClassVersionError: Preview features are not enabled for 
> org/markdownj/cli/Main (class file version 58.65535). Try running with 
> '--enable-preview'"
>
> The part that is the culprit is:
>
> 
> org.codehaus.mojo
> exec-maven-plugin
> 1.6.0
> 
> 
> Markdownj-Compile
> prepare-package
> 
> java
> 
> 
> 
> --enable-preview
> 
> ${project.build.directory}
> 
> false
> 
> true
> org.markdownj.cli.Main
> 
> -s src/docs/manual
> -d target/manual
> -rwv:2
> 
> 
> 
> 
> 
> 
> org.markdownj
> markdownj-cli
> 0.1.15-SNAPSHOT
> jar
> 
> 
> 
>
> If I comment out this entire plugin section, I can complete the compile.
> Somewhere, somehow, I need to tell "exec-maven-plugin" to use the JDK 14 "
> java" app with the "--enable-preview" option.
>
> Any ideas?
>
> Thanks,
> Brad.
>


Re: NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott

I don't think so.  I have attached a screen shot.


On 8/3/20 2:46 am, Валера Солдатов wrote:

Do you speak about 'Send To' from C++ plug-in?

07.03.2020 21:19, Bradley Willcott пишет:
What happened to the "Send To" tab on the Miscellaneous screen of the 
Options window?


I am currently using scripts in NB 11.2 to run my markdownj-cli app 
on a file by file basis.

How do I get it back?

Thanks,
Brad.



-
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




-
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

[NB 11.3 javafx] Embedded browser issue

2020-03-07 Thread Bilu Al
Hello,

Can not get the Javafx Webview works with 11.3.

Its disable and impossible to activate it. was working in 11.1:

[image: embedded.PNG]

Is there any solution for this?

Thanks


Re: NB 11.3 - "Send To"

2020-03-07 Thread Валера Солдатов

Do you speak about 'Send To' from C++ plug-in?

07.03.2020 21:19, Bradley Willcott пишет:
What happened to the "Send To" tab on the Miscellaneous screen of the 
Options window?


I am currently using scripts in NB 11.2 to run my markdownj-cli app on 
a file by file basis.

How do I get it back?

Thanks,
Brad.



-
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




-
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



NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
What happened to the "Send To" tab on the Miscellaneous screen of the 
Options window?


I am currently using scripts in NB 11.2 to run my markdownj-cli app on a 
file by file basis.

How do I get it back?

Thanks,
Brad.



-
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



Preview features

2020-03-07 Thread Bradley Willcott

I have just installed both JDK 14 and NB 11.3.

I am trying to incorporate 14's preview features into an on-going 
project: Markdownj CLI . 
However, part of my POM processing causes an error:


"java.lang.UnsupportedClassVersionError: Preview features are not enabled 
for org/markdownj/cli/Main (class file version 58.65535). Try running 
with '--enable-preview'"


The part that is the culprit is:

         
org.codehaus.mojo     
exec-maven-plugin     
1.6.0      
         
Markdownj-Compile     
prepare-package      
    java     
      
    
--enable-preview 
    
${project.build.directory} 
    
false 
    
true 
    
org.markdownj.cli.Main 
         
-s src/docs/manual     
-d target/manual     
-rwv:2      
         
          
          
org.markdownj     
markdownj-cli     
0.1.15-SNAPSHOT     
jar          
     


If I comment out this entire plugin section, I can complete the 
compile.  Somewhere, somehow, I need to tell "exec-maven-plugin" to use 
the JDK 14 "java" app with the "--enable-preview" option.


Any ideas?

Thanks,
Brad.



Re: No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Geertjan --

   Ah!  That was helpful.  I have not yet solved the problem but this gives me 
a new lead.  

   -- Chris

- Original Message -
From: Geertjan Wielenga 
To: NetBeans Mailing List 
Sent: Sat, 07 Mar 2020 11:48:22 -0500 (EST)
Subject: Re: No /src/main/resources generated

Maybe take a look in the Favorites window to see what your folder structure
looks like on disk.

Gj

On Sat, 7 Mar 2020 at 17:47, Chris Olsen  wrote:

> Geertjan --
>
>Thank you very much for your lightning reply!
>
>I am a veteran (but amateur) FX person, and thus am ashamed to admit
> that I tried to do that in Netbeans and was not able to make it happen.
>  The default starting point gives me packages "Source Packages" and
> ".  I tried to create both a new folder and a new package
> under each of these, and the response in the "Created Folder" textfield is
> "...[ProjectName]\src\main\java\[new name].
>
>This leads me to believe that somewhere there actually is a \src\main\
> somewhere, but it seems to be out of my reach.  I think there must be
> something obvious that I am missing.
>
>-- Chris
>
> - Original Message -
> From: Geertjan Wielenga 
> To: Chris Olsen 
> Cc: users@netbeans.apache.org
> Sent: Sat, 07 Mar 2020 11:23:44 -0500 (EST)
> Subject: Re: No /src/main/resources generated
>
> Just create it manually if the Gluon archetype doesn’t create that folder
> automatically.
>
> Gj
>
> On Sat, 7 Mar 2020 at 17:21, Chris Olsen  wrote:
>
> > Hello, Everyone --
> >
> >   In anticipation of impending Java 14 I have downloaded AdoptOpen
> version
> > of Java 13, Netbeans 11.3 (Thank you for all your work!!),  and the FX
> > stuff at openjfx.io.  I am also starting out moving from Ant to Maven.
> > (All this together is a big step for me, but I have two weeks of spring
> > break to focus on learning how to do this.)
> >
> >   When I create a JavaFX project and select "Simple Java FX Maven
> > Archetype (Gluon)," I am not getting a default "Other Resources" folder
> or
> > a "/src/main/resources," anywhere; I am expecting to see something along
> > these lines based on what I have found online.
> >
> > Thus, my attempt at migrating an old FX program compiles but fails b/c it
> > is not finding my resources, formerly and currently in a package named
> > css.
> >
> >I have tried editing the POM file based on what I found online, but
> > have not been successful with that attempt either.
> >
> >   I am thinking that I may not be choosing the correct options in
> > Netbeans.  I have tried three or four different chains of Netbeans
> options,
> > but to no avail.  I am not using FXML.
> >
> >   Can anyone offer a clue about what I might be doing or not doing, or a
> > URL that is authoritative?
> >
> >   Thanks in advance!
> >
> >   -- Chris
> >
> > -
> > 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
> >
> >
>
>
> -
> 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
>
>


-
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



Re: No /src/main/resources generated

2020-03-07 Thread Geertjan Wielenga
Maybe take a look in the Favorites window to see what your folder structure
looks like on disk.

Gj

On Sat, 7 Mar 2020 at 17:47, Chris Olsen  wrote:

> Geertjan --
>
>Thank you very much for your lightning reply!
>
>I am a veteran (but amateur) FX person, and thus am ashamed to admit
> that I tried to do that in Netbeans and was not able to make it happen.
>  The default starting point gives me packages "Source Packages" and
> ".  I tried to create both a new folder and a new package
> under each of these, and the response in the "Created Folder" textfield is
> "...[ProjectName]\src\main\java\[new name].
>
>This leads me to believe that somewhere there actually is a \src\main\
> somewhere, but it seems to be out of my reach.  I think there must be
> something obvious that I am missing.
>
>-- Chris
>
> - Original Message -
> From: Geertjan Wielenga 
> To: Chris Olsen 
> Cc: users@netbeans.apache.org
> Sent: Sat, 07 Mar 2020 11:23:44 -0500 (EST)
> Subject: Re: No /src/main/resources generated
>
> Just create it manually if the Gluon archetype doesn’t create that folder
> automatically.
>
> Gj
>
> On Sat, 7 Mar 2020 at 17:21, Chris Olsen  wrote:
>
> > Hello, Everyone --
> >
> >   In anticipation of impending Java 14 I have downloaded AdoptOpen
> version
> > of Java 13, Netbeans 11.3 (Thank you for all your work!!),  and the FX
> > stuff at openjfx.io.  I am also starting out moving from Ant to Maven.
> > (All this together is a big step for me, but I have two weeks of spring
> > break to focus on learning how to do this.)
> >
> >   When I create a JavaFX project and select "Simple Java FX Maven
> > Archetype (Gluon)," I am not getting a default "Other Resources" folder
> or
> > a "/src/main/resources," anywhere; I am expecting to see something along
> > these lines based on what I have found online.
> >
> > Thus, my attempt at migrating an old FX program compiles but fails b/c it
> > is not finding my resources, formerly and currently in a package named
> > css.
> >
> >I have tried editing the POM file based on what I found online, but
> > have not been successful with that attempt either.
> >
> >   I am thinking that I may not be choosing the correct options in
> > Netbeans.  I have tried three or four different chains of Netbeans
> options,
> > but to no avail.  I am not using FXML.
> >
> >   Can anyone offer a clue about what I might be doing or not doing, or a
> > URL that is authoritative?
> >
> >   Thanks in advance!
> >
> >   -- Chris
> >
> > -
> > 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
> >
> >
>
>
> -
> 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
>
>


Re: No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Geertjan --

   Thank you very much for your lightning reply!

   I am a veteran (but amateur) FX person, and thus am ashamed to admit that I 
tried to do that in Netbeans and was not able to make it happen.   The default 
starting point gives me packages "Source Packages" and  ".  I 
tried to create both a new folder and a new package under each of these, and 
the response in the "Created Folder" textfield is 
"...[ProjectName]\src\main\java\[new name].  

   This leads me to believe that somewhere there actually is a \src\main\ 
somewhere, but it seems to be out of my reach.  I think there must be something 
obvious that I am missing.

   -- Chris

- Original Message -
From: Geertjan Wielenga 
To: Chris Olsen 
Cc: users@netbeans.apache.org
Sent: Sat, 07 Mar 2020 11:23:44 -0500 (EST)
Subject: Re: No /src/main/resources generated

Just create it manually if the Gluon archetype doesn’t create that folder
automatically.

Gj

On Sat, 7 Mar 2020 at 17:21, Chris Olsen  wrote:

> Hello, Everyone --
>
>   In anticipation of impending Java 14 I have downloaded AdoptOpen version
> of Java 13, Netbeans 11.3 (Thank you for all your work!!),  and the FX
> stuff at openjfx.io.  I am also starting out moving from Ant to Maven.
> (All this together is a big step for me, but I have two weeks of spring
> break to focus on learning how to do this.)
>
>   When I create a JavaFX project and select "Simple Java FX Maven
> Archetype (Gluon)," I am not getting a default "Other Resources" folder or
> a "/src/main/resources," anywhere; I am expecting to see something along
> these lines based on what I have found online.
>
> Thus, my attempt at migrating an old FX program compiles but fails b/c it
> is not finding my resources, formerly and currently in a package named
> css.
>
>I have tried editing the POM file based on what I found online, but
> have not been successful with that attempt either.
>
>   I am thinking that I may not be choosing the correct options in
> Netbeans.  I have tried three or four different chains of Netbeans options,
> but to no avail.  I am not using FXML.
>
>   Can anyone offer a clue about what I might be doing or not doing, or a
> URL that is authoritative?
>
>   Thanks in advance!
>
>   -- Chris
>
> -
> 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
>
>


-
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



Re: No /src/main/resources generated

2020-03-07 Thread Geertjan Wielenga
Just create it manually if the Gluon archetype doesn’t create that folder
automatically.

Gj

On Sat, 7 Mar 2020 at 17:21, Chris Olsen  wrote:

> Hello, Everyone --
>
>   In anticipation of impending Java 14 I have downloaded AdoptOpen version
> of Java 13, Netbeans 11.3 (Thank you for all your work!!),  and the FX
> stuff at openjfx.io.  I am also starting out moving from Ant to Maven.
> (All this together is a big step for me, but I have two weeks of spring
> break to focus on learning how to do this.)
>
>   When I create a JavaFX project and select "Simple Java FX Maven
> Archetype (Gluon)," I am not getting a default "Other Resources" folder or
> a "/src/main/resources," anywhere; I am expecting to see something along
> these lines based on what I have found online.
>
> Thus, my attempt at migrating an old FX program compiles but fails b/c it
> is not finding my resources, formerly and currently in a package named
> css.
>
>I have tried editing the POM file based on what I found online, but
> have not been successful with that attempt either.
>
>   I am thinking that I may not be choosing the correct options in
> Netbeans.  I have tried three or four different chains of Netbeans options,
> but to no avail.  I am not using FXML.
>
>   Can anyone offer a clue about what I might be doing or not doing, or a
> URL that is authoritative?
>
>   Thanks in advance!
>
>   -- Chris
>
> -
> 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
>
>


No /src/main/resources generated

2020-03-07 Thread Chris Olsen
Hello, Everyone --

  In anticipation of impending Java 14 I have downloaded AdoptOpen version of 
Java 13, Netbeans 11.3 (Thank you for all your work!!),  and the FX stuff at 
openjfx.io.  I am also starting out moving from Ant to Maven.  (All this 
together is a big step for me, but I have two weeks of spring break to focus on 
learning how to do this.)

  When I create a JavaFX project and select "Simple Java FX Maven Archetype 
(Gluon)," I am not getting a default "Other Resources" folder or a 
"/src/main/resources," anywhere; I am expecting to see something along these 
lines based on what I have found online.   

Thus, my attempt at migrating an old FX program compiles but fails b/c it is 
not finding my resources, formerly and currently in a package named css.  

   I have tried editing the POM file based on what I found online, but have not 
been successful with that attempt either.

  I am thinking that I may not be choosing the correct options in Netbeans.  I 
have tried three or four different chains of Netbeans options, but to no avail. 
 I am not using FXML.

  Can anyone offer a clue about what I might be doing or not doing, or a URL 
that is authoritative?

  Thanks in advance!

  -- Chris

-
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



Re: bug reporting for 11.3

2020-03-07 Thread Geertjan Wielenga
Yes, always in JIRA.

Gj

On Sat, 7 Mar 2020 at 15:42, Jonathan Bergh 
wrote:

> Hi all,
>
> many thanks for all the hard work on the latest version of Netbeans - its
> really awesome. the built in gradle support is fantastic and all the other
> bells and whistles are too.
>
> if there are some apparent bugs to report - do you want us to do this in
> Netbeans JIRA, or how would you prefer we go about this?
>
> again, many thanks for all your hard work,
> regards
> jonathan
>


bug reporting for 11.3

2020-03-07 Thread Jonathan Bergh
Hi all,

many thanks for all the hard work on the latest version of Netbeans - its
really awesome. the built in gradle support is fantastic and all the other
bells and whistles are too.

if there are some apparent bugs to report - do you want us to do this in
Netbeans JIRA, or how would you prefer we go about this?

again, many thanks for all your hard work,
regards
jonathan