Debug XSP

2001-09-27 Thread Tobias Luikard
Hi, is there a possibilty to debug the generated Code from the XSP files? Is the *.java Code available. I didn't found it on the HHD. I get an exception on runnig the XSP. (Line 92, column 38: ')' expected) But in my XSP isn't a line 92. It's got only 20 lines. This XSP is very simple but

RE: Debug XSP

2001-09-27 Thread Morrison, John
What OS/Servlet Engine are you using? Under Tomcat the source is... $TOMCAT_HOME/work/[context name]/org/apache/cocoon/www/... -Original Message- From: Tobias Luikard [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 September 2001 11:36 am To: [EMAIL PROTECTED] Subject: Debug XSP

Re: Debug XSP

2001-09-27 Thread Tobias Luikard
/cocoon/www/... -Original Message- From: Tobias Luikard [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 September 2001 11:36 am To: [EMAIL PROTECTED] Subject: Debug XSP Hi, is there a possibilty to debug the generated Code from the XSP files? Is the *.java Code available

RE: Debug XSP

2001-09-27 Thread Morrison, John
, javac it. Your logs should help... -Original Message- From: Tobias Luikard [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 September 2001 11:42 am To: [EMAIL PROTECTED] Subject: Re: Debug XSP There is only the sitemap. When the compiling fails, then there is no java file either

RE: Debug XSP

2001-09-27 Thread Luca Morandini
, September 27, 2001 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Debug XSP There is only the sitemap. When the compiling fails, then there is no java file either? Is there a posibilty to compile the XSP by hand? Thanks Tobias Morrison, John wrote: What OS/Servlet Engine are you using