Re: How to depend on legacy projects?

2009-10-02 Thread Leo Simons
Hey sebb,

On Sat, Sep 19, 2009 at 10:50 AM, sebb seb...@gmail.com wrote:
 JMeter currently depends on some legacy Excalibur modules:

 excalibur-datasource-1.1.1.jar
 excalibur-i18n-1.1.jar
 excalibur-instrument-1.0.jar
 excalibur-logger-1.1.jar
 excalibur-pool-1.2.jar

Are you sure it really needs those specific versions? Modulo various
small build system / packaging differences, the excalibur codebase has
not changed significantly in many many years; I would kind-of expect
JMeter to work with current excalibur trunk...

ciao,

- Leo

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: How to depend on legacy projects?

2009-10-02 Thread sebb
On 02/10/2009, Leo Simons m...@leosimons.com wrote:
 Hey sebb,


  On Sat, Sep 19, 2009 at 10:50 AM, sebb seb...@gmail.com wrote:
   JMeter currently depends on some legacy Excalibur modules:
  
   excalibur-datasource-1.1.1.jar
   excalibur-i18n-1.1.jar
   excalibur-instrument-1.0.jar
   excalibur-logger-1.1.jar
   excalibur-pool-1.2.jar


 Are you sure it really needs those specific versions? Modulo various
  small build system / packaging differences, the excalibur codebase has
  not changed significantly in many many years; I would kind-of expect
  JMeter to work with current excalibur trunk...

Quite possibly - Excalibur is only used for JDBC pooling.

  ciao,


  - Leo


  -
  To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
  For additional commands, e-mail: general-h...@gump.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: How to depend on legacy projects?

2009-10-02 Thread sebb
On 02/10/2009, sebb seb...@gmail.com wrote:
 On 02/10/2009, Leo Simons m...@leosimons.com wrote:
   Hey sebb,
  
  
On Sat, Sep 19, 2009 at 10:50 AM, sebb seb...@gmail.com wrote:
 JMeter currently depends on some legacy Excalibur modules:

 excalibur-datasource-1.1.1.jar
 excalibur-i18n-1.1.jar
 excalibur-instrument-1.0.jar
 excalibur-logger-1.1.jar
 excalibur-pool-1.2.jar
  
  
   Are you sure it really needs those specific versions? Modulo various
small build system / packaging differences, the excalibur codebase has
not changed significantly in many many years; I would kind-of expect
JMeter to work with current excalibur trunk...


 Quite possibly - Excalibur is only used for JDBC pooling.


Actually, there seems to be a problem depending on the latest versions
of Excalibur:


   [javac] 
/srv/gump/public/workspace/jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java:221:
cannot find symbol
   [javac] symbol  : method
enableLogging(org.apache.avalon.framework.logger.LogKitLogger)
   [javac] location: class
org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
   [javac] source.enableLogging(new LogKitLogger(log));
   [javac]   ^

See:

http://vmgump.apache.org/gump/public/jakarta-jmeter/jakarta-jmeter-svn/index.html

ciao,
  
  
- Leo
  
  
-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org
  
  


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org