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 83550 - Commit validation is failing due uncompilable code in core/windows/WindowSystemCompatibilityTest test
Summary: Commit validation is failing due uncompilable code in core/windows/WindowSyst...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Simonek
URL: http://www.netbeans.org/download/dev/...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-28 07:50 UTC by Marian Mirilovic
Modified: 2008-12-22 23:47 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 Marian Mirilovic 2006-08-28 07:50:48 UTC
http://www.netbeans.org/download/dev/buildlogs/continuous/20060828-0452/xtest_results/index.html

do-test-build:
    [mkdir] Created dir:
/tmp/netbeans/dev/trunkcb/nb_all/core/windows/build/test/unit/classes
    [mkdir] Created dir: /tmp/netbeans/dev/trunkcb/nb_all/nbbuild/build/testdist
    [javac] Compiling 18 source files to
/tmp/netbeans/dev/trunkcb/nb_all/core/windows/build/test/unit/classes
    [xtest]
/tmp/netbeans/dev/trunkcb/nb_all/core/windows/test/unit/src/org/netbeans/core/windows/WMCompatTest.java:21:
cannot find symbol
    [xtest] symbol  : class WindowSystemCompatibilityTest
    [xtest] location: package org.openide.windows
    [xtest] import org.openide.windows.WindowSystemCompatibilityTest;
    [xtest]                            ^
    [xtest]
/tmp/netbeans/dev/trunkcb/nb_all/core/windows/test/unit/src/org/netbeans/core/windows/WMCompatTest.java:33:
cannot find symbol
    [xtest] symbol  : variable WindowSystemCompatibilityTest
    [xtest] location: class org.netbeans.core.windows.WMCompatTest
    [xtest]         WindowSystemCompatibilityTest.init();
    [xtest]         ^
    [xtest]
/tmp/netbeans/dev/trunkcb/nb_all/core/windows/test/unit/src/org/netbeans/core/windows/WMCompatTest.java:36:
cannot find symbol
    [xtest] symbol  : variable WindowSystemCompatibilityTest
    [xtest] location: class org.netbeans.core.windows.WMCompatTest
    [xtest]         suite.addTest(WindowSystemCompatibilityTest.suite(new
WindowManagerImpl()));
    [xtest]                       ^
Comment 1 pzajac 2006-08-28 09:32:51 UTC
Masterconfig.xml doesn't know test dependencies :(. I added compilation of tests
before commitValidation run. 

Checking in build.properties;
/cvs/nbbuild/build.properties,v  <--  build.properties
new revision: 1.399; previous revision: 1.398
done
Checking in build.xml;
/cvs/nbbuild/build.xml,v  <--  build.xml
new revision: 1.755; previous revision: 1.754
done
Comment 2 Marian Mirilovic 2006-08-29 12:45:46 UTC
verified