warbler
warbler copied to clipboard
Cannot call undef when running warbler-created jar files
When trying to undefine the org package proxy mentioned here within a package that has been created by warbler, it doesn't seem to work
NameError: Undefined method org for 'MyBaseClass'
If I remove the undef call, the following error will pop up at runtime:
Java package `org.public_attributes' does not have a method `merge!'`
My current work around is to make sure I don't have any variables or methods called org or com :-!