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 196234 - java.io.IOException on build full remote project
Summary: java.io.IOException on build full remote project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 14:50 UTC by Alexander Pepin
Modified: 2011-03-04 05:41 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 Alexander Pepin 2011-03-03 14:50:31 UTC
Steps to reproduce:
- import a makefile based project created with OSS IDE
- build the project
Result: Exception appears:
java.io.IOException: Already exists: hudson@nyx-intel2:/export/hudson/home/SolStudioProjects/test_io/nbproject/Package-Default.bash
	at org.netbeans.modules.remote.impl.fs.RemoteDirectory.create(RemoteDirectory.java:212)
	at org.netbeans.modules.remote.impl.fs.RemoteDirectory.createData(RemoteDirectory.java:156)
	at org.netbeans.modules.cnd.makeproject.actions.ShadowProjectSynchronizer.getOrCreateFileObject(ShadowProjectSynchronizer.java:270)
	at org.netbeans.modules.cnd.makeproject.actions.ShadowProjectSynchronizer.copyImpl(ShadowProjectSynchronizer.java:302)
	at org.netbeans.modules.cnd.makeproject.actions.ShadowProjectSynchronizer.copy(ShadowProjectSynchronizer.java:287)
	at org.netbeans.modules.cnd.makeproject.actions.ShadowProjectSynchronizer.copy(ShadowProjectSynchronizer.java:283)
	at org.netbeans.modules.cnd.makeproject.actions.ShadowProjectSynchronizer.updateRemoteProject(ShadowProjectSynchronizer.java:100)
[catch] at org.netbeans.modules.cnd.makeproject.actions.MakeConfigurationSaveListenerImpl.updateRemoteProject(MakeConfigurationSaveListenerImpl.java:133)
	at org.netbeans.modules.cnd.makeproject.actions.MakeConfigurationSaveListenerImpl.configurationSaved(MakeConfigurationSaveListenerImpl.java:101)
	at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfigurationDescriptor$SaveRunnable.run(MakeConfigurationDescriptor.java:746)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Vladimir Kvashin 2011-03-03 16:24:39 UTC
http://hg.netbeans.org/cnd-main/rev/47151447f5aa
Comment 2 Quality Engineering 2011-03-04 05:41:52 UTC
Integrated into 'main-golden', will be available in build *201103040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/47151447f5aa
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #196234 - java.io.IOException on build full remote project