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 - Proper use of srcdir in <javac>
Summary: Proper use of srcdir in <javac>
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-27 19:22 UTC by Jesse Glick
Modified: 2001-10-10 08:45 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (5.15 KB, patch)
2001-09-27 19:23 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.