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 187083

Summary: scala-packages has to be backed by filesystem structure
Product: contrib Reporter: gorzala <gorzala>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description gorzala 2010-06-02 11:41:20 UTC
hallo,

as all/most of my projects live under the common package de.gorzala... i thought i could just ommit the always empty folders "de" and "gorzala" and made the following packages the root in filesystem. unfortunatly the scala-plugin will than complain in source-editor for example at the import-statement that the designated packages does not exist. when i resort to each scala-source file in the folder of the package structure (as in Java) it stops complaining.

the scala compilier sees no problems for both cases.

regards

Marc Gorzala