Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
9.0
-
None
-
None
Description
1)I have a maven project (created correctly with nb maven wizard)
2) Created in the Files tab the directory (aka Folder) src/test/resources according to maven's conventions
2.1) Netbeans reacts well detecting this as a maven thing updating it's representation of that folder under 'Other test Sources' in Projects tab
3) I Focused '<default package>' in that 'folder', contextual menu -> new.... -> other -> XML -> XMLDocument (enter name and so) and the wizard displays in the Folder field the focused path correctly (src\test\resources), Finish. This is OK
4) Same as in point 3, but with "XSLStylesheet" wizard... Location combo box in the wizard only displays maven's java source folders (src/main/java and src/test/java) and gives no option for anything else. The browse... button lets me navigate in the selected subfolders of the selected from that combo.
Easy workaround: create the file with the "Other-> Empty File" wizard