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 90959 - Renaming a project does not change build scripts of projects that depend on the changed project
Summary: Renaming a project does not change build scripts of projects that depend on t...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 13:45 UTC by Sanjeeb Sahoo
Modified: 2009-11-02 11:00 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 Sanjeeb Sahoo 2006-12-12 13:45:42 UTC
I created Java library project called foo and a Java application project called
bar and set up a dependency from bar to foo. Then I changed the project name
(right click, select rename project option and then select the option to change
directory name as well) from foo to foo2. Now, I can't build project bar any
more because the build scripts refer to files in foo directory which have been
renamed. I get following error:
init:
deps-jar:
/space/ss141213/bugs/ws_lazy_fetch_jpa2/bar2/nbproject/build-impl.xml:237: The
following error occurred while executing this line:
java.io.FileNotFoundException:
/space/ss141213/bugs/ws_lazy_fetch_jpa2/foo/build.xml (No such file or directory)
BUILD FAILED (total time: 0 seconds)
Comment 1 Lukas Hasik 2008-04-10 21:36:55 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 2 Jan Becicka 2008-11-13 14:30:22 UTC
Is this still valid? Thanks
Comment 3 Jiri Prox 2008-11-13 16:16:52 UTC
Yes, it is still reproducible
Comment 4 Tomas Zezula 2008-12-12 12:17:18 UTC
The main project will need to listen on all the dependent projects, when moved the main project needs to follow the changes.

Comment 5 David Strupl 2009-03-31 16:02:52 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 6 Quality Engineering 2009-11-02 11:00:15 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX