| At line 50 changed 1 line. |
| svn checkout https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/gfsvn/v3/web/appserv-webtierg |
| svn checkout https://svn.dev.java.net/svn/glassfish-svn/trunk/v3/web/appserv-webtier |
| At line 63 changed 1 line. |
| Once you are satisfied with your change, use {{cvs}} to commit the changes. |
| Once you are satisfied with your change, use {{svn}} to commit the changes. |
| At line 80 changed 1 line. |
| export MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=5050 |
| UNIX: |
| export MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5050 |
| Windows: |
| setlocal |
| set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5050 |
| At line 87 added 1 line. |
| endlocal |
| At line 89 changed 1 line. |
| Read more about [how GFv3 build/development works|HowDoesV3BuildWorks] to get a better understanding why this works. |
| Read more about [how GFv3 build/development works|HowDoesV3BuildWorks] to get a better understanding why this works. Also, see this [jenblog|http://blogs.sun.com/jenblog/entry/glassfish_v3_getting_started_setting] entry for more build tips. |