Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [e4-dev] Cant't compile current e4 trunk

Thanks Kevin, now it works…

 

Kai

 

From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On Behalf Of Kevin McGuire
Sent: Donnerstag, 9. Juli 2009 15:48
To: E4 Project developer mailing list
Subject: RE: [e4-dev] Cant't compile current e4 trunk

 


Sorry, you now also need to load SWT :(  You will want to load the R3_5 version (assuming your IDE is 3.5 final).

For the record, I apologize for the hassle and confusion I've introduced, but I couldn't see any other solution and really felt it important for us to be able to update our tab look to move the eclipse look forward.

>> For the moment this puts us in the position where to compile e4 UI we
>> need to check out org.eclipse.swt (and set the .classpath correctly
>> for your platform) so that org.eclipse.e4.ui.widgets.fragment can
>> compile.  Without a compiled version of
>> org.eclipse.e4.ui.widgets.fragment the swt.renderer plugin will no
>> longer compile.


>See
http://www.eclipse.org/swt/cvs.php for instructions on how to check out SWT from CVS.


"Toedter, Kai" <kai.toedter@xxxxxxxxxxx>
Sent by: e4-dev-bounces@xxxxxxxxxxx

07/09/2009 09:29 AM

Please respond to
E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>

To

"E4 Project developer mailing list" <e4-dev@xxxxxxxxxxx>

cc

Subject

RE: [e4-dev] Cant't compile current e4 trunk

 




Found the project org.eclipse.e4.ui.widgets.fragment. The reason I did not find in the first place was that it does not compile in my environment...

It looks good thought, so I will try to find out what's wrong with my environment...

Kai

> -----Original Message-----
> From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Toedter, Kai
> Sent: Donnerstag, 9. Juli 2009 15:14
> To: E4 Project developer mailing list
> Subject: [e4-dev] Cant't compile current e4 trunk
>
> All,
>
> I get compile errors in
> org.eclipse.e4.workbench.ui.renderers.swt.StackModelFactory
>
> Cannot resolve:
> import org.eclipse.swt.custom.ETabFolder;
> import org.eclipse.swt.custom.ETabItem;
>
> In which project should these classes be?
>
> Thanx
>
> Kai
> ---
>
> Kai Tödter
>
> Siemens AG
> Corporate Technology
> Architecture
> CT SE 2
> Otto-Hahn-Ring 6
> 81739 Munich, Germany
> Phone: +49 89 636-41064
> Fax: +49 89 636-45450
> mailto: kai.toedter@xxxxxxxxxxx
> Internet: www.siemens.com/corporate-technology
>
> Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Gerhard
> Cromme; Managing Board: Peter Loescher, Chairman, President and Chief
> Executive Officer; Heinrich Hiesinger, Joe Kaeser, Rudi Lamprecht,
> Eduardo Montes, Juergen Radomski, Erich R. Reinhardt, Hermann Requardt,
> Uriel J. Sharef, Peter Y. Solmssen, Klaus Wucherer; Registered offices:
> Berlin and Munich; Commercial registries: Berlin Charlottenburg, HRB
> 12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322
>
>
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top