Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Initial JST componentization released for I-builds -- What's New


The jst component features have been released for the future (and continuous) I-builds,

N200511132343  is the closest N (head) build for what was released.
I only list the "N" build, since the
build takes longer now .. and if something goes wrong at the end, you might see this
note before you see the next I-build.
There will be other, more recent N (head) builds which are "experiments" to
improve the build process (and time!) .. but you should ignore those.

When the I-build becomes available, each team must download and verify its
correct. Besides normal sniff testing, please visually inspect to see all is as
epected with respect to jarred plugins, source included, etc.

The I-build that contains these few build component features will lbe
* greater than* I200511131204, which was the last of the "old" way.



= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

jst enterprise -- cvs location: jst/components/ejb/features/
                  (arbitrarily picked ejb, even though current has webservices too).

        org.eclipse.jst.enterprise_core.feature
        org.eclipse.jst.enterprise_sdk.feature
        org.eclipse.jst.enterprise_tests.feature
        org.eclipse.jst.enterprise_ui.feature
        org.eclipse.jst.enterprise_userdoc.feature


jst web -- cvs location: jst/components/jsp/features
                (arbitrarily picked "jsp", even though intent is to cover jsps and servlets).

        org.eclipse.jst.web_core.feature
        org.eclipse.jst.web_sdk.feature
        org.eclipse.jst.web_tests.feature
        org.eclipse.jst.web_ui.feature
        org.eclipse.jst.web_userdoc.feature

jst server -- cvs location jst/components/server/features

        org.eclipse.jst.server_adapters.feature
        org.eclipse.jst.server_core.feature
        org.eclipse.jst.server_sdk.feature
        org.eclipse.jst.server_tests.feature
        org.eclipse.jst.server_ui.feature
        org.eclipse.jst.server_userdoc.feature

jst common -- cvs location jst/components/common/features
              (yep, you read right ... I broke down and created a 'jst common' component feature,
              even though have been trying not to. This was required for recent "java project facets"
              required by both jst-server and jst-web components. I'm sure there will be much discussion
              of what else belongs here ... but ... I'd like us all to review each proposed addition fully .. much
              of which  can be done after 1.0 release, unless current structure poses concrete problems.

        org.eclipse.jst.common_core.feature
        org.eclipse.jst.common_sdk.feature


Back to the top