Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20040323 (Timestamp: 200403231208):Build is complete. Automated JUnit testing is starting.



Just FYI to all that might have had similar problems.
Browser use on Linux for the Intro (Welcome) plugin was not supposed to go
live in this build.
To fix this problem, please do the following:

Go to Platform (org.eclipse.platform) and remove Linux ang GTK from OS and
WS in the following in plugin.xml
 <extension
         id="intro"
         point="org.eclipse.ui.intro.config">
      <config
            introId="org.eclipse.platform.intro"
            id="org.eclipse.platform.introConfig">
         <presentation
               home-page-id="root"
               title="%intro.title">
            <implementation
                  style="css/shared.css"
                  os="win32,linux"   ( <--remove Linux from here)
                  ws="win32,gtk"     (<-- remove gtk from here)

class="org.eclipse.ui.intro.internal.presentations.BrowserIntroPartImplementation">
            </implementation>
            <implementation
                  style="css/shared_swt.properties"

class="org.eclipse.ui.intro.internal.presentations.FormIntroPartImplementation">
            </implementation>
         </presentation>

NOTE: (make sure you are not using a cached config when you retry starting
after changing the plugin.xml)

This allows the Intro code to use the other implementation for Linux.
For those that might be interested, the above markup specifies two
implementations for the Welcome experience, one based on SWT Browser and
one based on UI Forms. Only one is chosen based on OS and WS.

Apologies for the inconvenience.

Mazen Faraj
Intro Team.







                                                                           
             Jared Burns                                                   
             <jaredburns@acm.o                                             
             rg>                                                        To 
             Sent by:                  platform-releng-dev@xxxxxxxxxxx     
             platform-releng-d                                          cc 
             ev-admin@eclipse.                                             
             org                                                   Subject 
                                       Re: [platform-releng-dev]           
                                       [eclipse-build]Build I20040323      
             03/23/2004 02:02          (Timestamp:  200403231208):Build is 
             PM                        complete.  Automated JUnit testing  
                                       is      starting.                   
                                                                           
             Please respond to                                             
             platform-releng-d                                             
                    ev                                                     
                                                                           
                                                                           




As a workaround, I found that you can create the file
$WORKSPACE/.metadata/.plugins/org.eclipse.ui.ide/prefs.ini with the
following contents:

#Tue Mar 23 10:59:23 PST 2004
/instance/org.eclipse.ui.ide/INTRO=false

This will at least let the build start up.

- Jared

On Tue, 2004-03-23 at 10:42, Jared Burns wrote:
> If I launch the Linux-GTK version on an empty workspace, the SDK crashes
> at startup:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=55726
>
> - Jared
>
> On Tue, 2004-03-23 at 10:05, eclipse-releng@xxxxxxxxxxx wrote:
> > Build I20040323 (Timestamp: 200403231208):  The Build is complete.
Automated JUnit testing is starting.
> >
> > HTTP Download:
> >
> >
http://download.eclipse.org/downloads/drops/I-I20040323-200403231208
> >
> > FTP Download:
> >
> >          user: anonymous
> >          password: (e-mail address or leave blank)
> >          server:  download.eclipse.org
> >          cd to directory:  I-I20040323-200403231208
> >
> >          or
> >
> >          ftp://download.eclipse.org/I-I20040323-200403231208
> > _______________________________________________
> > platform-releng-dev mailing list
> > platform-releng-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/platform-releng-dev
>
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-releng-dev

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




Back to the top