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 194669 - Automatic copying is not applicable for some solaris hosts
Summary: Automatic copying is not applicable for some solaris hosts
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 18:55 UTC by Alexander Pepin
Modified: 2011-01-27 20:47 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-01-24 18:55:04 UTC
When I try to add remote Solaris 10 x86 host I can not select "Automatic copying" synchronization type (no such item in the list).  

"uname -a" for this host gives:
SunOS <hostname> 5.10 Generic_142910-17 i86pc i386 i86pc
Comment 1 Vladimir Kvashin 2011-01-25 08:12:33 UTC
Regexp pattern in RfsSetupProvider.java:207 does not suite because of rebranding.
Older servers report string like 
"Solaris 10 3/05 s10_74L2a X86";
the one that mentioned in issue reports
"Oracle Solaris 10 9/10 s10x_u9wos_14a X86"
Comment 2 Vladimir Kvashin 2011-01-25 08:29:03 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/15e6d950bad3
Comment 3 Quality Engineering 2011-01-27 08:47:01 UTC
Integrated into 'main-golden', will be available in build *201101270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/15e6d950bad3
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #194669 -  Automatic copying is not applicable for some Solaris hosts
Comment 4 Quality Engineering 2011-01-27 20:47:25 UTC
Integrated into 'main-golden', will be available in build *201101271430* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/15e6d950bad3
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #194669 -  Automatic copying is not applicable for some Solaris hosts