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 245061 - ScannerException on proper YML configuration ignored_domains: [routes]
Summary: ScannerException on proper YML configuration ignored_domains: [routes]
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL: http://jmsyst.com/bundles/JMSTranslat...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-14 20:24 UTC by ethernalh
Modified: 2014-06-16 10:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (37.66 KB, text/plain)
2014-06-14 20:24 UTC, ethernalh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ethernalh 2014-06-14 20:24:07 UTC
When entering YML formatted config from below I receive ScannerException while scanning an alias we had this expected alphabetic or numeric but found . (46)

Highlights line: ignored_domains: [routes]

jms_translation:
    configs:
        app:
            dirs: [%kernel.root_dir%, %kernel.root_dir%/../src]
            output_dir: %kernel.root_dir%/Resources/translations
            output_format: xliff
            ignored_domains: [routes]
            excluded_names: [*TestCase.php, *Test.php]
            excluded_dirs: [cache, data, logs]
            extractors: [alias_of_the_extractor]


Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Comment 1 ethernalh 2014-06-14 20:24:11 UTC
Created attachment 147679 [details]
IDE log