Re: Sample pages, Eclipse and XMLCEclipse...
Garth Dahlstrom <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
> 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
(it works through settings contained in project properties / also
viewable in the .xmlc file in the project's root)... Here is the
deployed directory:
Directory of C:\Java\Tomcat
4.1\webapps\bp\WEB-INF\classes\org\enhydra\barracuda\contrib\dbroggisch
\examples\view\xmlc
02/17/2003 04:23 AM <DIR> .
02/17/2003 04:23 AM <DIR> ..
02/17/2003 04:23 AM 10,616 FileUploadHTML.class
02/17/2003 04:23 AM 9,653 NavigationHTML.class
02/17/2003 04:23 AM 56 options.xmlc
02/17/2003 04:23 AM 13,655 PrefixMappingHTML.class
02/17/2003 04:23 AM 15,885 RepopulationHTML.class
5 File(s) 49,865 bytes
2 Dir(s) 3,045,319,680 bytes free
I'm wondering if perhaps these should be in a Jar, maybe they are
outside of the classpath somehow?? (I didn't see any Ant task that
jars them up)
-Garth