Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: parser
-
Labels:None
-
Number of attachments :
Description
So, while GROOVY-20 made package statements optional, it did not add magic to figure out missing package information from the directory structure.
Certainly now, packaging can be determined by comparing directory paths relative to a --sourcepath, eh?
Issue Links
- is depended upon by
-
GROOVY-753
complete parser
-
Have a ponder about this one - no biggie, see what you think. It'd be nice for the location of a file in a file system (relative to a root directory) to be used as the mechanism to associate the package name to a class/script. If the package statement is used then use it - otherwise autogenerated it.
What you think? It'd make things simpler