John Dunning wrote:
Hi,
I've been trying to compile the webadmin interface from the scratchpad area,
but keep experiencing the following error:
...
[javac]
C:\Xindice-webadmin-source_NEW\xml-xindice\java\scratchpad\webadmin\src\org\
apache\xindice\webadmin\WebAdminServlet.java:100: cannot resolve symbol
[javac] symbol : variable database
[javac] location: class org.apache.xindice.webadmin.WebAdminServlet
[javac] m_container.handleRequest(req, res, this.database); }
[javac] ^
...
I'm not very experienced in Java; has anyone successfully compiled this, or
can anyone direct me how to correct this error?
Xindice was updated to handle multiple databases; and webadmin - not yet. If you are not strong in java... Pull previous version of the XindiceServlet from the CVS, which does not yet support multiple databases. webadmin should compile with it.
Vadim