Re: Maven run properties bugs

2020-01-22 Thread Geertjan Wielenga
You’re going to provide complete numbered step by step instructions to reproduce the problem from beginning to end, otherwise I will ignore this thread. Apologies, Gj On Thu, 23 Jan 2020 at 08:53, Ty Young wrote: > > On 1/23/20 1:48 AM, Geertjan Wielenga wrote: > > “Netbeans own generate Mave

Re: Maven run properties bugs

2020-01-22 Thread Ty Young
On 1/23/20 1:48 AM, Geertjan Wielenga wrote: “Netbeans own generate Maven project.” I mean Netbeans is the IDE that generated the project. New Project > Java with Maven > Java Application Copy/paste the provided --add-exports and click "ok". View properties window again. Note: I also

Re: Maven run properties bugs

2020-01-22 Thread Geertjan Wielenga
“Netbeans own generate Maven project.” I don’t know what that means. I apologize for that. I will help and reproduce the problem to the best of my ability once you provide the steps to reproduce it. Gj On Thu, 23 Jan 2020 at 08:44, Ty Young wrote: > > On 1/23/20 1:40 AM, Geertjan Wielenga wrot

Re: Maven run properties bugs

2020-01-22 Thread Ty Young
On 1/23/20 1:40 AM, Geertjan Wielenga wrote: What kind of Maven project are we talking about? Steps to reproduce, please? Netbeans own generate Maven project. Seems to happen when VM Options are specified, like this: --add-exports=jdk.incubator.foreign/jdk.incubator.foreign.unsafe=org.gol

Re: Maven run properties bugs

2020-01-22 Thread Geertjan Wielenga
What kind of Maven project are we talking about? Steps to reproduce, please? Gj On Thu, 23 Jan 2020 at 08:36, Ty Young wrote: > > On 1/23/20 1:28 AM, William Reynolds wrote: > > You need to provide more information. > > > > > > Seriously? You need to actually look at the screenshot that was lin

Re: Maven run properties bugs

2020-01-22 Thread Ty Young
On 1/23/20 1:28 AM, William Reynolds wrote: You need to provide more information. Seriously? You need to actually look at the screenshot that was linked. The code being wrongfully injected into the properties dialog is *clearly* from nbactions.xml: --add-exports=jdk.incubator.foreign/

Re: Maven run properties bugs

2020-01-22 Thread William Reynolds
You need to provide more information. Go to your output window, what is that command that is actually being run? What is the error message? What happens when you run the same maven command from the command line? Does the command line make sense given the maven goal you're trying to execute? M

Re: Maven run properties bugs

2020-01-22 Thread Ty Young
On 1/21/20 3:36 PM, Ty Young wrote: Hi, Whenever I go to "run" in my Maven project properties the command line arguments are all messed up[1]. Why is it doing this? Nothing on this? At all? [1] https://imgur.com/a/pOdKIOR ---

Maven run properties bugs

2020-01-21 Thread Ty Young
Hi, Whenever I go to "run" in my Maven project properties the command line arguments are all messed up[1]. Why is it doing this? [1] https://imgur.com/a/pOdKIOR - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.o