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 43517 - Broken project from ex. sources doesn't resolve conf. problems
Summary: Broken project from ex. sources doesn't resolve conf. problems
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-05-19 09:48 UTC by Milan Kubec
Modified: 2006-03-24 10:22 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 Milan Kubec 2004-05-19 09:48:11 UTC
[dev-200405182245]
Project from existing sources created on another
comp. doesn't offer menu 'Resolve configuration
problems'. Such project is unusable.
Comment 1 David Konecny 2004-05-19 12:39:28 UTC
There exist list of properties which are tested for possible breakage.
And it was not updated to include properties holding reference to
source root and test source root. I improved also a bit generation of
reference ID for the folder case; file chooser allows to choose folder
now; description text for broken reference improved a bit.

Fixed in:
ant/project/src/org/netbeans/spi/project/support/ant/ReferenceHelper.java;
new revision: 1.11; previous revision: 1.10
java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/J2SEPhysicalViewProvider.java;
new revision: 1.12; previous revision: 1.11
java/project/src/org/netbeans/modules/java/project/BrokenReferencesCustomizer.java;
new revision: 1.2; previous revision: 1.1
java/project/src/org/netbeans/modules/java/project/BrokenReferencesModel.java;
new revision: 1.4; previous revision: 1.3
java/project/src/org/netbeans/modules/java/project/Bundle.properties;
new revision: 1.8; previous revision: 1.7
Comment 2 Milan Kubec 2004-06-23 09:23:46 UTC
Seems that missing source root reference is not treated well. See
issue #45409 if it's related.
Comment 3 David Konecny 2004-06-23 13:29:55 UTC
Why did you reopen this issue?
Comment 4 Milan Kubec 2004-06-23 13:39:29 UTC
Because it didn't work, see #45409, I wasn't sure if it's a bad fix of
this issue of completly new problem.
Comment 5 David Konecny 2004-06-23 13:57:41 UTC
New problem. Just file new bugs.
Comment 6 Milan Kubec 2004-09-07 13:44:34 UTC
Verified in custom 20040907.