On 16 February 2011 23:15, Jesse Glick <jesse.gl...@oracle.com> wrote:
> On 02/15/2011 11:35 PM, Stephen Connolly wrote:
>>
>> there are enough people out there who
>> use mvn exec:exec to run their swing apps
>
> Do you mean exec:java? (exec:exec -Dexec.executable="java" would be
Yeah... I was using my phone.... that it sent at all is a miracle

> unaffected.) It's not a very good idea to run an arbitrary app this way,
> since there are plenty of opportunities for the result to be subtly
> different than running the app in its own JVM, and you have no opportunity
> to customize VM options. But it is probably true that a lot of people do it
> anyway. Perhaps exec:java should fork unless explicitly requested to run
> in-VM.

Might be a good idea... but there would need to be tweaks over how and
which system properties got passed through

>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to