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 190195 - No ability to create a scala package
Summary: No ability to create a scala package
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 19:54 UTC by mvfranz
Modified: 2010-09-06 19:54 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 mvfranz 2010-09-06 19:54:14 UTC
When working within a maven project you cannot right-click and select new 'scala package'.  You can select a new 'java package' that puts the new package into the src/main/java directory.  There should be similar behavior for scala packages that put the new package in the src/main/scala package

If you are in a scala project, the new 'java package' works since the destination directory of the command is the same as a java project - src.