Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Rebuild Request / Problem with releng.tools (re: I-I20030701-200307010800)



We just noticed that not all our plug-ins got released to todays build.
After investigating we found that the releng.tools (1.1) release action
failed (see log below). Not sure what caused it, we did not get any
feedback in the UI. Anybody seen this before? Could the problem be that we
released our projects as usual but someone else removed some of them from
the jdtui.map?

We had to manually fix it since re-running the Release action stopped at
the same place.

We are now ready for the rebuild.

NOTE: DO NOT USE I-I20030701-200307010800 it is probably corrupt due to the
plug-in inconsistency mentioned above.

Dani

java.lang.StringIndexOutOfBoundsException: String index out of range: -86
        at java.lang.String.substring(String.java:1480)
        at
org.eclipse.releng.tools.TagAndReleaseAction.updateMapFile(TagAndReleaseAction.java:120)

        at
org.eclipse.releng.tools.TagAndReleaseAction.updateMapFile(TagAndReleaseAction.java:88)

        at
org.eclipse.releng.tools.TagAndReleaseAction.execute(TagAndReleaseAction.java:68)

        at
org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:69)
        at
org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:71)
        at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)

        at
org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:496)

        at
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:468)

        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2036)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1742)
        at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1399)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1382)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)

        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
        at org.eclipse.core.launcher.Main.run(Main.java:747)
        at org.eclipse.core.launcher.Main.main(Main.java:583)





Back to the top