Re: Build breaks with RC2

From: Anjo Krank (kran..ogicunited.com)
Date: Tue May 02 2006 - 12:03:06 EDT

  • Next message: Marc Respass: "RC2 working? (was Re: Eclipse >M5 very flaky)"

    Ahhh, my bad. I wanted to be clever and install WST into an Extension
    location... Hm, so how do I get WOLips to compile with this setting?

    Cheers, Anjo

    Am 02.05.2006 um 18:00 schrieb Mike Schrag:

    > Mine built -- It would appear that you don't have the Web Tools
    > Project installed? I installed mine with Callisto on this RC2
    > install.
    >
    > ms
    >
    > On May 2, 2006, at 11:45 AM, Anjo Krank wrote:
    >
    >> There seems to be something wrong with RC2...
    >>
    >> Cheers, Anjo
    >>
    >>
    >> java:
    >> [javac] Compiling 7 source files to /Volumes/Home/woproject/
    >> woproject/temp/classes
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/ActionContributorHTMLWithWebObjectTags.java:46:
    >> package org.eclipse.wst.html.ui.internal.edit.ui does not exist
    >> [javac] import
    >> org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/ActionContributorHTMLWithWebObjectTags.java:48:
    >> cannot resolve symbol
    >> [javac] symbol : class ActionContributorHTML
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.ActionContributorHTMLWithWeb
    >> ObjectTags
    >> [javac] public class ActionContributorHTMLWithWebObjectTags
    >> extends ActionContributorHTML {
    >>
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/HTMLOutlineSelectionHandler.java:49: package
    >> org.eclipse.wst.html.core.internal.document does not exist
    >> [javac] import
    >> org.eclipse.wst.html.core.internal.document.ElementStyleImpl;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/HTMLOutlineSelectionHandler.java:76: cannot
    >> resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.HTMLOutlineSelectionHandler
    >> [javac] private void changeWodSelection(ElementStyleImpl
    >> elementStyleImpl) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 57: package org.eclipse.wst.html.core.internal.document does not
    >> exist
    >> [javac] import
    >> org.eclipse.wst.html.core.internal.document.ElementStyleImpl;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 58: package org.eclipse.wst.sse.ui does not exist
    >> [javac] import org.eclipse.wst.sse.ui.StructuredTextEditor;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 59: package org.eclipse.wst.sse.ui.internal.contentoutline does
    >> not exist
    >> [javac] import
    >> org.eclipse.wst.sse.ui.internal.contentoutline.ConfigurableContentOut
    >> linePage;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 60: package org.eclipse.wst.sse.ui.views.contentoutline does not
    >> exist
    >> [javac] import
    >> org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfigurati
    >> on;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 67: cannot resolve symbol
    >> [javac] symbol : class StructuredTextEditor
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] StructuredTextEditor implements
    >> IEmbeddedEditor, IHtmlDocumentProvider {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 92: cannot resolve symbol
    >> [javac] symbol : class ContentOutlineConfiguration
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.ContentOutlineConfigurationWrapper
    >> [javac] ContentOutlineConfiguration {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 93: cannot resolve symbol
    >> [javac] symbol : class ContentOutlineConfiguration
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.ContentOutlineConfigurationWrapper
    >> [javac] private ContentOutlineConfiguration
    >> contentOutlineConfiguration;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 98: cannot resolve symbol
    >> [javac] symbol : class ContentOutlineConfiguration
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.ContentOutlineConfigurationWrapper
    >> [javac]
    >> ContentOutlineConfiguration contentOutlineConfiguration) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:48:
    >> package org.eclipse.wst.html.core.internal.provisional.text does
    >> not exist
    >> [javac] import
    >> org.eclipse.wst.html.core.internal.provisional.text.IHTMLPartitionTyp
    >> es;
    >>
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:49:
    >> package org.eclipse.wst.html.ui does not exist
    >> [javac] import
    >> org.eclipse.wst.html.ui.StructuredTextViewerConfigurationHTML;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:51:
    >> cannot resolve symbol
    >> [javac] symbol : class StructuredTextViewerConfigurationHTML
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextViewerConfigur
    >> ationHTMLWithWebObjectTags
    >> [javac] public class
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags extends
    >> StructuredTextViewerConfigurationHTML {
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:52:
    >> package org.eclipse.wst.html.ui.internal.contentassist does not exist
    >> [javac] import
    >> org.eclipse.wst.html.ui.internal.contentassist.HTMLContentAssistProce
    >> ssor;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:53:
    >> package org.eclipse.wst.sse.core.internal.provisional does not exist
    >> [javac] import
    >> org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:54:
    >> package org.eclipse.wst.sse.ui.internal does not exist
    >> [javac] import
    >> org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:55:
    >> package org.eclipse.wst.sse.ui.internal.contentassist does not exist
    >> [javac] import
    >> org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:56:
    >> package org.eclipse.wst.xml.core.internal.provisional.document
    >> does not exist
    >> [javac] import
    >> org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:63:
    >> cannot resolve symbol
    >> [javac] symbol : class HTMLContentAssistProcessor
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] HTMLContentAssistProcessor {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/HTMLOutlineSelectionHandler.java:63: cannot
    >> resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.HTMLOutlineSelectionHandler
    >> [javac] if (object instanceof ElementStyleImpl) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/HTMLOutlineSelectionHandler.java:64: cannot
    >> resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.HTMLOutlineSelectionHandler
    >> [javac] ElementStyleImpl elementStyleImpl
    >> = (ElementStyleImpl) object;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/HTMLOutlineSelectionHandler.java:64: cannot
    >> resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.HTMLOutlineSelectionHandler
    >> [javac] ElementStyleImpl elementStyleImpl
    >> = (ElementStyleImpl) object;
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 77: cannot resolve symbol
    >> [javac] symbol : variable super
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] Object object = super.getAdapter(required);
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 79: cannot resolve symbol
    >> [javac] symbol : class ConfigurableContentOutlinePage
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] ConfigurableContentOutlinePage
    >> structuredTextEditorContentOutlinePage =
    >> (ConfigurableContentOutlinePage) object;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 79: cannot resolve symbol
    >> [javac] symbol : class ConfigurableContentOutlinePage
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] ConfigurableContentOutlinePage
    >> structuredTextEditorContentOutlinePage =
    >> (ConfigurableContentOutlinePage) object;
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 80: cannot resolve symbol
    >> [javac] symbol : class ContentOutlineConfiguration
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] ContentOutlineConfiguration
    >> contentOutlineConfiguration = structuredTextEditorContentOutlinePage
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 212: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] if (element instanceof
    >> ElementStyleImpl) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 213: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] ElementStyleImpl
    >> elementStyleImpl = (ElementStyleImpl) element;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 213: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] ElementStyleImpl
    >> elementStyleImpl = (ElementStyleImpl) element;
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 233: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] if (element instanceof
    >> ElementStyleImpl) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 234: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] ElementStyleImpl
    >> elementStyleImpl = (ElementStyleImpl) element;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 234: cannot resolve symbol
    >> [javac] symbol : class ElementStyleImpl
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags.WebObjectTagLabelProvider
    >> [javac] ElementStyleImpl
    >> elementStyleImpl = (ElementStyleImpl) element;
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 251: cannot resolve symbol
    >> [javac] symbol : method getSelectionProvider ()
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] this.getSelectionProvider
    >> ().addSelectionChangedListener(
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 259: cannot resolve symbol
    >> [javac] symbol : method getEditorInput ()
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] this.getEditorInput());
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/StructuredTextEditorHTMLWithWebObjectTags.java:
    >> 258: cannot resolve symbol
    >> [javac] symbol : method getDocumentProvider ()
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWith
    >> WebObjectTags
    >> [javac] IDocument editDocument =
    >> this.getDocumentProvider().getDocument(
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:59:
    >> cannot resolve symbol
    >> [javac] symbol : variable IHTMLPartitionTypes
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextViewerConfigur
    >> ationHTMLWithWebObjectTags
    >> [javac] if ((partitionType ==
    >> IHTMLPartitionTypes.HTML_DEFAULT) || (partitionType ==
    >> IHTMLPartitionTypes.HTML_COMMENT)) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:59:
    >> cannot resolve symbol
    >> [javac] symbol : variable IHTMLPartitionTypes
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextViewerConfigur
    >> ationHTMLWithWebObjectTags
    >> [javac] if ((partitionType ==
    >> IHTMLPartitionTypes.HTML_DEFAULT) || (partitionType ==
    >> IHTMLPartitionTypes.HTML_COMMENT)) {
    >>
    >> [javac]
    >> ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/
    >> StructuredTextViewerConfigurationHTMLWithWebObjectTags.java:62:
    >> cannot resolve symbol
    >> [javac] symbol : variable super
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.StructuredTextViewerConfigur
    >> ationHTMLWithWebObjectTags
    >> [javac] return super.getContentAssistProcessors
    >> (sourceViewer, partitionType);
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:77:
    >> cannot resolve symbol
    >> [javac] symbol : class IndexedRegion
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] IndexedRegion indexedNode =
    >> ContentAssistUtils.getNodeAt(
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:78:
    >> cannot resolve symbol
    >> [javac] symbol : class StructuredTextViewer
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] (StructuredTextViewer)
    >> viewer, documentPosition);
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:77:
    >> cannot resolve symbol
    >> [javac] symbol : variable ContentAssistUtils
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] IndexedRegion indexedNode =
    >> ContentAssistUtils.getNodeAt(
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:79:
    >> cannot resolve symbol
    >> [javac] symbol : class IDOMNode
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] IDOMNode xNode = null;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:81:
    >> cannot resolve symbol
    >> [javac] symbol : class IDOMNode
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] if (indexedNode instanceof IDOMNode) {
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:82:
    >> cannot resolve symbol
    >> [javac] symbol : class IDOMNode
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] xNode = (IDOMNode) indexedNode;
    >> [javac] ^
    >> [javac] /Volumes/Home/woproject/woproject/wolips/plugins/
    >> org.objectstyle.wolips.htmleditor/java/org/objectstyle/wolips/
    >> htmleditor/editor/WebObjectTagContentAssistProcessor.java:100:
    >> cannot resolve symbol
    >> [javac] symbol : variable super
    >> [javac] location: class
    >> org.objectstyle.wolips.htmleditor.editor.WebObjectTagContentAssistPro
    >> cessor
    >> [javac] return super.computeCompletionProposals
    >> (viewer, documentPosition);
    >> [javac] ^
    >> [javac] 47 errors
    >>
    >



    This archive was generated by hypermail 2.0.0 : Tue May 02 2006 - 12:03:14 EDT