Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Setup of eclipse for complex aspectJ project scenarios

Title: Setup of eclipse for complex aspectJ project scenarios

Hello,
I try to set-up the complete build/project system for EOS in eclipse.

For plain  old java projects it looks like this:

Directory-structure:
Core //(libraries for all components and projects)
Components
Projects

Full Build of a project:
Core
 1. Step external tools, (idl-compiler etc.)
 2. java-files
(3.) optionaly a jar

Components:
 1. Step external tools, (idl-compiler etc.)
 2. java-files
(3.) optionaly a jar

Project:
 1. Step external tools, (idl-compiler etc.)
 2. java-files
(3.) optionaly a jar

For aspectJ the setup is more tricky. 
Some (abstract) Aspects are defined in the Core.
But they are added to the compilation unit of a components or a project, if the component or the project need it.
Additional some aspects are defined in a component, and they are added to the project. (on demand)

How do you configure ajdt to reuse an source aspect, from a different project in the current project?
(Simple coping of the aspect is not an option).

Can I have recursive nested projects?


regards
   Arno Schmidmeier


Back to the top