Skip to main content

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


Sorry I should have read your original email more carefully.

I just checked with Sonia and I suspect the failure was due to the new RelEng map file format for the new build structure.

I will confirm and fix the RelEng plug-in.  I will also try and improve te error handling so that problems are indicated properly to the user.

Sorry for the inconvieience folks.

...Dean...



Daniel Megert/Zurich/IBM@IBMCH
Sent by: eclipse-dev-admin@xxxxxxxxxxx

07/02/2003 08:30 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [eclipse-dev] Rebuild Request / Problem with releng.tools (re: I-I20030701-200307010800)







Dean,

maybe it was not clear in my e-mail: we use version 1.1.
Our build machine runs on a drop older than N20030630.

Dani


                                                                         
            "Dean Roberts"                                                
            <Dean_Roberts@ca.                                            
            ibm.com>                                                   To
            Sent by:                  eclipse-dev@xxxxxxxxxxx            
            eclipse-dev-admin                                          cc
            @eclipse.org                                                  
                                                                  Subject
                                      Re: [eclipse-dev] Rebuild Request /
            02.07.2003 14:22          Problem with releng.tools (re:      
                                      I-I20030701-200307010800)          
                                                                         
            Please respond to                                            
            eclipse-dev@eclip                                            
                 se.org                                                  
                                                                         
                                                                         





Dani,

Are you running with the new version of the RelEng plug-in?  This was
released and announced on Eclipse-dev Monday morning.

2.0.1 of the plug-in is needed to work with any Eclipse builds equal to or
later than N20030630.

...Dean...


                                                                         
  Daniel                                                                  
  Megert/Zurich/IBM@IB         To:        eclipse-dev@xxxxxxxxxxx        
  MCH                          cc:                                        
  Sent by:                     Subject:        [eclipse-dev] Rebuild      
  eclipse-dev-admin@ec Request / Problem with releng.tools (re:          
  lipse.org            I-I20030701-200307010800)                          
                                                                         
                                                                         
  07/01/2003 01:13 PM                                                    
  Please respond to                                                      
  eclipse-dev                                                            
                                                                         









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)



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top