beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [30] package org.netbeans.modules.java does not exist import org.netbeans.modules.java.JavaEditor; ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [54] cannot resolve symbol symbol : class JavaEditor location: class org.netbeans.modules.beans.beaninfo.BeanInfoSource private JavaEditor javaEditor = null; ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [80] package JavaEditor does not exist JavaEditor.InteriorSection pis = javaEditor.findInteriorSection( PROPERTIES_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [81] package JavaEditor does not exist JavaEditor.InteriorSection eis = javaEditor.findInteriorSection( EVENTSETS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [82] package JavaEditor does not exist JavaEditor.InteriorSection mis = javaEditor.findInteriorSection( METHODS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [84] package JavaEditor does not exist JavaEditor.SimpleSection dss = javaEditor.findSimpleSection( IDX_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [91] package JavaEditor does not exist JavaEditor.SimpleSection iss = javaEditor.findSimpleSection( ICONS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [102] package JavaEditor does not exist JavaEditor.InteriorSection dis = javaEditor.findInteriorSection( DESCRIPTOR_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [114] package JavaEditor does not exist JavaEditor.InteriorSection dis = javaEditor.findInteriorSection( SUPERCLASS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [146] cannot resolve symbol symbol : class JavaEditor location: class org.netbeans.modules.beans.beaninfo.BeanInfoSource javaEditor = (JavaEditor)biDataObject.getCookie( JavaEditor.class ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [146] cannot resolve symbol symbol : class JavaEditor location: class org.netbeans.modules.beans.beaninfo.BeanInfoSource javaEditor = (JavaEditor)biDataObject.getCookie( JavaEditor.class ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [207] cannot resolve symbol symbol : class JavaEditor location: class org.netbeans.modules.beans.beaninfo.BeanInfoSource javaEditor = (JavaEditor)biDataObject.getCookie( JavaEditor.class ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [207] cannot resolve symbol symbol : class JavaEditor location: class org.netbeans.modules.beans.beaninfo.BeanInfoSource javaEditor = (JavaEditor)biDataObject.getCookie( JavaEditor.class ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [231] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( DESCRIPTOR_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [241] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( DESCRIPTOR_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [253] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( PROPERTIES_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [263] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( PROPERTIES_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [275] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( METHODS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [285] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( METHODS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [298] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( EVENTSETS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [307] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( EVENTSETS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [318] package JavaEditor does not exist JavaEditor.SimpleSection ss = javaEditor.findSimpleSection( ICONS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [329] package JavaEditor does not exist JavaEditor.SimpleSection ss = javaEditor.findSimpleSection( ICONS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [336] package JavaEditor does not exist JavaEditor.SimpleSection ss = javaEditor.findSimpleSection( IDX_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [347] package JavaEditor does not exist JavaEditor.SimpleSection ss = javaEditor.findSimpleSection( IDX_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [354] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( SUPERCLASS_SECTION ); ^ beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java [364] package JavaEditor does not exist JavaEditor.InteriorSection is = javaEditor.findInteriorSection( SUPERCLASS_SECTION ); ^ beans/src/org/netbeans/modules/beans/PatternChildren.java [224] package org.netbeans.modules.java does not exist if( e.getSource() instanceof org.netbeans.modules.java.JavaDataObject ) //ignore ^ beans/src/org/netbeans/modules/beans/PatternChildren.java [237] package org.netbeans.modules.java does not exist if( e.getSource() instanceof org.netbeans.modules.java.JavaDataObject ) //ignore ^ beans/src/org/netbeans/modules/beans/PatternChildren.java [247] package org.netbeans.modules.java does not exist if( e.getSource() instanceof org.netbeans.modules.java.JavaDataObject ) //ignore ^ Note: /home/mk97936/Sources/cvs.netbeans.org/trunk/beans/src/org/netbeans/modules/beans/beaninfo/BeanInfoSource.java uses or overrides a deprecated API. Note: Recompile with -deprecation for details. 30 errors applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [42] package org.netbeans.modules.debugger.delegator does not exist import org.netbeans.modules.debugger.delegator.DefaultDebuggerType; ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [43] package org.netbeans.modules.debugger.support does not exist import org.netbeans.modules.debugger.support.ProcessDebuggerType; ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [49] cannot resolve symbol symbol : class DefaultDebuggerType location: class org.netbeans.modules.applet.AppletDebuggerType public class AppletDebuggerType extends DefaultDebuggerType implements Serializable { ^ applet/src/org/netbeans/modules/applet/AppletDebuggerTypeBeanInfo.java [26] package org.netbeans.modules.debugger.delegator does not exist import org.netbeans.modules.debugger.delegator.DefaultDebuggerType; ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [69] cannot resolve symbol symbol : method setDebuggerProcess (org.openide.execution.NbProcessDescriptor) location: class org.netbeans.modules.applet.AppletDebuggerType setDebuggerProcess (defaultDebuggerProcess ()); ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [76] cannot resolve symbol symbol : method setDebuggerProcess (org.openide.execution.NbProcessDescriptor) location: class org.netbeans.modules.applet.AppletDebuggerType setDebuggerProcess (defaultDebuggerProcess ()); ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [135] cannot resolve symbol symbol : variable super location: class org.netbeans.modules.applet.AppletDebuggerType super.startDebugger ( ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [185] cannot resolve symbol symbol : variable ProcessDebuggerType location: class org.netbeans.modules.applet.AppletDebuggerType ProcessDebuggerType.getDefaultProcessName (), ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [186] cannot resolve symbol symbol : variable CLASSIC_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + CLASSIC_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [187] cannot resolve symbol symbol : variable DEBUGGER_OPTIONS location: class org.netbeans.modules.applet.AppletDebuggerType "{" + DEBUGGER_OPTIONS + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [189] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [191] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [193] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [194] cannot resolve symbol symbol : variable BOOT_CLASS_PATH_SWITCH_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + BOOT_CLASS_PATH_SWITCH_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [195] cannot resolve symbol symbol : variable BOOT_CLASS_PATH_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + BOOT_CLASS_PATH_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [196] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [198] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [199] cannot resolve symbol symbol : variable REPOSITORY_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + REPOSITORY_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [200] cannot resolve symbol symbol : variable QUOTE_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType "{" + QUOTE_SWITCH + "}" + // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerType.java [201] cannot resolve symbol symbol : variable MAIN_SWITCH location: class org.netbeans.modules.applet.AppletDebuggerType " {" + MAIN_SWITCH + "}", // NOI18N ^ applet/src/org/netbeans/modules/applet/AppletDebuggerTypeBeanInfo.java [36] cannot resolve symbol symbol : class DefaultDebuggerType location: class org.netbeans.modules.applet.AppletDebuggerTypeBeanInfo return new BeanInfo[] { Introspector.getBeanInfo (DefaultDebuggerType.class) }; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 21 errors compile: Compiling 52 source files to /home/mk97936/Sources/cvs.netbeans.org/trunk/ant/src ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java [35] package org.netbeans.api.javahelp does not exist import org.netbeans.api.javahelp.Help; ^ ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java [92] cannot resolve symbol symbol : class Help location: class org.apache.tools.ant.module.nodes.AntTaskNode Help help = (Help)Lookup.getDefault().lookup(Help.class); ^ ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java [92] cannot resolve symbol symbol : class Help location: class org.apache.tools.ant.module.nodes.AntTaskNode Help help = (Help)Lookup.getDefault().lookup(Help.class); ^ ant/src/org/apache/tools/ant/module/nodes/AntTaskNode.java [92] cannot resolve symbol symbol : class Help location: class org.apache.tools.ant.module.nodes.AntTaskNode Help help = (Help)Lookup.getDefault().lookup(Help.class); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 4 errors ant/build.xml [31] Compile failed, messages should have been provided. BUILD FAILED Total time: 5 seconds