Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Hello community

So what exactly is the problem?   The messages you see are completely
normal.  They are Equinox aspects debug messages.  It means that the
weaving service is enabled (which you also see in the preferences
page).



On Sat, Feb 21, 2009 at 6:15 AM, Marcelo Dias <maruero@xxxxxxxxx> wrote:
> Hello folk.
>
> Thank you for your answer, Andrew Eisenberg.
>
> As I thought, I'm having problems with the configuration of my AJDT
> development environment.
> I have followed the instructions of the FAQ page. But when I try to run the
> project I have the following messages.
> I think that it is about the weaving service. I've tried to enabled it
> through the menu:' Window->Preferences->JDT weaving' and it said that 'JDT
> Weavint is currently ENABLED'.
>
> Do you have any idea about solving this issue?
>
> Thank you, in advance,
>
> Marcelo
>
> Configuration location:
>
> file:/home/marcelo/workspaces/ajdt_WS/.metadata/.plugins/org.eclipse.pde.core/AJDT
> 1.6 weaving/
> Configuration file:
>
> file:/home/marcelo/workspaces/ajdt_WS/.metadata/.plugins/org.eclipse.pde.core/AJDT
> 1.6 weaving/config.ini loaded
> Install location:
>     file:/home/marcelo/Programas/eclipse/
> Framework located:
>
> file:/home/marcelo/Programas/eclipse/plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
> Loading extension: org.eclipse.equinox.weaving.hook
>     eclipse.properties not found
> Framework classpath:
>
> file:/home/marcelo/Programas/eclipse/plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
>     file:/home/marcelo/Programas/eclipse/plugins/
>
> file:/home/marcelo/Programas/eclipse/plugins/org.eclipse.equinox.weaving.hook_1.0.0.200901261628.jar
> Splash location:
>
> /home/marcelo/Programas/eclipse/plugins/org.eclipse.platform_3.3.101.v200809111700/splash.bmp
> Debug options:
>
> file:/home/marcelo/workspaces/ajdt_WS/.metadata/.plugins/org.eclipse.pde.core/AJDT
> 1.6 weaving/.options loaded
>> Opened service tracker for weaving service.
> Time to load bundles: 30
>> AspectJAdaptorFactory.getWeavingService()
>> baseClassLoader=org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@7f5580
> < AspectJAdaptorFactory.getWeavingService() service=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.Activator, bytes=2836
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl,
>> bytes=4114
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.provisional.configurator.Configurator,
>> bytes=321
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.utils.Utils, bytes=8234
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils,
>> bytes=4002
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.utils.BundleInfo,
>> bytes=2448
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier,
>> bytes=11964
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier$1,
>> bytes=1006
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.utils.StateResolverUtils,
>> bytes=5183
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorFactory,
>> bytes=1231
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.utils.EquinoxUtils,
>> bytes=2636
> < AspectJAdaptor.weaveClass() newBytes=null
>> AspectJAdaptor.weaveClass() bundle=org.eclipse.equinox.simpleconfigurator,
>> name=org.eclipse.equinox.internal.simpleconfigurator.console.ConfiguratorCommandProvider,
>> bytes=2423
> < AspectJAdaptor.weaveClass() newBytes=null
>> Removed service listener for weaving service.
>> Closed service tracker for weaving service.
>
>


Back to the top