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 55798 - Can't compile tests
Summary: Can't compile tests
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 18:19 UTC by zikmund
Modified: 2006-03-24 13:12 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 zikmund 2005-03-02 18:19:55 UTC
Build 200503011900

1) Create WebApp with a class
2) Create test for that class
3) Run|Test "WebApp"
4) ERROR:
compile task fails with result:
...\WebApp\nbproject\build-impl.xml:469: Could not
create task or type of type:
http://www.netbeans.org/ns/web-project/3:javac.
Ant could not find the task or a class this task
relies upon.
Comment 1 zikmund 2005-03-02 18:37:46 UTC
Works fine in build 200502241900.
Comment 2 Pavel Buzek 2005-03-02 21:36:44 UTC
fixed, this was a regression - thanks for catching
Comment 3 zikmund 2005-03-07 10:48:57 UTC
Verified in 200503061900.
Comment 4 zikmund 2005-04-11 15:57:02 UTC
*** Issue 57732 has been marked as a duplicate of this issue. ***