file goes erroneously to default package [message #46959] |
Sat, 07 June 2008 07:00  |
Eclipse User |
|
|
|
Hi,
I am generating class/interface combos with this code:
<c:iterate select="//Class" var="_c">
<java:class name="{concat(className($_c/@__qname),'Impl')}"
package="{packageName($_c/@__qname)}"
srcFolder="{$genpath}" template="templates/class.jet"/>
<java:class name="{className($_c/@__qname)}"
package="{packageName($_c/@q__name)}"
srcFolder="{$genpath}"
template="templates/classInterface.jet"/>
</c:iterate>
Strangely, the generated interfaces are not going to their assigned
package, (which should be just the same as their implementation), but to
the default "no named" package. I am also sure I do not change the
variable _c, as I reuse it in classInterface.jet, where it gives the
expected value.
Dont know whats wrong.
Thanks for your hints.
Felix
|
|
|
|
Powered by
FUDForum. Page generated in 0.03333 seconds