Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Spacing in RowLayout problem

Tuesday, April 29, 2003, 12:48:50 PM, Cuong MacroNT wrote:

> I tried to download the latest SWT version with the size:

> -rw-rw-r--    1 cuong    ...     723766 Mar 27 22:01 swt.jar
> -rw-rw-r--    1 cuong    ...     27783 Mar 27 22:01 swt-pi.jar
> It's the same as the current I have
> It' that correct packages I need to download to fix the "Spacing in RowLayout problem" ?

The best way I've found to get the contents of the HEAD stream for any
eclipse component is to check out the corresponding project(s) using
CVS.  Here's one way to do it:

1. Follow the instructions under "Anonymous CVS" on the following
page:
http://dev.eclipse.org/cvshowto.html
2. Check out the org.eclipse.swt project, and the corresponding
org.eclipse.swt.<wm> where "wm" is the window manager you're
developing for.
3. Export the .dll or .so from the org.eclipse.swt.<wm> to a location
on the library path
4. Copy the .classpath_<wm> file to .classpath to properly compile the
org.eclipse.swt project.
5. Either use the build.xml script (I haven't tried this), or export
the org.eclipse.swt project to a jar.

David

-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top