Changes between Initial Version and Version 2 of Ticket #39991


Ignore:
Timestamp:
Aug 4, 2013, 3:05:17 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39991

    • Property Owner changed from macports-tickets@… to blair@…
  • Ticket #39991 – Description

    initial v2  
    22
    33Currently, I have all 3 mavens installed, and the following symlinks are in place:
     4{{{
    45/opt/local/bin/mvn -> /opt/local/bin/mvn3
    56/opt/local/bin/mvn1 -> ../share/java/maven1/bin/mvn
    67/opt/local/bin/mvn2 -> ../share/java/maven2/bin/mvn
    78/opt/local/bin/mvn3 -> ../share/java/maven3/bin/mvn
     9}}}
    810
    911What's missing from this are symlinks to mvnDebug (which is similar to the mvn command but sets up the appropriate options for JDWP).
    10 Now I could just call mvn -DMAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
     12Now I could just call `mvn -DMAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000`
    1113but that's extra friction.
    1214