warbler icon indicating copy to clipboard operation
warbler copied to clipboard

Cannot call undef when running warbler-created jar files

Open rtyler opened this issue 12 years ago • 0 comments

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 :-!

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1446615-cannot-call-undef-when-running-warbler-created-jar-files?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github).

rtyler avatar Jul 10 '13 00:07 rtyler