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 172802 - [68cat][other]build-impl.xml is moved to build-impl.xml~ after saving properties
Summary: [68cat][other]build-impl.xml is moved to build-impl.xml~ after saving properties
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 150540
  Show dependency tree
 
Reported: 2009-09-22 17:41 UTC by stefan79
Modified: 2010-10-27 13:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE - Log (1.90 MB, text/plain)
2009-09-22 17:42 UTC, stefan79
Details
Process-Monitor-Logfile while saving properties (19.89 KB, text/plain)
2009-09-22 17:43 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-09-22 17:41:31 UTC
When I save the project-properties my "build-impl.xml" - File is rename to "build-impl.xml~" and I´ve no
"build-impl.xml" - file anymore.
So i can´t make a build.

No Exceptions in Logfile.

When I tried to lock the build-impl.xml - File, I got the following StackTrace:
SEVERE:  Cannot rename file build-impl.xml in E:/Entwicklung65/nbproject to build-impl.xml~.
msg
Caused: org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot rename file build-impl.xml in
E:/Entwicklung65/nbproject to build-impl.xml~.
        at org.netbeans.modules.masterfs.filebasedfs.utils.FSException.io(FSException.java:115)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.rename(BaseFileObj.java:303)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.rename(FileObj.java:341)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj$1.call(BaseFileObj.java:337)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj$1.call(BaseFileObj.java:334)
        at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.rename(BaseFileObj.java:341)
[catch] at  org.netbeans.modules.java.j2seproject.ui.customizer.J2SEProjectProperties.save(J2SEProjectProperties.java:419)
        at
org.netbeans.modules.java.j2seproject.ui.customizer.CustomizerProviderImpl$StoreListener.actionPerformed(CustomizerProviderImpl.java:149)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2$1.run(CustomizerDialog.java:277)
        at org.openide.util.Mutex.writeAccess(Mutex.java:394)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2.run(CustomizerDialog.java:273)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1070)
ALLE [null]: Cannot rename file build-impl.xml in E:/Entwicklung65/nbproject to build-impl.xml~.


Tested at:
Product Version: NetBeans IDE Dev (Build 200909211401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows XP version 5.1 running on x86; Cp1252; de_AT (nb)
Userdir: G:\.netbeans\dev
Comment 1 stefan79 2009-09-22 17:42:47 UTC
Created attachment 88140 [details]
IDE - Log
Comment 2 stefan79 2009-09-22 17:43:31 UTC
Created attachment 88141 [details]
Process-Monitor-Logfile while saving properties
Comment 3 Tomas Zezula 2009-09-24 10:44:29 UTC
Fixed in jet-main #cc2f5bfb4213
Thanks for the report.
Comment 4 Quality Engineering 2009-09-26 21:11:13 UTC
Integrated into 'main-golden', will be available in build *200909251401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cc2f5bfb4213
User: Tomas Zezula <tzezula@netbeans.org>
Log: #172802:[68cat][other]build-impl.xml is moved to build-impl.xml~ after saving properties
Comment 5 stefan79 2009-10-08 11:31:57 UTC
Works fine.

Thanks.