You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/10/07 14:50:43 UTC

svn commit: r1395313 - in /incubator/easyant/core/trunk/bin: easyantDebug easyantDebug.bat

Author: jlboudart
Date: Sun Oct  7 14:50:43 2012
New Revision: 1395313

URL: http://svn.apache.org/viewvc?rev=1395313&view=rev
Log:
Use 9000 as default debug port

Modified:
    incubator/easyant/core/trunk/bin/easyantDebug
    incubator/easyant/core/trunk/bin/easyantDebug.bat

Modified: incubator/easyant/core/trunk/bin/easyantDebug
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/bin/easyantDebug?rev=1395313&r1=1395312&r2=1395313&view=diff
==============================================================================
--- incubator/easyant/core/trunk/bin/easyantDebug (original)
+++ incubator/easyant/core/trunk/bin/easyantDebug Sun Oct  7 14:50:43 2012
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-EASYANT_OPTS="$EASYANT_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
+EASYANT_OPTS="$EASYANT_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=y"
 
 export EASYANT_OPTS
 easyant $@

Modified: incubator/easyant/core/trunk/bin/easyantDebug.bat
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/bin/easyantDebug.bat?rev=1395313&r1=1395312&r2=1395313&view=diff
==============================================================================
--- incubator/easyant/core/trunk/bin/easyantDebug.bat (original)
+++ incubator/easyant/core/trunk/bin/easyantDebug.bat Sun Oct  7 14:50:43 2012
@@ -15,7 +15,7 @@ REM  WITHOUT WARRANTIES OR CONDITIONS OF
 REM  See the License for the specific language governing permissions and
 REM  limitations under the License.
 
-set EASYANT_OPTS="%EASYANT_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
+set EASYANT_OPTS="%EASYANT_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=y"
 
 easyant.bat %*