Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
11.2
-
None
-
None
Description
Can't build an Ant NetBeans module if there is a layer.xml.
Steps to reproduce
- New Project > Java with Ant
- Select NetBeans Modules > Module
- Input Project Name and Code Name Base
- The module project is created
- Create a layer.xml file (New File > Module Development > XML Layer)
- Run > Build Project
- Get the following message
/home/junichi11/NetBeansProjects/sample-module/src/com/example/layer.xml:3:14: 要素タイプ"filesystem"を宣言する必要があります。
/home/junichi11/netbeans-11.2/netbeans/harness/common.xml:335: /home/junichi11/NetBeansProjects/sample-module/src/com/example/layer.xml is not a valid XML document.
BUILD FAILED (total time: 0 seconds)
There is no problem with NetBens 11.0 and 11.1.
Example project: sample-module.zip
Attachments
Attachments
Issue Links
- duplicates
-
NETBEANS-3290 Cannot compile NB module with layer.xml
- Closed