You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/06/16 16:04:22 UTC

DO NOT REPLY [Bug 29602] New: - Enhancement of JMeter build process

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29602>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29602

Enhancement of JMeter build process

           Summary: Enhancement of JMeter build process
           Product: JMeter
           Version: 2.0.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: benjamin.francisoud@netcourrier.com


Compiling JMeter is still difficult from scratch because some jar(s) have to be 
downloaded elsewhere...

- iSaSiLk
- JAF
   - activation.jar
- bsf.jar
- bsh-1.3.0.jar
- JSSE (they may not all be necessary)
   - jcert.jar
   - jnet.jar
   - jsse.jar
- JavaMail (they may not all be necessary)
   - mail.jar
   - mailapi.jar
   - pop3.jar
   - smtp.jar

I see two solutions:
1- Those jar(s) can be included under lib with JMeter distribution or
2- You can had the get-bsf and get-beanshell tasks (and create new task get-
jsse and get-jaf) to the compile task in build.xml 

I don't really like the second solution because your build success depends on 
other web sites and there availability. And it means you cannot build JMeter 
behind a proxy/firewall (even if you downloaded the jmeter-src.zip)

I may not see every issues rise by my question here (gump integration etc...)

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org