<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.tools.jdt</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/maillist.html</link>
		<description>NewsGroup: news.eclipse.tools.jdt</description>
		<language>en-us</language>
		<pubDate>Fri, 08 Aug 2008 17:41:50 GMT</pubDate>
		<lastBuildDate>Fri, 08 Aug 2008 17:41:50 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.tools.jdt</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.tools.jdt] Re: Disable formatter with Java comment</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23224.html</link>
		<description>Christophe Bismuth a &amp;#xE9;crit : This is not possible right now. -- Olivier </description>
		<content:encoded><![CDATA[<tt>Christophe Bismuth a &#xE9;crit :
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">/* DISABLE FORMATTER */
String s = &quot;ezndizeudnui&quot;    +
          &quot;kzejndfkzejfnkj&quot; +
          &quot;dezfkn&quot;;
/* ENABLE FORMATTER */</pre><br>
<tt>Is it possible?
</tt></blockquote><pre style="margin: 0em;">This is not possible right now.
--
Olivier</pre><br>
]]></content:encoded>
		<pubDate>Fri, 08 Aug 2008 17:30:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23224.html</guid>
		<author>olivier_thomann@xxxxxxx (Olivier Thomann)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Disable formatter with Java comment</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23223.html</link>
		<description>Dear community, I'm a user of GNU indent, and I would like to disable Java formatting with comments, like: /* DISABLE FORMATTER */ String s = &amp;quot;ezndizeudnui&amp;quot; + &amp;quot;kzejndfkzejfnkj&amp;quot; + &amp;quot;dezfkn&amp;quot;; /* ENABLE FORMATTER */ Is it possible? Thank you, Chris </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Dear community,</pre><br>
<tt>I'm a user of GNU indent, and I would like to disable Java formatting with 
comments, like:</tt><br>
<br>
<pre style="margin: 0em;">/* DISABLE FORMATTER */
String s = &quot;ezndizeudnui&quot;    +
          &quot;kzejndfkzejfnkj&quot; +
          &quot;dezfkn&quot;;
/* ENABLE FORMATTER */</pre><br>
<pre style="margin: 0em;">Is it possible?</pre><br>
<pre style="margin: 0em;">Thank you,
Chris</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 08 Aug 2008 16:20:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23223.html</guid>
		<author>cbismuth@xxxxxxx (Christophe Bismuth)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Re: time delay for &quot;mark occurrences&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23222.html</link>
		<description>Not without additional data. Create several VM dumps while waiting and check whether they look similar. You can then file a bug report with those dumps. Also, does it happen in a simple Java project (e.g. imported JUnit)? Dani </description>
		<content:encoded><![CDATA[<tt>Joe Kauzlarich wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Dani,</pre><br>
<tt>The project is new and very small, (a PDE project), in a small source 
file.</tt><br>
<br>
<tt>Anyone else having this problem? I'm not sure how bug reporting works 
here. Should I just post a bug?
</tt></blockquote><tt>Not without additional data. Create several VM dumps while waiting and 
check whether they look similar. You can then file a bug report with 
those dumps. Also, does it happen in a simple Java project (e.g. 
imported JUnit)?</tt><br>
<br>
<tt>Dani
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I would feel more comfortable doing that if someone could acknowledge 
it first...</tt><br>
<br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Joe</pre><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 08 Aug 2008 06:40:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23222.html</guid>
		<author>daniel_megert@xxxxxxx (Daniel Megert)</author>
	</item>


	<item>
		<title>[news.eclipse.tools.jdt] Re: Generating Resolved AST without a	Project</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23221.html</link>
		<description>Thanks for the response. I have been perusing the source code and it seems like there is a reasonable api for invoking the 'internal' eclipse compiler, with reasonable command line arguments. This, of course, gives back an 'internal' ASTNode which is more ...</description>
		<content:encoded><![CDATA[<tt>Thanks for the response.  I have been perusing the source code and it 
seems like there is a reasonable api for invoking the 'internal' eclipse 
compiler, with reasonable command line arguments.  This, of course, gives 
back an 'internal' ASTNode which is more difficult to handle than the 
public dom.  I know it would satisfy me if there were merely a public way 
to transform an 'internal' AST into the public dom.  It seems that the 
classes that do this are package private....</tt><br>
<br>
<pre style="margin: 0em;">Tim</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 08 Aug 2008 02:24:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23221.html</guid>
		<author>tbraje@xxxxxxx (Timothy Braje)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Re: Generating Resolved AST without a	Project</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23220.html</link>
		<description>Timothy Braje a &amp;#xE9;crit : It is not possible right now to get bindings without a java project. In order to create a project, you need to run a headless Eclipse. Please add yourself to https://bugs.eclipse.org/bugs/show_bug.cgi?id=206391. -- Olivier </description>
		<content:encoded><![CDATA[<tt>Timothy Braje a &#xE9;crit :
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I have a seemingly simple problem.  From outside of eclipse plugin, I 
would like to generate an AST that I can traverse to gather information 
on the source code.  I need for this AST to be resolved with 
references.  So, I have tried
</tt></blockquote><pre style="margin: 0em;">It is not possible right now to get bindings without a java project.
In order to create a project, you need to run a headless Eclipse.
Please add yourself to <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=206391">https://bugs.eclipse.org/bugs/show_bug.cgi?id=206391</a>.
--
Olivier</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 08 Aug 2008 01:11:41 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23220.html</guid>
		<author>olivier_thomann@xxxxxxx (Olivier Thomann)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Generating Resolved AST without a Project</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23219.html</link>
		<description>I have a seemingly simple problem. From outside of eclipse plugin, I would like to generate an AST that I can traverse to gather information on the source code. I need for this AST to be resolved with references. So, I have tried: ASTParser eclipseAstParse...</description>
		<content:encoded><![CDATA[<tt>I have a seemingly simple problem.  From outside of eclipse plugin, I 
would like to generate an AST that I can traverse to gather information on 
the source code.  I need for this AST to be resolved with references.  So, 
I have tried:</tt><br>
<br>
<pre style="margin: 0em;"> ASTParser eclipseAstParser = ASTParser.newParser( AST.JLS3 );
 eclipseAstParser.setKind(ASTParser.K_COMPILATION_UNIT);
 eclipseAstParser.setResolveBindings(true);</pre><br>
<pre style="margin: 0em;">(I am using the public api: org.eclipse.jdt.core.dom.ASTParser)</pre><br>
<tt>In order to get references, I need to set a classpath.  However, the only 
way I can figure out how to set a classpath is to create an IJavaProject 
and set that against the parser like:</tt><br>
<br>
<pre style="margin: 0em;"> eclipseAstParser.setProject(...);</pre><br>
<tt>However, I cannot figure out how to create an instance of IJavaProject.  I 
am not running from within eclipse, so I don't have a Workspace.  If I do 
this, for example:</tt><br>
<br>
<pre style="margin: 0em;"> IWorkspace workspace = ResourcesPlugin.getWorkspace();</pre><br>
<pre style="margin: 0em;">then I am greeted with an exception:</pre><br>
<tt>Exception in thread &quot;main&quot; java.lang.IllegalStateException: Workspace is 
closed.<br>
       at 
org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:339)<br>
....</tt><br>
<br>
<pre style="margin: 0em;">Is there a way around this?</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Tim Braje</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 07 Aug 2008 22:01:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23219.html</guid>
		<author>tbraje@xxxxxxx (Timothy Braje)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Re: time delay for &quot;mark occurrences&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23218.html</link>
		<description>Dani, The project is new and very small, (a PDE project), in a small source file. Anyone else having this problem? I'm not sure how bug reporting works here. Should I just post a bug? I would feel more comfortable doing that if someone could acknowledge it...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Dani,</pre><br>
<pre style="margin: 0em;">The project is new and very small, (a PDE project), in a small source file.</pre><br>
<tt>Anyone else having this problem? I'm not sure how bug reporting works 
here. Should I just post a bug? I would feel more comfortable doing that 
if someone could acknowledge it first...</tt><br>
<br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Joe</pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 07 Aug 2008 18:44:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23218.html</guid>
		<author>joe.kauzlarich@xxxxxxx (Joe Kauzlarich)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Re: 3.4 Hot Code Replace Failing</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23217.html</link>
		<description>I tried the simplest test case I could and hot code replace works fine. Is there any way to discover why hot code is failing in my production projects? The error log doesn't seem to show anything... &amp;quot;Walter Harley&amp;quot; &amp;lt;eclipse@xxxxxxxxxxxxxx&amp;gt; wrote in message...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I tried the simplest test case I could and hot code replace works fine.</pre><br>
<tt>Is there any way to discover why hot code is failing in my production 
projects?</tt><br>
<br>
<pre style="margin: 0em;">The error log doesn't seem to show anything...</pre><br>
<tt>&quot;Walter Harley&quot; &lt;eclipse@xxxxxxxxxxxxxx&gt; wrote in message 
<a  href="news:g70p5s$1q0$1@xxxxxxxxxxxxxxxxxxxx">news:g70p5s$1q0$1@xxxxxxxxxxxxxxxxxxxx</a>
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>B C wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I am finding that Eclipse 3.4 is much less effective at hot code 
replacements while debugging than in version 3.3. For example, adding a 
comment will cause it to prompt me to terminate/continue.</tt><br>
<br>
<pre style="margin: 0em;">Are others also experiencing this?</pre><br>
<tt>Thanks
</tt></blockquote><tt><br>I've not had any problem with that, personally.  If you can come up with a 
reliable repro, with details of what JVM etc. you're using, I think the 
JDT team would be very interested in a Bugzilla entry.  Are you sure that 
3.3 vs 3.4 is the only thing that changed?  Is this happening in plain 
Java projects, or J2EE, or... ? 
</tt></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 07 Aug 2008 18:17:05 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23217.html</guid>
		<author>bcort@xxxxxxx (B C)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] Re: time delay for &quot;mark occurrences&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23216.html</link>
		<description>Nope. 10 seconds sounds like a bug. Maybe you have a different setup (complicated workspace)? Is it also 10s in a new workspace with a small Java project? Dani </description>
		<content:encoded><![CDATA[<tt>Joe K wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello,</pre><br>
<tt>Just wondering if there's a way to set the delay on the 'mark 
occurrences' feature. 
</tt></blockquote><tt>Nope.
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>On my home workstation (linux) the delay is around 10 seconds, while 
I'm used to it being almost instantaneous, as it is at work (windows). 
My home PC is far superior, btw :-)
</tt></blockquote><tt>10 seconds sounds like a bug. Maybe you have a different setup 
(complicated workspace)? Is it also 10s in a new workspace with a small 
Java project?</tt><br>
<br>
<tt>Dani
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I'm using the same version of eclipse in both settings, 3.4, so all I 
can think of is that the linux version is configured differently in 
this regard.<br>
This is a minor annoyance, because I usually have my hands on my mouse 
when I need 'mark occurrences' and don't want to move both hands to 
the keyboard to press the ctrl-shift-o sequence.</tt><br>
<br>
<pre style="margin: 0em;">I know, it's a petty complaint, but I thought I'd ask :)</pre><br>
<pre style="margin: 0em;">Joe</pre><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 07 Aug 2008 07:02:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23216.html</guid>
		<author>daniel_megert@xxxxxxx (Daniel Megert)</author>
	</item>
	<item>
		<title>[news.eclipse.tools.jdt] time delay for &quot;mark occurrences&quot;</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23215.html</link>
		<description>Hello, Just wondering if there's a way to set the delay on the 'mark occurrences' feature. On my home workstation (linux) the delay is around 10 seconds, while I'm used to it being almost instantaneous, as it is at work (windows). My home PC is far superio...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt>Just wondering if there's a way to set the delay on the 'mark occurrences' 
feature. On my home workstation (linux) the delay is around 10 seconds, 
while I'm used to it being almost instantaneous, as it is at work 
(windows). My home PC is far superior, btw :-) </tt><br>
<br>
<tt>I'm using the same version of eclipse in both settings, 3.4, so all I can 
think of is that the linux version is configured differently in this 
regard. </tt><br>
<br>
<tt>This is a minor annoyance, because I usually have my hands on my mouse 
when I need 'mark occurrences' and don't want to move both hands to the 
keyboard to press the ctrl-shift-o sequence.</tt><br>
<br>
<pre style="margin: 0em;">I know, it's a petty complaint, but I thought I'd ask :)</pre><br>
<pre style="margin: 0em;">Joe</pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 07 Aug 2008 05:37:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.tools.jdt/msg23215.html</guid>
		<author>jkauzlar@xxxxxxx (Joe K)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
