Re: [Vine-developers] Dev env for Vine
Brought to you by:
luisbermudez
From: Luis B. <ber...@su...> - 2008-08-05 20:14:50
|
Hi Carlos, On Aug 5, 2008, at 4:05 PM, Carlos Rueda wrote: > Hi Luis, > > Yes, I'm already reporting issues, see for ex: https://sourceforge.net/tracker/index.php?func=detail&aid=2037715&group_id=150690&atid=778663 > > which BTW seems not to be a problem with the most recent code, so > perhaps we should remove vine_1.3.1.20080808b.linux.gtk.x86.zip from > the downloads and close this item with a corresponding note ? yes! > > > In general, I suggest we first do a (at least a minimal) test of a > release before making it available in the downloads section. I can > continue doing the linux and the macos-ppc ones using the machines I > have available. I always do Mac intel before, but not the others. I could test windows and mac intel- good. I fully agree with you. We could have interim version available at sourceforge, for John and Stephanie, e.g., lets use the developers list ( I need to, as well ). list of cced -luis > > > I'll create the linux log4j issue. yes I am not getting it -luis > > > thanks, > Carlos > > > > On Tue, Aug 5, 2008 at 5:49 AM, Luis Bermudez <ber...@su...> > wrote: > Carlos, lets use the vin...@li... > > and if there are any issues, please report them. So, we still have 2 > issues : > - log4 > - export for multiplatforms > > is this right ? > > - more inline > > -luis > > > On Aug 5, 2008, at 1:05 AM, Carlos Rueda wrote: > > Hola Luis, > > Good news: with your latest updates and by using rcp-ganymede, I was > finally able have a working dev env for Vine on my ubuntu > linux! :) Just for the record, some details are at the end of > this message. > > In summary now I can: > - launch Vine from within the IDE > - Export the product, for now only the linux release. > > Well, I can launch the linux release, but it fails (right after > opening a file) with classnotfoundexc because the log4j library > didn't get it into the product. I will see how to fix that, but you > may want to check that also. > > Later I will see how to create the other OS releases (windows, mac), > but at least I can finally start doing more interesting things! ;-) > > (I will also try to set up the Registry project ASAP). > > Gracias mil por tu tiempo! > > Carlos > > > ----- > I just updated everything using ganymede on my ubuntu linux; to be > concrete: > org.mmi.jenas > org.mmi.mappingPolicy > org.mmi.ont.util. > org.mmi.util > org.mmi.vine > org.mmi.vine.extension > and now everything compiles OK without doing any changes, great! > > Then I tried launching the application from within the IDE, but was > getting the error: "No application id has been found", see error log > below. I did various steps like the ones you indicated on the phone > (synchrozining, checking the dependencies, add req plugins...). Only > after I went to the Window -> preferences -> Plug-in devlpmt -> > target platform and clicked "add required plug-ins" button, I was > able to finally launch vine, which ran OK :-) > I don't think any new required plug-ins were actually added but > somehow this step refreshed something within ganymede. (the whole > thing is very tricky anyways...) > > This was similar to what we did yesterday by phone. Somehow the > manifest file and the product config file not get sync, and you need > to do that. So remember it -:) > > -luis > > > > > > > !SESSION 2008-08-04 20:29:08.002 > ----------------------------------------------- > eclipse.buildId=unknown > java.version=1.5.0_10 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US > Framework arguments: -product org.mmi.vine.product > Command-line arguments: -product org.mmi.vine.product -data /home/ > carueda/mmiworkspace/../runtime-org.mmi.vine.product -dev file:/home/ > carueda/mmiworkspace/.metadata/.plugins/org.eclipse.pde.core/ > org.mmi.vine.product/dev.properties -os linux -ws gtk -arch x86 > > !ENTRY org.eclipse.equinox.app 0 0 2008-08-04 20:29:09.697 > !MESSAGE Product org.mmi.vine.product could not be found. > > !ENTRY org.eclipse.osgi 4 0 2008-08-04 20:29:09.733 > !MESSAGE Application error > !STACK 1 > java.lang.RuntimeException: No application id has been found. > at > org > .eclipse > .equinox > .internal > .app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236) > at > org > .eclipse > .equinox > .internal > .app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) > at > org > .eclipse > .core > .runtime > .internal > .adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java: > 110) > at > org > .eclipse > .core > .runtime > .internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at > org > .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: > 382) > at > org > .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: > 179) > 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:585) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) > at org.eclipse.equinox.launcher.Main.run(Main.java:1236) > at org.eclipse.equinox.launcher.Main.main(Main.java:1212) > > !ENTRY org.eclipse.osgi 2 0 2008-08-04 20:29:09.765 > !MESSAGE One or more bundles are not resolved because the following > root constraints are not resolved: > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-04 20:29:09.765 > !MESSAGE Bundle initial@reference:file:../../../../home/carueda/ > mmiworkspace/org.mmi.vine/ was not resolved. > !SUBENTRY 2 org.mmi.vine 2 0 2008-08-04 20:29:09.765 > !MESSAGE Missing required bundle org.mmi.util_1.0.0. > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-04 20:29:09.765 > !MESSAGE Bundle initial@reference:file:../../../../home/carueda/ > mmiworkspace/org.mmi.ont.util/ was not resolved. > !SUBENTRY 2 org.mmi.ont.util 2 0 2008-08-04 20:29:09.765 > !MESSAGE Missing required bundle org.mmi.util_1.0.0. > > !ENTRY org.eclipse.osgi 2 0 2008-08-04 20:29:09.769 > !MESSAGE The following is a complete list of bundles which are not > resolved, see the prior log entry for the root cause if it exists: > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-04 20:29:09.769 > !MESSAGE Bundle initial@reference:file:../../../../home/carueda/ > mmiworkspace/org.mmi.ont.util/ [69] was not resolved. > !SUBENTRY 2 org.mmi.ont.util 2 0 2008-08-04 20:29:09.769 > !MESSAGE Missing required bundle org.mmi.util_1.0.0. > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-04 20:29:09.770 > !MESSAGE Bundle initial@reference:file:../../../../home/carueda/ > mmiworkspace/org.mmi.vine/ [70] was not resolved. > !SUBENTRY 2 org.mmi.vine 2 0 2008-08-04 20:29:09.770 > !MESSAGE Missing required bundle org.mmi.ont.util_0.0.0. > !SUBENTRY 2 org.mmi.vine 2 0 2008-08-04 20:29:09.770 > !MESSAGE Missing required bundle org.mmi.util_1.0.0. > > > > > On Mon, Aug 4, 2008 at 2:05 PM, be...@ma... <be...@ma...> wrote: > > 1:28 PM bermud%40mac.com: ho;a > > vine has been updated > > me: ok > > :-) > > bermud%40mac.com: don need org.mmi.ont.jenas > > 1:29 PM me: OK > > bermud%40mac.com: I created a new plugin org.mmi.jenas with only > the jars > > I think better you update all ! > > me: great, simpler and easier to dealt with, i guess > > (warning: my laptop is running out of batteries) > > bermud%40mac.com: oops > > 1:30 PM me: so, talk to u later ;-/ > > sorry > > bermud%40mac.com: ok > > ________________________________ > > 35 minutes > > 2:05 PM bermud%40mac.com: be aware of this: > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=233789 > > 2:08 PM so I am going to download eclipse-rcp-ganymede > > > |