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 16000

Summary: Proper use of srcdir in <javac>
Product: obsolete Reporter: Jesse Glick <jglick>
Component: xtestAssignee: issues@obsolete <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Suggested patch

Description Jesse Glick 2001-09-27 19:22:45 UTC
Tests do not currently compile at all for me (using Jikes). I think the use of
srcdir in <javac> is wrong: it does not match classpath roots the way it should.
Affected are */test/build.xml:compile.
Comment 1 Jesse Glick 2001-09-27 19:23:43 UTC
Created attachment 2752 [details]
Suggested patch
Comment 2 Milan Kubec 2001-10-10 08:45:57 UTC
javac now uses srcdir as root of classpaths. It is OK for small number
of folders, but we should have better handling of it for any number of
folders with tests.