[jboss-dev] Why no commons-codec in AS5?

Scott Stark sstark at redhat.com
Fri Jan 23 14:12:36 EST 2009


Its hard to tell because nothing directly references this jar. Rather 
subprojects are referencing the apache.commons.classpath, but most just 
are using the commons-logging:

<path id="apache.commons.classpath">
  <pathelement path="${apache.collections.lib}/commons-collections.jar"/>
  <pathelement path="${apache.logging.lib}/commons-logging.jar"/>
  <pathelement path="${apache.httpclient.lib}/commons-httpclient.jar"/>
  <pathelement path="${apache.discovery.lib}/commons-discovery.jar"/>
  <pathelement path="${apache.fileupload.lib}/commons-fileupload.jar"/>
  <pathelement path="${apache.lang.lib}/commons-lang.jar"/>
</path>

[654][valkyrie: Branch_5_0]$ find . -name build.xml -exec grep -l 
apache.commons.classpath {} \;
./aspects/build.xml
./cluster/build.xml
./connector/build.xml
./console/build.xml
./hibernate-int/build.xml
./jmx/build.xml
./management/build.xml
./server/build.xml
./system-jmx/build.xml
./testsuite/build.xml
./tomcat/build.xml
./varia/build.xml

Dimitris Andreadis wrote:
> Those 3 libraries were in JBOSS_HOME/lib for webdav support, yes.
>
> I recall something was using httpclient to need to have it in 
> common/lib, don't remember what it was though.
>




More information about the jboss-development mailing list