should work too. But what you probably want to do is to uncheck "reuse output 
tabs from finished processes" in the maven options.
The output window tabs will remember the configs they ran, you can re-run them 
individually.

You can store configs (right click on project -> properties -> Actions) in the 
project too.

Take a look at the "Run Project" or "Run File" actions and copy them with 
customized properties. They will show up in the right click menus on project / 
files with main methods. You can also edit the nbactions.xml directly once NB 
generates one.

-mbien

On 9/11/25 13:28, Owen Thomas wrote:
> Hmmm... interesting. I believe that would work for me if I were running only 
> one instance. (?) I'm running multiple instances of the same program 
> simultaneously; each with slightly different arguments.
>
> Maybe if there's nothing available yet, I'd like to appeal to the fairies to 
> put something that would do this in a subsequent release of NB.
>
> On Thu, 11 Sept 2025 at 20:28, Michael Bien <mbie...@gmail.com> wrote:
>
>     a quick way would be to use the "re-run with different parameters" button 
> on the output window. You have to run it first for the tab to appear.
>
>     -mbien
>
>     On 9/11/25 12:04, Owen Thomas wrote:
>     > Some context: Having become frustrated with Gradle's "compatibility 
> matrix", its lack of documentation, its general complexity and apparent 
> fragility, and its seeming gentle want for me to recode my entire project in 
> Kotlin, I'm attempting to do what perhaps I should have done first: used 
> Maven as my build tool.
>     >
>     > Although it seems that I can enter command line arguments in the Run 
> category Project Property's dialogue (I haven't actually done this, but this 
> looks about right), I'm just wondering if there's any easier way to do this. 
> Something like choosing an option from the project menu like "Run with 
> arguments...".
>     >
>     > Thanks. :)
>     >
>     >   Owen.
>


---------------------------------------------------------------------
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

Reply via email to