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 28552 - openide qa-functional tests are incompilable
Summary: openide qa-functional tests are incompilable
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 09:03 UTC by Adam Sotona
Modified: 2011-06-10 09:13 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 Adam Sotona 2002-11-07 09:03:50 UTC
compile-one-dir:
    [javac] Compiling 83 source files
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:22:
cannot resolve symbol
[test-compiler] symbol  : class AbstractCompileAction 
[test-compiler] location: package actions
[test-compiler] import
org.openide.actions.AbstractCompileAction;
[test-compiler]                            ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:23:
cannot resolve symbol
[test-compiler] symbol  : class CompilerCookie 
[test-compiler] location: package cookies
[test-compiler] import
org.openide.cookies.CompilerCookie;
[test-compiler]                            ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/DataLoaderTests/DataObjectTest/DataObjectTest.java:112:
package org.openide.execution does not exist
[test-compiler]                 str =
(org.openide.filesystems.FileUtil.toFile(org.openide.execution.NbfsURLConnection.decodeURL(url))).getAbsolutePath();
[test-compiler]                                  
                                                  ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/DataLoaderTests/LoaderPoolTest/LoaderPoolTest.java:122:
package org.openide.execution does not exist
[test-compiler]                 str =
(FileUtil.toFile(org.openide.execution.NbfsURLConnection.decodeURL(url))).getAbsolutePath();
[test-compiler]                                  
                          ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:197:
cannot resolve symbol
[test-compiler] symbol  : class CompilerCookie 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         final CompilerCookie
cookie = (CompilerCookie)
dataObj.getCookie(CompilerCookie.Build.class);
[test-compiler]               ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:197:
cannot resolve symbol
[test-compiler] symbol  : class CompilerCookie 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         final CompilerCookie
cookie = (CompilerCookie)
dataObj.getCookie(CompilerCookie.Build.class);
[test-compiler]                                  
     ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:197:
package CompilerCookie does not exist
[test-compiler]         final CompilerCookie
cookie = (CompilerCookie)
dataObj.getCookie(CompilerCookie.Build.class);
[test-compiler]                                  
                                                     ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:201:
cannot resolve symbol
[test-compiler] symbol  : variable
AbstractCompileAction 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         boolean status =
AbstractCompileAction.compile(new Enumeration () {
[test-compiler]                          ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:294:
cannot resolve symbol
[test-compiler] symbol  : class ExecCookie 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         final ExecCookie cookie =
(ExecCookie) dataObj.getCookie(ExecCookie.class);
[test-compiler]               ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:294:
cannot resolve symbol
[test-compiler] symbol  : class ExecCookie 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         final ExecCookie cookie =
(ExecCookie) dataObj.getCookie(ExecCookie.class);
[test-compiler]                                    ^
[test-compiler]
/space/xtest/cvs_nbdev/nb_all/openide/test/qa-functional/src/FileSystemTest/CapabilityTest.java:294:
cannot resolve symbol
[test-compiler] symbol  : class ExecCookie 
[test-compiler] location: class
FileSystemTest.CapabilityTest
[test-compiler]         final ExecCookie cookie =
(ExecCookie) dataObj.getCookie(ExecCookie.class);
[test-compiler]                                  
                               ^
[test-compiler] Note: Some input files use or
override a deprecated API.
[test-compiler] Note: Recompile with -deprecation
for details.
[test-compiler] 11 errors

BUILD FAILED
Comment 1 Adam Sotona 2002-11-07 09:13:07 UTC
reassigned
Comment 2 pzajac 2002-11-26 13:52:02 UTC
fixed