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 253455 - Dot is a legal char in path name
Summary: Dot is a legal char in path name
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 08:19 UTC by phansson
Modified: 2015-07-22 04:37 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 phansson 2015-07-14 08:19:08 UTC
In the IDE logs you may see a message like this:

[QUOTE]
WARNING [nativeexecution.support.logger]: [334686 ms.] Default tmp dir [C:\Users\PETER~1.STO\AppData\Local\Temp\] has spaces/non-latin chars in the path. It is recommended to use a path without spaces/non-latin chars for tmp dir. Either change TEMP environment variable in System Properties or use -J-Djava.io.tmpdir=c:\tmp to change the temp dir.
[/QUOTE]


This doesn't make sense. The path name is perfectly legal. The problem is checkForNonLatin() method in WindowsHostInfoProvider.java which doesn't consider '.' (dot) to be acceptable in a path name. 

Easy to fix.
Comment 1 ilia 2015-07-21 12:21:41 UTC
Fixed in:
  http://hg.netbeans.org/cnd-main/rev/9e9838d5e4fc
Comment 2 Quality Engineering 2015-07-22 04:37:42 UTC
Integrated into 'main-silver', will be available in build *201507220303* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9e9838d5e4fc
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #253455 - Dot is a legal char in path name