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 83178 - debuggercore tests are uncompilable
Summary: debuggercore tests are uncompilable
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Kovalsky
URL:
Keywords: TEST
Depends on:
Blocks: 83174
  Show dependency tree
 
Reported: 2006-08-22 14:00 UTC by pzajac
Modified: 2011-06-10 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Output of ant script on sources checked out on 8/21. (1.20 KB, text/plain)
2006-08-22 15:07 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-08-22 14:00:50 UTC
[subant] Failure for target 'build-all-tests' of:
/home/pzajac/cvss/freshtrunk/debuggercore/build.xml

please fix tests or remove at least cfg-<xxx>.xml file
Comment 1 Jiri Kovalsky 2006-08-22 15:06:25 UTC
It works fine for me. Please see the attached Ant output. I admit the build
script does not contain 'build-all-tests' target though.

Resolving as invalid until you provide more information on what does not work.
Comment 2 Jiri Kovalsky 2006-08-22 15:07:34 UTC
Created attachment 33159 [details]
Output of ant script on sources checked out on 8/21.
Comment 3 pzajac 2006-08-22 15:20:25 UTC
please do these steps:
1. ant nbbuild/build.xml realclean
2. cvs update -dP
3. ant -f nbbuil/build.xml
4. ant -f debuggercore/build.xml build-all-tests
 
...
build-all-tests ant target is available a
 [javac] Compiling 8 source files to
/home/pzajac/cvss/freshtrunk/debuggercore/build/test/qa-functional/classes
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:25:
package org.openide.nodes does not exist
    [javac] import org.openide.nodes.Node;
    [javac]                          ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:337:
package Node does not exist
    [javac]         Node.Property property;
    [javac]             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:343:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count,1);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:346:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count++,2);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:351:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count,1);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:354:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count++,2);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:359:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count,1);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:362:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count++,2);
    [javac]                             ^
    [javac]
/home/pzajac/cvss/freshtrunk/debuggercore/test/qa-functional/src/gui/debuggercore/Watches.java:369:
package Node does not exist
    [javac]             property =
(Node.Property)jTableOperator.getValueAt(count,1);
    [javac]                             ^
    [javac] 9 errors
Comment 4 pzajac 2006-08-25 13:35:15 UTC
still fails
Comment 5 pzajac 2006-08-25 13:36:30 UTC
I fixed it myself
Checking in nbproject/project.xml;
/cvs/debuggercore/nbproject/project.xml,v  <--  project.xml
new revision: 1.12; previous revision: 1.11
done
Comment 6 pzajac 2007-01-18 09:52:32 UTC
v