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 50063 - Compile failure with changed dist.dir
Summary: Compile failure with changed dist.dir
Status: CLOSED DUPLICATE of bug 42737
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 04:30 UTC by davidkayak
Modified: 2006-03-24 10:26 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 davidkayak 2004-10-07 04:30:08 UTC
The dist.dir has been changed for dependant
projects. When a project is built using the
dependant projects in the classpath, the build
fails. This will only occur if the original
project dist.dir (dist off of project directory)
is deleted after the dist.dir property is changed.
The compiler does not look to the new classpaths.
Comment 1 Dusan Balek 2004-10-07 08:58:31 UTC
Reassigning to projects.
Comment 2 Jesse Glick 2004-10-07 15:45:04 UTC
Yes, if you change output locations you need to update superprojects
to point to the new location. There is no GUI option to change output
locations yet; if and when there is, this kind of metadata refactoring
will be done for you.

*** This issue has been marked as a duplicate of 42737 ***
Comment 3 Marian Mirilovic 2005-07-12 10:15:35 UTC
closed