Geir Magnusson wrote:
-Xtrace and -Xlog are available in debug build only; other than that
everything should just work. That is, -X<level>:<category>:<file>
should dump particular category to the specified file. There is
super-category "root" which you meant as "*" above, seems "*" is more
intuitive so I've added such alias.
Cool - thanks. can we document this somewhere? :)
IMHO the wiki page [1] describing command-line options is the right
place.
What do you think?
[1]http://wiki.apache.org/harmony/DrlvmCommandLineOptions
Best regards,
Sveta
geir
In order that we can help, can you tell us what exactly you are doing
?
geir
-Nathan
---------- Forwarded message ----------
From: Nathan Beyer <[EMAIL PROTECTED]>
Date: Nov 20, 2006 6:54 PM
Subject: Re: [drlvm] Anyone able to run Eclipse on WinXP?
To: [email protected]
No, unfortunately I still can't run Eclipse on DRLVM + Classlib.
The fix I checked in is based on a failing test while running J9 +
Classlib.
-Nathan
On 11/20/06, Tim Ellison <[EMAIL PROTECTED]> wrote:
Is this the problem you fixed as:
Author: ndbeyer
Date: Sun Nov 19 18:27:51 2006
New Revision: 477007
URL: http://svn.apache.org/viewvc?view=rev&rev=477007
Log:
Fix java.net.URI#relativize(URI) to return an empty URI
when an equivalent URI is passed. Update URITest to include
a regression test for this behavior.
To answer your question tho', no I haven't tried it.
Regards,
Tim
Nathan Beyer wrote:
I've been trying to run the Eclipse SDK tests, but I can't even
get
the OSGi container (Equinox) to run with DRLVM (latest) on
WinXP, so
everything comes to a quick halt.
Here's the error that I'm seeing in the logs for Eclipse 3.2.1.
Scroll
down a bit for the root error - Caused by:
java.lang.LinkageError:
class
org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
defined second time. Anyone have any thoughts? I haven't tried
to
dig
much farther, so any pointers to the best place to start looking
in
the code would be nice.
!SESSION 2006-11-18 22:51:28.273
-----------------------------------------------
eclipse.buildId=M20060921-0945
java.version=1.5.0
java.vendor=Apache Software Foundation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.equinox.common 4 0 2006-11-18 22:51:30.176
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.core.internal.runtime.Activator.start() of bundle
org.eclipse.equinox.common.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato
r(BundleContextImpl.java:1010)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleC
ontextImpl.java:964)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHo
st.java:315)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractB
undle.java:327)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framewor
k.java:1035)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles
(StartLevelManager.java:573)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(Start
LevelManager.java:491)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLev
el(StartLevelManager.java:275)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent
(StartLevelManager.java:455)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventMana
ger.java:189)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventMa
nager.java:291)
Caused by: java.lang.LinkageError: class
org/eclipse/core/internal/runtime/PlatformURLPluginConnection is
defined second time
at java.lang.VMClassRegistry.defineClass(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(Def
aultClassLoader.java:160)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(Classpa
thManager.java:498)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(Class
pathManager.java:464)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(
ClasspathManager.java:427)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Clas
spathManager.java:408)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(
DefaultClassLoader.java)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(Bun
dleLoader.java:334)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
ader.java:385)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
ader.java)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Defau
ltClassLoader.java:80)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName(Unknown Source)
at java.lang.Class.forName(Unknown Source)
at
org.eclipse.core.internal.runtime.PlatformURLPluginConnection.startup(Pl
atformURLPluginConnection.java:76)
at
org.eclipse.core.internal.runtime.Activator.installPlatformURLSupport(Ac
tivator.java)
at
org.eclipse.core.internal.runtime.Activator.start(Activator.java:78)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleC
ontextImpl.java:989)
at java.security.AccessController.doPrivilegedImpl(Unknown
Source)
at java.security.AccessController.doPrivileged(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato
r(BundleContextImpl.java:985)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleC
ontextImpl.java:964)
... 9 more
--
Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.