Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [platform-swt-dev] How to get and build the source for SWT 3.1M7?

I tried to follow your suggestions as cited below:

This part is a bit confusing and I hope that we can do something
better since it's a reasonable thing to want to do.  Eclipse builds are
done using PDE build, which uses the map files found in the
org.eclipse.releng plugin.  If you look in maps/swt.map you will see
which tags were used to check out for the most recent build.  The
org.eclipse.releng plugin is tagged for each integration build, so you
can go through its history to see which tags were used for each build.

I checked out the org.eclipse.releng with tag I20050513-1415 and found the
swt.map file below:
(By the way, how can I figure out the build number from a stable build's
release page when
I do not want to look at its address where the number is contained as I
assume:
http://download.eclipse.org/eclipse/downloads/drops/S-3.1M7-200505131415/ind
ex.php)


!***************  SWT CONTRIBUTION
********************************************************
feature@org.eclipse.platform.launchers=v3135,:pserver:anonymous@dev.eclipse.
org:/home/eclipse,,platform-launcher

plugin@xxxxxxxxxxxxxxx=v3135c,:pserver:anonymous@xxxxxxxxxxxxxxx:/home/eclip
se,
fragment@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=v3135,:pserver:anonymous@xxxxxxxx
pse.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxx.linux.x86=v3135,:pserver:anonymous@dev.eclipse.
org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx=v3135,:pserver:anonymous@dev.eclipse.
org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxx.linux.x86_64=v3135,:pserver:anonymous@dev.eclip
se.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxx.solaris.sparc=v3135,:pserver:anonymous@xxxxxxxx
pse.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx=v3135,:pserver:anonymous@dev.eclipse.
org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxxxxxxxxx.PA_RISC=v3135,:pserver:anonymous@xxxxxxx
ipse.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxx.motif.linux.x86=v3135,:pserver:anonymous@dev.eclips
e.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxx.motif.solaris.sparc=v3135,:pserver:anonymous@xxxxxx
lipse.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxxxxxxxxxxxxx.x86=v3135,:pserver:anonymous@dev.eclipse
.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxx.win32.wce_ppc.arm=v3135,:pserver:anonymous@xxxxxxxx
pse.org:/home/eclipse,
fragment@xxxxxxxxxxxxxxx.win32.win32.x86=v3135a,:pserver:anonymous@dev.eclip
se.org:/home/eclipse,

plugin@xxxxxxxxxxxxxxx.examples=v3132,:pserver:anonymous@xxxxxxxxxxxxxxx:/ho
me/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.browser=v3130,
:pserver:anonymous@xxxxxxxxxxxxxxx:/home/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.browser.demos=v3130,:pserver:anonymous@dev.e
clipse.org:/home/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.controls=v3130,:pserver:anonymous@dev.eclips
e.org:/home/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.launcher=v3130,:pserver:anonymous@dev.eclips
e.org:/home/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.layouts=v3130,:pserver:anonymous@dev.eclipse
.org:/home/eclipse,
plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx.win32=v3130,:pserver:anonymous@dev.eclip
se.org:/home/eclipse,
plugin@xxxxxxxxxxxxxxx.examples.paint=v3130,:pserver:anonymous@dev.eclipse.o
rg:/home/eclipse,

plugin@xxxxxxxxxxxxxxx.tests=v3133,:pserver:anonymous@xxxxxxxxxxxxxxx:/home/
eclipse,
plugin@xxxxxxxxxxxxxxx.tools=v3135,:pserver:anonymous@xxxxxxxxxxxxxxx:/home/
eclipse,

I then fetched the version tagged v3135a for
org.eclipse.swt.win32.win32.x86,
but when trying to fetch the version tagged v3135c of org.eclipse.swt, this
tag did not exist.
Which tag do I have to use for the org.eclipse.swt module?

Can you help again?
Thanks in advance,
Thomas

-----Ursprungliche Nachricht-----
Von: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx]Im Auftrag von Billy Biggs
Gesendet: Mittwoch, 18. Mai 2005 01:01
An: Eclipse Platform SWT component developers list.
Betreff: Re: [platform-swt-dev] How to get and build the source for SWT
3.1M7?


Thomas Mauch (thomas.mauch@xxxxxxx):

> I want to get and build the SWT source code for Eclipse 3.1 M7.
>
> My starting point was the website http://www.eclipse.org/swt/. Under
> "SWT Downloads" however, it points to Eclipse 3.1 M3 download page -
> not very current.
>
> I then tried the link "Latest 3.1 Stable Build" and was directed to
> the Milestone Build: 3.1M5a page - already better, but still not good
> enough.

  Ack!  I'll fix those links right away... :(

> Then I found an entry in the FAQ (How do I build an SWT jar for my
> platform?) and tried this. When trying to download the
> org.eclipse.swt-project, I wanted to get the version used for M7, but
> when looking at the different tags, I found nothing similar. How do I
> find out from which tag a version, e.g. M7 was built?

  This part is a bit confusing and I hope that we can do something
better since it's a reasonable thing to want to do.  Eclipse builds are
done using PDE build, which uses the map files found in the
org.eclipse.releng plugin.  If you look in maps/swt.map you will see
which tags were used to check out for the most recent build.  The
org.eclipse.releng plugin is tagged for each integration build, so you
can go through its history to see which tags were used for each build.

> And finally I tried to download the project org.eclipse.swt.win32
> which contains only one file which states that the content has been
> moved, so the FAQ is obviously broken as well...

  This project in CVS only contains the .dll files anyway.  It has been
moved to org.eclipse.swt.win32.win32.x86.

> Then I tried to post to this mailing list, but my email was rejected.
> I suppose that I must subscribe first and will try again, but on the
> web page is just written "To post a message to all the list members,
> send email to platform-swt-dev@xxxxxxxxxxx." - no word that you first
> must subscribe to the list.

  This is a good suggestion.  I will change it on the page.

> So I'm totally confused now. Is there such a mess on your web pages or
> am I totally missing something?

  Thanks a lot for posting!!! :)    Please let us know either here or in
bugzilla when things are busted.

  -Billy
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top