Re: Re: Sample pages, Eclipse and XMLCEclipse...
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Garth Dahlstrom wrote: >>It looks to me that you don't let your xmlc-classes implement the >>NavigationHTML interface. Thus the exception. >> >>Using the "normal" xmlc-task, this is controlled by the *.xmlc files >>for all the templates: >> >>-implements >>org.enhydra.barracuda.contrib.dbroggisch.examples.view.xmlc.NavigationHTML >> >>And obviously, this is not happening when you use your XMLC-Plugin. I >>have no idea how that works, so you've got to figure that our for >yourself. > > > Missing class is what the error suggests (man I was up too late :( ), > but the plugin has built the classes in the package with that prefix Its not missing a class, the class is missing an interface. Thats a major difference. > (it works through settings contained in project properties / also > viewable in the .xmlc file in the project's root)... Here is the > deployed directory: For every html-mockup, there has to be one .xmlc file, specifying what interface this xmlc-generated class is supposed to implement. Can you bring your plugin to keep the generated sources? Then you'll see if the classes implement NavigationHTML or not. Diez