This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160684 - trunk build is failing due to compapp.casaeditor errors
Summary: trunk build is failing due to compapp.casaeditor errors
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: Other All
: P1 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 20:47 UTC by Jaroslav Tulach
Modified: 2009-05-01 01:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-03-19 20:47:06 UTC
http://deadlock.netbeans.org/hudson/job/trunk/lastBuild/testReport/org.netbeans.nbbuild.SubAntJUnitReport/test-build/compapp_casaeditor/

Stacktrace
/hudson/workdir/jobs/trunk/workspace/nbbuild/templates/common.xml:467: Compile failed; see the compiler error output 
for details.
Trying to override old definition of task downloadbinaries
Warning: org.netbeans.modules.compapp.casaeditor lacks a unit test dependency on org.netbeans.libs.junit4; using 
default dependencies for compatibility
The class org.netbeans.modules.compapp.casaeditor.nodes.actions.ClearConfigExtensionAction in 
file /hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/build/classes/org/netbeans/modules/compapp/casaeditor/nodes/actions/ClearConfigExtensionAction.class 
is out of date due to org.netbeans.modules.compapp.casaeditor.model.casa.CasaWrapperModel but has not been deleted 
because its source file could not be determined
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/src/org/netbeans/modules/compapp/casaeditor/model/casa/CasaWrapperModel.java:2381: 
warning: [unchecked] unchecked conversion
found   : org.netbeans.modules.compapp.projects.jbi.api.InternalProjectTypePluginWizardIterator
required: org.openide.WizardDescriptor.Iterator<org.openide.WizardDescriptor>
                    WizardDescriptor descriptor = new WizardDescriptor(wizardIterator);
                                                                       ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/src/org/netbeans/modules/compapp/casaeditor/api/InternalProjectTypePalettePlugin.java:86: 
warning: [unchecked] unchecked conversion
found   : org.netbeans.modules.compapp.projects.jbi.api.InternalProjectTypePluginWizardIterator
required: org.openide.WizardDescriptor.Iterator<org.openide.WizardDescriptor>
        WizardDescriptor descriptor = new WizardDescriptor(wizardIterator);
                                                           ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/src/org/netbeans/modules/compapp/casaeditor/properties/PortTypeProperty.java:52: 
warning: [unchecked] unchecked call to 
BaseCasaProperty(org.netbeans.modules.compapp.casaeditor.nodes.CasaNode,org.netbeans.modules.compapp.casaeditor.model.casa.CasaComponent,java.lang.String,java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String) 
as a member of the raw type org.netbeans.modules.compapp.casaeditor.properties.spi.BaseCasaProperty
                super( // <T>?
                     ^
3 warnings
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:55: 
package org.netbeans.modules.compapp.casaeditor.model.jbi does not exist
import org.netbeans.modules.compapp.casaeditor.model.jbi.JBIModel;
                                                        ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:56: 
package org.netbeans.modules.compapp.casaeditor.model.jbi does not exist
import org.netbeans.modules.compapp.casaeditor.model.jbi.JBIModelFactory;
                                                        ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:105: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel loadCasaModel(String resourcePath) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:112: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel loadCasaModel(File schemaFile) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:134: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(JBIModel sm) throws Exception {
                                              ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:134: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(JBIModel sm) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:144: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(Document doc) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:55: 
package org.netbeans.modules.compapp.casaeditor.model.jbi does not exist
import org.netbeans.modules.compapp.casaeditor.model.jbi.JBIModel;
                                                        ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:56: 
package org.netbeans.modules.compapp.casaeditor.model.jbi does not exist
import org.netbeans.modules.compapp.casaeditor.model.jbi.JBIModelFactory;
                                                        ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:105: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel loadCasaModel(String resourcePath) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:112: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel loadCasaModel(File schemaFile) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:134: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(JBIModel sm) throws Exception {
                                              ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:134: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(JBIModel sm) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:144: 
cannot find symbol
symbol  : class JBIModel
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
    public static JBIModel dumpAndReloadModel(Document doc) throws Exception {
                  ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/TestCatalogModel.java:132: 
warning: [deprecation] BaseDocument(java.lang.Class,boolean) in org.netbeans.editor.BaseDocument has been deprecated
            result = new org.netbeans.editor.BaseDocument(
                     ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:73: 
warning: [deprecation] BaseDocument(java.lang.Class,boolean) in org.netbeans.editor.BaseDocument has been deprecated
        Document sd = new org.netbeans.editor.BaseDocument(
                      ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:109: 
cannot find symbol
symbol  : variable JBIModelFactory
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
        return JBIModelFactory.getInstance().getModel(ms);
               ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:116: 
cannot find symbol
symbol  : variable JBIModelFactory
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
        return JBIModelFactory.getInstance().getModel(ms);
               ^
/hudson/workdir/jobs/trunk/workspace/compapp.casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/Util.java:149: 
cannot find symbol
symbol  : variable JBIModelFactory
location: class org.netbeans.modules.compapp.casaeditor.model.casa.Util
        return JBIModelFactory.getInstance().getModel(ms);
               ^
Comment 1 Jun Qian 2009-04-03 20:19:45 UTC
Already fixed in trunk.
Comment 2 fmartinez1 2009-05-01 01:17:09 UTC
This issue is now fixed.