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 30756 - Resources are not used as classpath during project build
Summary: Resources are not used as classpath during project build
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 11:17 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
list of args from compilation (5.82 KB, text/plain)
2003-02-06 11:17 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-02-06 11:17:18 UTC
I created Java Application from existing sources
(module ant - ant/src as sources,
ant/external/ant-1.5.1.jar and openide.jar as
resources). Build of project failed, because
classpath didn't contain jars added as resources.
Complete list of args is attached.
Comment 1 Milan Kubec 2003-02-06 11:17:49 UTC
Created attachment 8824 [details]
list of args from compilation
Comment 2 Milan Kubec 2003-02-06 11:33:47 UTC
The problem is only if resources are added during the wizard,
otherwise if user adds resources directly through node Resources it
works OK.
Comment 3 Tomas Zezula 2003-03-25 14:10:31 UTC
The project path seems OK, but the compiler probably does not use it.
Comment 4 Tomas Zezula 2003-03-25 15:04:53 UTC
This issues consists of several subtasks:
1. Project ClassPath should be stored on the project.xml, not be
derived from 1st Bt.
2. Bts. should inherit the ClassPath from Project, DependencyProvider
(allBindings)
3. Compiler should use the classpath:
3a) on Bt
3b) on Project
Comment 5 Tomas Zezula 2003-03-31 15:51:10 UTC
Fixed
Comment 6 Milan Kubec 2003-08-14 08:30:29 UTC
Verified.
Comment 7 Jan Becicka 2003-11-25 14:19:52 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.