Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[2]: [equinox-dev] CVS module questions

If you have figured this out, could you write me a summary I can post
on my web site www.aqute.biz?

I got quite a few questions regarding this kind of setup but have not had
the time to write anything up.

Thanks! Kind regards,

        Peter Kriens
        
ER> Pascal Rapicault wrote:
>> 
>> EclipseStarter is in org.eclipse.osgi and Main is in org.eclipse.platform.
>> What are you looking for?

ER> I have a bunch of plain-old OSGi bundles that work fine with the Oscar
ER> and Eclipse OSGi containers.  I am in the process of moving from the
ER> manual install of bundles on the console prompt to something I can ship
ER> with an installer.

ER> I only really need the OSGi runtime, but I am trying to determine what I
ER> can reuse from the startup.jar and config.ini infrastructure.  My 
ER> problem is that as soon as I mess with the 'osgi.bundles' setting, I
ER> start to generate a variety of exceptions related to improper setting of
ER> the eclipse.product and probably other related settings.  Looks like I
ER> need to generate or configure a 'product' or 'application'.  I attached
ER> an error, below.

ER> I asked about the location of the EclipseStarter and Main so I could dig
ER> into how the Eclipse infrastructure above the OSGi runtime works.

ER> -enrique


ER> bash-2.05b# more configuration/1110007610126.log
ER> !SESSION Mar 05, 2005 02:26:50.711 
ER> ---------------------------------------------
ER> eclipse.buildId=I200406251208
ER> java.version=1.4.2_05
ER> java.vendor=Sun Microsystems Inc.
ER> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

ER> !ENTRY org.eclipse.core.runtime Mar 05, 2005 02:26:50.712
ER> !MESSAGE Product org.eclipse.platform.ide could not be found.

ER> !ENTRY org.eclipse.osgi Mar 05, 2005 02:26:50.734
ER> !MESSAGE Application error
ER> !STACK 1
ER> java.lang.RuntimeException: No application id has been found.
ER>          at 
ER> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:313)
ER>          at 
ER> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
ER>          at 
ER> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
ER>          at
ER> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
ER>          at 
ER> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
ER>          at 
ER> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
ER>          at java.lang.reflect.Method.invoke(Method.java:324)
ER>          at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
ER>          at org.eclipse.core.launcher.Main.run(Main.java:644)
ER>          at org.eclipse.core.launcher.Main.main(Main.java:628)


>> 
>> PaScaL
>> 
>> 
>> 
>> *Enrique Rodriguez <erodriguez@xxxxxxxxxx>*
>> Sent by: equinox-dev-admin@xxxxxxxxxxx
>> 
>> 03/04/05 03:59 PM
>> Please respond to
>> equinox-dev
>> 
>> 
>>       
>> To
>>       equinox-dev@xxxxxxxxxxx
>> cc
>>       
>> Subject
>>       [equinox-dev] CVS module questions
>> 
>> 
>>       
>> 
>> 
>> 
>> 
>> 
>> 1)  Which CVS module has the
>> org.eclipse.core.runtime.adaptor.EclipseStarter class?
>> 
>> 2)  Which CVS module has the org.eclipse.core.launcher.Main?
>> 
>> -enrique
>> 
>> _______________________________________________
>> equinox-dev mailing list
>> equinox-dev@xxxxxxxxxxx
>> http://dev.eclipse.org/mailman/listinfo/equinox-dev
>> 
ER> _______________________________________________
ER> equinox-dev mailing list
ER> equinox-dev@xxxxxxxxxxx
ER> http://dev.eclipse.org/mailman/listinfo/equinox-dev


-- 
Peter Kriens                              Mob +33633746480
9C, Avenue St. Drézéry                    Tel +33467542167
34160 Beaulieu, France                    Tel +15123514821
AOL,Yahoo pkriens                         ICQ 255570717



Back to the top