Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] debug tracing for m2e

Did you see my reply

http://dev.eclipse.org/mhonarc/lists/m2e-users/msg02192.html

--
Regards,
Igor

On 12-02-08 12:07 PM, Russ Tremain wrote:
anyone?  any way to turn on debugging in m2e?

At 2:56 PM -0800 2/7/12, Russ Tremain wrote:
Hi,

I tried to enable debug tracing to try and find out why my repository searches are returning nothing.

I followed this article:

	http://wiki.eclipse.org/M2E_FAQ#How_to_enable_debug_tracing

which recommends creating a property file like this:

---------------------------------------------------------
### org.maven.ide.eclipse

# Turn on debugging for the org.maven.ide.eclipse plugin.
org.maven.ide.eclipse/debug=false

# Plugin initialization
org.maven.ide.eclipse/debug/initialization=false

# Maven builder
org.maven.ide.eclipse/debug/builder=false

# Maven project facade
org.maven.ide.eclipse/debug/projectManager=false

# legacy options

# plugin
org.maven.ide.eclipse/plugin=false

# launcher activity
org.maven.ide.eclipse/launcher=false

# actions activity
org.maven.ide.eclipse/actions=false

# console activity
org.maven.ide.eclipse/console=false
---------------------------------------------------------


Are these properties still valid?  I'm not seeing any tracing in any of the system logs.

I'm wondering if the package names have changed.

tia,
-Russ
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top