On 2/3/06, Maldonado, Daniel CW2 NGCT <[EMAIL PROTECTED]> wrote:
>
> 1.  Click in the editor and Press Alt-Enter  <- I can click this all day and
> I only get the Home.page properties window.

This is an error. It should be Alt-Space.

> 2.  I get "The type org.apache.hivemind.impl.BaseLocatable cannot be
> resolved. It is indirectly referenced from required .class files" even if the
> actual Hivemind libraries are in the project.

BaseLocatable is located in hivemind-1.1.jar. It should be in your
WEB-INF/lib dir. It should appear in Eclipse in the "Web App
Libraries" library as shown in step 9. Ultimately your java build path
determines what the compiler sees. Do Project > Properties, Select
"Java Build Path", and click the "Libraries" tab. Make sure
hivemind-1.1.jar and hivemind-lib-1.1.jar are present.

> 3.  The project does not get published to tomcat.  I have to move it
> manually/ANT but that may have to be because the Home.java file does not
> compile.

I could better help you if I had a detailed description of what is not
happening and what you expect.

By default WTP does not modify your Tomcat installation. It creates a
temporary location in your workspace; this is passed to Tomcat as a VM
Argument when WTP launches it. See Run > Run..., select Apache Tomcat
> (your server name) and click the Arguments tab.

You can configure this if you right-click the server and select Open.
This will open a server config page in the editor. See the "Server"
flipdown.

-= Mat

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to