Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] cvs refactoring and 2.0.1 map files


The old, pre-refactor 'directory.txt' files can no longer be used to load the modules.
There's a couple of choices, depending on what you needed.

1.  Start with the directory.txt file, but edit them so the paths are correct. There is a SED script which might help, but it won't correct every thing, so
you'll have to figure out any that it doesn't handle.
See sedscript.sed in org.eclipse.wtp.releng.utilities in webtools.releng/plugins/

2. You could check out the R2_0_maintenance branch of the map files, which have been corrected already. That's not exactly what was in 2.0.1, but is close (and, of course, representative of 2.0.2 ongoing work).

3. But, let's back up, if you really want to be running against 2.0.1, you could just use that distribution in your PDE target.

Hope that helps,





From: "Ahti Kitsik" <ahti@xxxxxxxxxxxx>
To: wtp-dev@xxxxxxxxxxx
Date: 11/27/2007 07:06 AM
Subject: [wtp-dev] cvs refactoring and 2.0.1 map files





First thanks for the hard work with the cvs refactoring!

I got a bit confused there while trying to find the proper set of .map files that could work for loading/building wtp2.0.1.
(WTP 2.0.1, released on 2007-09-28, Release Build: R-2.0.1-20070926042742).

Is it still possible with the latest cvs? I tried with releng maps from R2_0_maintenance branch but for a start, sse.core etc were missing.
According to
http://download.eclipse.org/webtools/downloads/drops/R2.0/R-2.0.1-20070926042742/directory.txt there should be wst-xml-core.map but it was not found.
And even if it were, there is no "wst" module anymore so I guess it would fail.. Simply getting a zip source drop is not a good option for me.

Any idea what I might be doing wrong?

regs,
Ahti

snippet from the mentioned...directory.txt where wst-xml-core.map is taken from the R2_0_maint.. branch:
!***************
!*************** wst-xml-core.map

! This map file is for
! WTP 2.0.x maintenance releases

! These bundles are currently being developed and released
! from the R2_0_maintenance branch:

plugin@xxxxxxxxxxxxxxxxxxxxxxxx=v200705302225,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools,,wst/components/dtd/plugins/org.eclipse.wst.dtd.core
plugin@xxxxxxxxxxxxxxxxxxxxxxxx=v200709061102,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools,,wst/components/sse/plugins/org.eclipse.wst.sse.core
plugin@xxxxxxxxxxxxxxxxxxxxxxxx=v200709201331,:
pserver:anonymous@xxxxxxxxxxxxxxx :/cvsroot/webtools,,wst/components/xml/plugins/org.eclipse.wst.xml.core
plugin@xxxxxxxxxxxxxxxxxxxxxxxx=v200707172046,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools,,wst/components/xsd/plugins/org.eclipse.wst.xsd.core
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top