Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1981

testsuite compilation problem

    XMLWordPrintable

Details

    Description

      It looks like the build file wasn't updated when JBoss moved to ant-1.6.x.
      In order to get the testsuite to compile, I had to change the following:

      <!-- Classpath to build and run the tests -->
      <path id="tests.classpath">
      <pathelement path="${classpath}"/>
      <pathelement path="${local.classpath}"/>
      <pathelement path="${project.tools}/lib/ant.jar"/>

      • <pathelement path="${project.tools}/lib/optional.jar"/>
        + <pathelement path="${project.tools}/lib/ant-junit.jar"/>
        <path refid="jboss.jmx.classpath"/>
        <path refid="thirdparty.classpath"/>
        </path>

      Attachments

        Activity

          People

            adrian.brock Adrian Brock (Inactive)
            frankgrimes_jira Frank Grimes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: