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 86127 - Debuging Test for Existing classes doesn't work
Summary: Debuging Test for Existing classes doesn't work
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-09-29 11:00 UTC by pzajac
Modified: 2007-01-10 14:03 UTC (History)
1 user (show)

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 pzajac 2006-09-29 11:00:33 UTC
[200609250300]
Steps to reproduce:
1) Create New web project 
2) Add new Java Class (for example MyClass)
3) Create Test for existing Class
4) Perform Run|Run File|Debug test for File

Ant shows:
...

library-inclusion-in-manifest:
compile:
compile-test:
Non-existing path "/home/pzajac/jdk/j2sdk1.4.2_10/jre/lib/i18n.jar" provided.
Non-existing path "/home/pzajac/jdk/j2sdk1.4.2_10/jre/classes" provided.
/tmp/WebApplication3/nbproject/build-impl.xml:672: Unknown attribute [args]
BUILD FAILED (total time: 0 seconds)
Comment 1 Radko Najman 2006-10-02 15:12:08 UTC
Fixed in release55_dev. It was caused by the fix for issue #77178.

Checking in build-impl.xsl;
/cvs/web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl,v
 <--  build-impl.xsl
new revision: 1.100.12.6.2.51.6.1; previous revision: 1.100.12.6.2.51
done
Comment 2 pzajac 2006-10-02 15:39:05 UTC
It should not be difficult to write test for it...
Comment 3 Lukas Jungmann 2006-10-02 16:17:43 UTC
fix reviewed
Comment 4 Jaroslav Pospisil 2006-10-02 16:23:18 UTC
Verified in release55_dev - fix looks fine.
Comment 5 Radko Najman 2006-10-03 15:17:33 UTC
Fixed in release55.

Checking in build-impl.xsl;

/cvs/web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl,v
 <--  build-impl.xsl

new revision: 1.100.12.6.2.52; previous revision: 1.100.12.6.2.51

done

Comment 6 pzajac 2007-01-10 14:03:49 UTC
verified