Enable accessibility for non-public members from BeanShell scripts
------------------------------------------------------------------

                 Key: MINVOKER-68
                 URL: http://jira.codehaus.org/browse/MINVOKER-68
             Project: Maven 2.x Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Benjamin Bentmann
            Priority: Minor


Accessing non-public fields/methods from BeanShell scripts currently requires 
one to invoke {{setAccessibility( true )}} at the start of the script. In 
contrast, this works out of the box for Groovy scripts. Furthermore, I doubt 
that anybody cares about accessibility during testing. So, for the sake of 
consistency with Groovy and the ease of testing, BeanShell's accessibility mode 
should be enabled, too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to