I forget the exact code, but there is a startup debug option where the new JVM waits for a debugger attachment before proceeding. That may be better than changing the code.
I don't know how to fix things for you. I would suggest not using Ant to run JBoss, run it manually. Having Ant run JBoss is a convienience ... but pay attention to the JVM system parameters it sets. ----- Original Message ----- From: "Greg Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 3:41 PM Subject: [Tapestry-developer] Tapestry 2.1 Question > I just downloaded Tapestry 2.1 onto my Win2000 machine and ran build > file. It hung after trying to startup JBoss. I am guessing this is > because of a change to the JBoss code I made. I added System.in.read() > as the first line of code in main. This allows me to start JBoss, then > attach debugger, then hit return and step thru startup and deploy code. > Anyway, the command window from runnning the Tapestry build file does > not take my hitting return and just hangs. I would rather not change my > JBoss environment inorder to just experiement with Tapestry. My > question is, is there a change to build.xml or property files in > Tapestry deployment that would allow the command window to send my > return to JBoss and allow it to continue? Alternatively, I suppose I > could make a copy of JBoss, just for Tapestry without the > System.in.read(). > > Thanks > > Greg Turner, JBoss Authorized Consultant > > Tiburon Enterprise Systems > http://www.tiburon-e-systems.com > Box 1171 > Tiburon, CA 94920 > 415-332-3363 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
