Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Jar signing and output

Hi Everyone,

This week I worked on adding signing jars to the CBI build and had a few questions I've documented in bug 420738 [1].

Basically Tycho only supports 2 parameters from eclipse.inf files:

    - jarprocessor.exclude
    - jarprocessor.exclude.pack

If any other parameters exist Tycho will fail the build unfortunately. I've attached proposed patches to remove or modify some eclipse.inf files to satisfy this requirement on the Tycho side. This probably will cause build issues for WTP's existing build so I have not created final patches for them yet and suspect this bug will take some time for discussion first. Please comment in the bug.


Finally I was wondering what the final output of a WTP build should be?

Is it a P2 repo (I see on the downloads page [2] that there is 2 repos for wtp and wtp tests)? or is there more to it?


Thanks,


Thanh

[1] https://bugs.eclipse.org/420738
[2] http://download.eclipse.org/webtools/downloads/drops/R3.5.1/R-3.5.1-20130913223750/

Back to the top