You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/01/10 04:20:31 UTC

cvs commit: jakarta-tapestry build.xml

hlship      2003/01/09 19:20:31

  Modified:    .        build.xml
  Log:
  Fix an error in build.xml that makes the run-tutorial target hang
  
  Revision  Changes    Path
  1.60      +2 -2      jakarta-tapestry/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	20 Nov 2002 20:51:03 -0000	1.59
  +++ build.xml	10 Jan 2003 03:20:31 -0000	1.60
  @@ -381,7 +381,7 @@
   		<!-- Enable debugging when running the tutorial -->
   		
   		<jvmarg line="-showversion -Xdebug -Xnoagent"/>
  -		<jvmarg line="-Xrunjdwp:transport=dt_socket,suspend=y,server=y,address=20150"/>
  +		<jvmarg line="-Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=20150"/>
   					
   		<!-- Jetty can get easily confused (under NT) unless this is turned off. -->