Hi,

a simple question - how can I retrieve a macro definition using 
ComponentHelper?

I tried something like

 ComponentHelper componenthelper = 
ComponentHelper.getComponentHelper(project());
 MacroDef def = (MacroDef) 
componenthelper.getTaskDefinitions().get(mymacroname);

just in order to understand that Hastable getTaskDefinitions() contains a 
String => Class
relation. 

So where are those MacroDef's hidden?

Sorry for this stupid question,
Wolfgang.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to