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 180246 - F&C error file inadequate for remote F&C
Summary: F&C error file inadequate for remote F&C
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 20:18 UTC by ivan
Modified: 2010-02-04 10:18 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 ivan 2010-02-03 20:18:26 UTC
F&C depends on compilers dumping their errors into a /tmp file.
The IDE then reads this file and dumps it to the BOW.
However in remote scenarios this file is usually not accessible, so
another means of transferring the error information needs to be
added to the glue protocol for dbx.
Comment 1 Vladimir Voskresensky 2010-02-04 10:18:49 UTC
we have introduced
downloadFile/uploadFile in
org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport
could it help?