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

Running version-release target on build/build-release.xml needs dom4j.jar in ${jboss.dist}/lib

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • JBossAS-4.2.0.CR2
    • JBossAS-4.2.0.CR1
    • Build System
    • None
    • Low

    Description

      version-release target in build-release.xml (to produce distribution zips) has the following:
      <javac destdir=".">
      <src path="${jboss.build.dir}"/>
      <classpath>
      <pathelement location="${jboss.dist}/lib/dom4j.jar"/>
      </classpath>
      <include name="VersionRelease.java"/>
      </javac>
      However ${jboss.dist}/lib does not contain dom4j.jar. We should not add dom4j.jar to the lib directory
      unnecessarily for this.
      A suggestion by Ryan Campbell:
      replace ${jboss.dist}/lib with ${jboss.dist}/server/all/lib

      Attachments

        Issue Links

          Activity

            People

              rrajasek@redhat.com Rajesh Rajasekaran
              vivekl_jira Vivek Lankshmanan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: