Problems with links

2003-01-16 Thread Robert Somers
I am new to the JDE and was trying to learn how to use the debugging capabilities. When I clicked on the links in the User's guide under debugging applications, the pages couldn't be found. Is this information in another location. Thanks in advance for the help. Bob

Problems with links

2003-01-16 Thread Paul Kinnucan
Robert Somers writes: I am new to the JDE and was trying to learn how to use the debugging capabilities. When I clicked on the links in the User's guide under debugging applications, the pages couldn't be found. Is this information in another location. Thanks in advance for the help.

JDE Bug : Error while compiling

2003-01-16 Thread Paul Kinnucan
olivier Fresse writes: Please enter the details of your bug report here When I compile, I have an error : let: Wrong type argument: listp, jikes I used jde-2.2.8, no problem. The data type of jde-compiler has changed in the latest release. Please open a customization

JDE Ant Build Problem

2003-01-16 Thread Nick
Morning, I installed JDE 2.3.2 yesterday and have been having a problem with the jde-ant-build function. The error in the messages buffer is 'Wrong type argument: listp, package'. I'm running XEmacs 21.x on Windows 2k. The same buildfile and options worked fine under 2.3.1. Has anyone else

Compile window watching

2003-01-16 Thread James Higginbotham
Title: Compile window watching Hi, Anyone have a hook or an idea for how to craft a hook to ensure that the compile buffer follow the scrolling text? Right now, I have to switch to the buffer and put the cursor at the end to get the buffer to track all new text appended to the buffer.

RE: Compile window watching

2003-01-16 Thread Jayakrishnan Nair
Title: Compile window watching Check the variable compilation-scroll-output -Original Message- From: James Higginbotham [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:54 AM To: [EMAIL PROTECTED] Subject: Compile window watching Hi, Anyone have a hook or an

Re: Compile window watching

2003-01-16 Thread Javier S. Lopez
M-x compilation-scroll-output t. Javier James Higginbotham [EMAIL PROTECTED] writes: Hi, Anyone have a hook or an idea for how to craft a hook to ensure that the compile buffer follow the scrolling text? Right now, I have to switch to the buffer and put the cursor at the end to get the