Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Getting set up for eclipse development

Okay, I followed the concepts in the links you sent me (thank you very
much), but I still have a problem with the org.eclipse.swt project.  If I
don't get it from the repository, then the org.eclipse.jface.text project
complains about not having the DND.SELECTION_CLIPBOARD.  But if I get the
org.eclipse.swt project from the repository, then it doesn't build (compile)
at all complaining about classes not being in their proper packages and not
being able to resolve java.lang.Object.  When I look at the project
structure, it doesn't seem like a standard project.  I hate to be so
annoying, but can you offer any help on how to get around this?

Thanks,
Keith

-----Original Message-----
From: eclipse-dev-admin@xxxxxxxxxxx [mailto:eclipse-dev-admin@xxxxxxxxxxx]
On Behalf Of Jared Burns
Sent: Thursday, February 03, 2005 1:24 PM
To: eclipse-dev@xxxxxxxxxxx
Subject: Re: [eclipse-dev] Getting set up for eclipse development

The Debug team also has a little page that we wrote up to help people 
get started working on the debug plugins. Just replace the references to 
"org.eclipse.debug.*" with whatever you want to work on.

- Jared

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-debug-home/
project/workspace.html

Rafael Chaves wrote:
> The PDE/UI projectarea has some docs on Eclipse self-hosting:
>  
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/pde-ui-home/dev.html
>  
> /February 3, 2005 2:07 PM
> To: <eclipse-dev@xxxxxxxxxxx>
> cc:
> From: "Keith McQueen" <kmcqueen@xxxxxxxxxx>
> Subject: [eclipse-dev] Getting set up for eclipse development/
> 
> Hi all,
> 
>  
> 
> I'm trying to do some work on the eclipse code, but I seem to get 
> nothing but problems.  When I check projects out of the eclipse cvs 
> repository, the project doesn't build.  Do have some general pointers on 
> how to get my workspace set up for doing eclipse development?  Do I need 
> to just check out every project (a little overwhelming)?  Thanks for 
> your support.
> 
>  
> 
> Keith
> 
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top