Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-114 verify that zip distro and svn distro do not differ
  3. JBPAPP-120

update build-release.xml version-release target to use correct location of log4j.jar

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Minor
    • 4.2.ALPHA6
    • 4.2.ALPHA5
    • Build
    • 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>
      <echo message="Versioning: jboss-${version}"/>
      <java classname="VersionRelease">
      <arg value="${jboss.dist}"/>
      <classpath>
      <pathelement location="."/>
      <pathelement location="${jboss.dist}/lib/dom4j.jar"/>
      </classpath>
      <syspropertyset>
      <propertyref prefix="version"/>
      <propertyref prefix="specification"/>
      <propertyref prefix="implementation"/>
      </syspropertyset>
      </java>
      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: