Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
sigil-1.0.0
-
None
-
None
Description
To reproduce:
1) Create a Sigil project
2) Create a Class in a package
– No bundle is built at this point, could be a bug also?
3) Touch the sigil.properties file
4) Add a new class in a different package
5) Reference the new class from the first class
– console shows "WARN: missing imports (added): [<new package>]", an import has been added
6) Touch the sigil.properties file
– Bundle is built as expected