NanoContainer
  1. NanoContainer
  2. NANO-193

JythonContainerBuilder does not work within Maven Tests

    Details

    • Type: Bug Bug
    • Status: Open Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Testcase included:
      yes
    • Number of attachments :
      0

      Description

      The following lines from JythongContainerBuilder throw an error when executed from within Maven.

                  interpreter.exec("from org.nanocontainer import *");
                  interpreter.exec("from org.nanocontainer.reflection import *");
                  interpreter.exec("from java.net import *");
      

      The Jython interpreter complains about no known module nanocontainer. It runs great within Eclipse, so I have to assume there's some issue with Jython + Surefire.

        Activity

        There are no entries against this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Michael Rimov
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated: