| Summary: | [forum] Add beginning of post to notification mails | ||
|---|---|---|---|
| Product: | Community | Reporter: | Karsten Thoms <karsten.thoms> |
| Component: | Forums and Newsgroups | Assignee: | Forums and Newsgroups inbox <forums-inbox> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Karsten Thoms
I've added the entire post to the notifications. It shouldn't be too overwhelming. Here's a sample email I received: A new topic has been created in forum 'Eclipse Platform'. To view the topic, go to: http://www.eclipse.org/forums/index.php?t=rview&goto=642292#msg_642292 This is a snippet of the new topic: *********************************** I want to debug the java source code in eclipse. I am able to attach and see the JDK class files but I want to be able to stick a statement into the JDK source code. e.g. in Container.addImpl(): System.out.println ("Container.addImpl(): " + component + "\tindex: " + index); I went to the rt.jar in the package explorer. I right-clicked to get Properties, then select Java Source Attachment and then specify a path: C:/Program Files/Java/jdk1.6.0_18/src.zip but still I get Container.class not Container.java So then unzipped the src.zip and using that directory as the source attachment. I can edit Container.java now in Eclipse at this point. When it runs it still uses the class file and the new line appears in the Container.class, but I don't see the output on the console. Something is still not right. How do I do this? (Note that I'm not looking for a bug in the JDK, just want to see what its doing) *********************************** To stop receiving notifications about new topics in this forum, please go here: http://www.eclipse.org/forums/index.php?t=rview&unsub=1&frm_id=11 All the best, The Eclipse Foundation I'm not sure if anyone will complain about long mails, but at least for me this is a real improvement. Now I can track the support requests already by mail and decide whether to go to the forum to answer. Thanks, Denis! |