My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Jul 10, 2009
    jchav-1.1.2.zip (jchav-1.1.2.zip) file uploaded by dallaway   -  
    Labels: Featured OpSys-All
    Labels: Featured OpSys-All
  • Jul 10, 2009
    r180 (Release 1.1.2) committed by dallaway   -   Release 1.1.2
    Release 1.1.2
  • Jul 10, 2009
    r179 (Added a log4j configuration: developer settings in src/ and ...) committed by dallaway   -   Added a log4j configuration: developer settings in src/ and the build includes etc/log4j which is at WARN.
    Added a log4j configuration: developer settings in src/ and the build includes etc/log4j which is at WARN.
  • Jul 10, 2009
    r178 (Updated my local config for testing against JMeter 2.3.4) committed by dallaway   -   Updated my local config for testing against JMeter 2.3.4
    Updated my local config for testing against JMeter 2.3.4
  • Jul 10, 2009
    r177 (Javadoc fixes.) committed by dallaway   -   Javadoc fixes.
    Javadoc fixes.
  • Jul 10, 2009
    issue 24 (Image at the top of report summary is cropped when many resu...) Status changed by dallaway   -   Thank you! These changes will be in release 1.1.2
    Status: Fixed
    Thank you! These changes will be in release 1.1.2
    Status: Fixed
  • Jul 10, 2009
    issue 26 (GTK Error on server) Status changed by dallaway   -   Great - thank you for letting us know.
    Status: Fixed
    Great - thank you for letting us know.
    Status: Fixed
  • Jul 10, 2009
    r176 (issue 24: incorporated CSS changes.) committed by dallaway   -   issue 24 : incorporated CSS changes.
    issue 24 : incorporated CSS changes.
  • Jul 10, 2009
    issue 26 (GTK Error on server) commented on by Ethernaly   -   sorry I forgive to tell you that I solve my problems with xhost +IPwithDisplay and export of DISPLAY.
    sorry I forgive to tell you that I solve my problems with xhost +IPwithDisplay and export of DISPLAY.
  • Jul 10, 2009
    issue 24 (Image at the top of report summary is cropped when many resu...) Status changed by dallaway   -  
    Status: Accepted
    Status: Accepted
  • Jul 10, 2009
    issue 26 (GTK Error on server) commented on by dallaway   -   It sounds like you need to set the -Djava.awt.headless=true property, however on the headless machines we're tested against we've not needed to do this. Do you need to set $DISPLAY in your shell or enable permissions (xhost +)?
    It sounds like you need to set the -Djava.awt.headless=true property, however on the headless machines we're tested against we've not needed to do this. Do you need to set $DISPLAY in your shell or enable permissions (xhost +)?
  • Jul 10, 2009
    issue 20 (JUnitSampler reports shows an empty graphic) Status changed by dallaway   -   Fix released in version 1.1.2
    Status: Fixed
    Fix released in version 1.1.2
    Status: Fixed
  • Jul 10, 2009
    issue 23 (Enhance ant task) Status changed by dallaway   -   This fix released in version 1.1.2
    Status: Fixed
    This fix released in version 1.1.2
    Status: Fixed
  • Jul 10, 2009
    r175 (Minor edits: Fixed two find bugs warnings, one typo and upda...) committed by dallaway   -   Minor edits: Fixed two find bugs warnings, one typo and updated the copyright dates.
    Minor edits: Fixed two find bugs warnings, one typo and updated the copyright dates.
  • Jul 06, 2009
    issue 26 (GTK Error on server) reported by Ethernaly   -   I want to "execute" Jchav ant command from a server (so only shell), but server give me this error: run-jchav: [jchav] log4j:WARN No appenders could be found for logger (com.googlecode.jchav.jmeter.JMeterXMLSaxHandler). [jchav] log4j:WARN Please initialize the log4j system properly. (.:3977): Gtk-WARNING **: cannot open display:
    I want to "execute" Jchav ant command from a server (so only shell), but server give me this error: run-jchav: [jchav] log4j:WARN No appenders could be found for logger (com.googlecode.jchav.jmeter.JMeterXMLSaxHandler). [jchav] log4j:WARN Please initialize the log4j system properly. (.:3977): Gtk-WARNING **: cannot open display:
  • Apr 01, 2009
    issue 25 (JMeter 2.3.2 has changed name of ant tak jar) Status changed by paul.goulbourn   -  
    Status: Fixed
    Status: Fixed
  • Apr 01, 2009
    r174 (Issue 25: Modified build example to use a classpathref for t...) committed by paul.goulbourn   -   Issue 25 : Modified build example to use a classpathref for the ant jmeter task.
    Issue 25 : Modified build example to use a classpathref for the ant jmeter task.
  • Apr 01, 2009
    issue 25 (JMeter 2.3.2 has changed name of ant tak jar) reported by paul.goulbourn   -   Examples currently fail because JMeter 2.3.2 has changed name of the ant jar file and the example names the specific file.
    Examples currently fail because JMeter 2.3.2 has changed name of the ant jar file and the example names the specific file.

Older

  • Sep 29, 2008
    issue 24 (Image at the top of report summary is cropped when many resu...) reported by paul.blizzard   -   What steps will reproduce the problem? 1. Setup Jchav 1.1.1 2. Run Jchav against a Jmeter project using ant that aggregates several different timestamped runs to generate a historical summary graph with many results in a report. 3. View the report. The summary image at the top crops the results that are on the right side of the graph. What is the expected output? What do you see instead? The expected output would be a complete graph. What version of the product are you using? On what operating system? 1.1.1 using ubuntu 7.04, firefox 2. Please provide any additional information below. This can be fixed by modifying the style.css file as follows: OLD: div.summary { clear: both; display:block; overflow:hidden; width: 50%; margin-left: auto; margin-right: auto; border: 1px; border-color: black; border-style: solid; padding: 3px; } NEW: div.summary { clear: both; display:block; overflow:hidden; width: 100%; margin-left: auto; margin-right: auto; border: 1px; border-color: black; border-style: solid; padding: 3px; }
    What steps will reproduce the problem? 1. Setup Jchav 1.1.1 2. Run Jchav against a Jmeter project using ant that aggregates several different timestamped runs to generate a historical summary graph with many results in a report. 3. View the report. The summary image at the top crops the results that are on the right side of the graph. What is the expected output? What do you see instead? The expected output would be a complete graph. What version of the product are you using? On what operating system? 1.1.1 using ubuntu 7.04, firefox 2. Please provide any additional information below. This can be fixed by modifying the style.css file as follows: OLD: div.summary { clear: both; display:block; overflow:hidden; width: 50%; margin-left: auto; margin-right: auto; border: 1px; border-color: black; border-style: solid; padding: 3px; } NEW: div.summary { clear: both; display:block; overflow:hidden; width: 100%; margin-left: auto; margin-right: auto; border: 1px; border-color: black; border-style: solid; padding: 3px; }
 
Hosted by Google Code