[jboss-jira] [JBoss JIRA] Created: (JBAS-4299) Running version-release target on build/build-release.xml needs dom4j.jar in ${jboss.dist}/lib

Vivek Lakshmanan (JIRA) jira-events at lists.jboss.org
Wed Apr 4 16:44:58 EDT 2007


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

                 Key: JBAS-4299
                 URL: http://jira.jboss.com/jira/browse/JBAS-4299
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Build System
    Affects Versions: JBossAS-4.2.0.CR1
         Environment: Linux (Fedora Core 6 x86) + BEA 1.5 x86 JVM 
            Reporter: Vivek Lakshmanan
         Assigned To: Rajesh Rajasekaran
            Priority: Minor
             Fix For: JBossAS-4.2.0.GA


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


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

        



More information about the jboss-jira mailing list