NetBeans IDE 6.9[.1] - Upload files on save - re-enable for session

12

2

Periodically, when I am saving files, I get the error dialog Upload files On Save failed. Disable this functionality for this session?. Sometimes I accidentally select 'Yes'. How can I re-enable that functionality for the session without re-starting the IDE?

Sonny

Posted 2010-08-31T14:27:02.110

Reputation: 535

1I've earned a tumbleweed badge for this one :( – Sonny – 2010-09-08T14:15:46.593

This is still an issue in 6.9.1 – Sonny – 2010-10-19T15:32:28.453

Still no changes in 7.2? – Alexey – 2012-08-01T08:08:05.107

@Alexey - I haven't gotten the error message in a long time, so I am not sure. – Sonny – 2012-09-13T13:15:35.470

Answers

0

I've found a third solution that's related, and it's what I use now.

I use Atlassian SourceTree and its Git Flow implementation. While finishing hotfixes or releases, I actually don't want NetBeans to sync automatically. I've created a second configuration that I label "No Sync" for that purpose.

Simply switching to that configuration and then back to <default> re-enables syncing.

enter image description here

Sonny

Posted 2010-08-31T14:27:02.110

Reputation: 535

13

I personally did not find any option to re-enable FTP Upload for session, but if you go to Project Properties and set in the Run Configuration "tab" the option Upload Files to "On Run" or "Manually", hit Ok, and then modify it again to "On Save", then the FTP Upload on save is enabled again.

Hope this was helpful!

Cristian Parvu

Posted 2010-08-31T14:27:02.110

Reputation: 131

As of 2017 this is the only method that works without having to restart project or IDE. – 25r43q – 2017-07-04T14:58:02.720

3

I close and open the project on netbeans 7.3. And syncing works again. This is faster than restarting the IDE.

juwens

Posted 2010-08-31T14:27:02.110

Reputation: 201

This worked for me. Netbeans 8.0 – Omar Tariq – 2014-05-19T16:45:50.893