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 217980 - Export Project|To Zip... doesn't work with Full Remote projects
Summary: Export Project|To Zip... doesn't work with Full Remote projects
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 09:37 UTC by soldatov
Modified: 2015-09-25 23:01 UTC (History)
1 user (show)

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 soldatov 2012-09-07 09:37:30 UTC
Scenario:
- Add remote host
- Activate Remote toolbar
- Push Open Remote C/C++ project
- Select existing project
- Push Export Project|To Zip... menu item
- Type qqq in "Build filed" text field
==> "qqq doesn't exist" strange message appears (I want to create new file)

second problem
- Type /var/tmp/qqq in "Build filed" text field
- Press Export button
==> NPE

java.lang.NullPointerException
	at org.netbeans.modules.project.ui.zip.ExportZIP.scanForFiles(ExportZIP.java:199)
	at org.netbeans.modules.project.ui.zip.ExportZIP.build(ExportZIP.java:168)
	at org.netbeans.modules.project.ui.zip.ExportZIP.access$500(ExportZIP.java:99)
	at org.netbeans.modules.project.ui.zip.ExportZIP$ExportZIPAction$2.run(ExportZIP.java:131)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.project.ui.zip.ExportZIP$ExportZIPAction.actionPerformed(ExportZIP.java:128)
	at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:197)
	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
	at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:200)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
	at java.awt.Component.processMouseEvent(Component.java:6288)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
	at java.awt.Component.processEvent(Component.java:6053)
	at java.awt.Container.processEvent(Container.java:2041)
	at java.awt.Component.dispatchEventImpl(Component.java:4651)
	at java.awt.Container.dispatchEventImpl(Container.java:2099)
	at java.awt.Component.dispatchEvent(Component.java:4481)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
Comment 1 Maria Tishkova 2012-10-30 13:50:31 UTC
not in this release