Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Equinox Aspects - some doubts

thanks Martin, but I really need anything else =P
I'm faced with dangerous problems =/, I don't know if an Equinox Aspect is able to recognize Require-Bundle Constraint in plugins.
got this error when I was trying to run Equinox Aspects (hello.aspect) with another plugin project, that needs Required Plugins like org.eclipse.ui, org.eclipse.help, org.eclipse.core.runtime etc, after putting this new plugin project id at hello.launch. By the way, I think every plugin project to be reached by Equinox Aspect has to be listed at the aspect launch file... is it really true?.
That's it =)

thanks again!

--
jp
On Wed, Apr 1, 2009 at 3:36 PM, Martin Lippert <lippert@xxxxxxx> wrote:
Hi JP,

let me provide some insights... :-)

*Target Environment*

You don't *need* a specialized target platform for running Equinox Aspects. This is currently used within some demo projects to show what minimal bundle set you need to run an OSGi app using Equinox Aspects. If you have AJDT installed to your SDK, then you already have the Equinox Aspects bundles installed and you don't need a specialized target environment. This is just useful if you separate between your IDE and the OSGi environment your workspace projects should compile and run against.

*CVS URLs*

You are right, there is no direct link to the CVS resources from the equinox aspects website. We should fix that, absolutely right. The current version of equinox aspects is located in the RT projects cvs tree:

/cvsroot/rt/org.eclipse.equinox/incubator/aspects/

Hope this helps! Let me know if you need anything else!

Cheers,
-Martin








João Paulo Sabino de Moraes wrote:
Hello all,

I'm new in plug-in development with Aspects but lately I'm getting started
with Equinox Aspects. I've tested Hello Demo and it worked perfectly
alright, but I'm still doubted about how it really works. I didn't
understand the need of a general project with a target definition, I've run
hello.aspect plugin withou it and the plugin worked with no problems too.
I've searched for demos (equinox-incubator/aspects/demos) at
http://dev.eclipse.org/viewcvs/index.cgi?view=roots but I didn't find any
link related to equinox-incubator with cvs url?
I'd be glad if anyone could help me with theese problems

thanks

--
jp



------------------------------------------------------------------------

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


Back to the top