On 17-Feb-05, at 10:51 AM, Mark Phippard wrote:
> Toby Thain <toby@telegraphics.com.au> wrote on 02/17/2005 10:48:09 AM:
>
>> Java Browser.
>>
>> You're right, it does appear in Resource browser. Looks like I just
>> have to figure out how to make it a Java project (add a "nature"?)
>
> It might not work if you just try to edit the XML and refresh. But if
> you
> edit the XML and commit it, then delete the project from your workspace
> and check it out again, that should work. Of course with Eclipse 3.0,
> editing the XML might be enough to do it too.
So far, so good. If I add some Java-ness to the .project XML (using
Resource browser), e.g.
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Then it happily appears when I switch back to the Java browser - even
without a Refresh.
I had the project "go empty" once after that, but I reimported and it
seems ok now... touch wood...
Thanks again
Toby
>
> Mark
>
>
>
> _______________________________________________________________________
> ______
> Scanned for SoftLanding Systems, Inc. by IBM Email Security Management
> Services powered by MessageLabs.
> _______________________________________________________________________
> ______
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
Received on Fri Feb 18 05:28:01 2005