JaroslavTulach commented on a change in pull request #3410:
URL: https://github.com/apache/netbeans/pull/3410#discussion_r780626838



##########
File path: nb/uihandler.exceptionreporter/nbproject/project.properties
##########
@@ -15,3 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
+javac.source=1.8
+is.autoload=true
+is.enabled=false

Review comment:
       Does it make sense to specify `is.enabled` status for `is.autoload` 
module? Removing line with `is.enabled=...` shall have no effect, I assume.

##########
File path: nb/uihandler.exceptionreporter/nbproject/project.properties
##########
@@ -15,3 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
+javac.source=1.8
+is.autoload=true
+is.enabled=false

Review comment:
       The old explanation by @jglick is at:
   - 
https://bits.netbeans.org/11.1/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html
   - just search for "autoload"
   
   Surprisingly it is not included in the latest Javadoc:
   - 
https://bits.netbeans.org/12.6/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html
   - I guess our Javadoc system broke somehow...
   
   > setting autoload=true and not setting anything else will keep the modules 
off
   
   Check `nbbuild/netbeans` and `platform/config/Modules/*.xml` with/without 
`is.enabled` setting. Possibly the `*xml` files stay unchanged. Then they would 
(obviously) behave the same in the runtime.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to