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 134835 - Add a special handling for Mac data
Summary: Add a special handling for Mac data
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
: 134667 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-12 08:48 UTC by Alexei Mokeev
Modified: 2008-10-09 10:00 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 Alexei Mokeev 2008-05-12 08:48:51 UTC
>>> It is caused by the 
>>> fact Mac keeps the file in two pieces. The actual file and the 
>>> resource fork (in the case I'm not mistaken), which has a name 
>>> something like ._filename. This is not a problem on the mac, but 
>>> since we are saving the graphics from mac to a PC (shared network 
>>> drive), the PC can see those files and the preview plugin is confused 
>>> and thinks they are valid FX files (as for file Series20.fx I'l get 
>>> ._Series20.fx resource fork).
Comment 1 Lark Fitzgerald 2008-05-12 14:28:13 UTC
*** Issue 134667 has been marked as a duplicate of this issue. ***
Comment 2 Andrey Yamkovoy 2008-06-10 12:54:30 UTC
Oleg, please evaluate ...
Comment 3 Alexei Mokeev 2008-07-09 09:20:11 UTC
Some examples are requested. Filtering all <dot><name>.fx files doesn't look like the best idea.
Comment 4 Lark Fitzgerald 2008-07-10 22:49:13 UTC
Removed INCOMPLETE keyword since I see no indication as to why it is incomplete.
Comment 5 Oleg Barbashov 2008-07-14 15:36:25 UTC
Currently the FX project demonstrate the same behavior as Java project for files like ".name.ext". And it can not be
treated as bug, it is rather feature of initial settings of NB concerned of file ignoring (Advanced Options/IDE
Configuration/System/System Settings/Ignored Files). It is not the problem of plugin itself. So I drop the priority to P3. 
Comment 6 Oleg Barbashov 2008-09-05 18:52:40 UTC
Not a bug. See description above.
Comment 7 Alexandr Scherbatiy 2008-10-09 10:00:42 UTC
verified