| 
| Core expression, adapt to inner class [message #335871] | Thu, 07 May 2009 10:24  |  | 
| Eclipse User  |  |  |  |  | Hey, 
 I'm trying to use the <adapt> element in a core expression, where the
 target type is an inner class. So that looks like:
 
 <activeWhen>
 <and>
 <count
 value="1">
 </count>
 <iterate>
 <adapt type="com.example.Outer.Inner">
 </adapt>
 </iterate>
 </and>
 </activeWhen>
 
 That doesn't work. I also tried type="com.example.Outer$Inner", doesn't
 work either.
 
 Using type="java.lang.Object" and then adapting programatically inside
 the handler's execute method works fine for test selections, so I'm sure
 I have some objects for which the handler should be active..
 
 Hope that someone can help.
 Felix
 |  |  |  | 
|  | 
|  | 
|  | 
|  | 
Powered by 
FUDForum. Page generated in 0.05012 seconds