woolfel 2003/10/17 20:57:46 Modified: src/core/org/apache/jmeter/resources messages.properties Log: accidentally checked in the wrong file. oops. rolled back Revision Changes Path 1.60 +13 -0 jakarta-jmeter/src/core/org/apache/jmeter/resources/messages.properties Index: messages.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/resources/messages.properties,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- messages.properties 16 Oct 2003 21:53:31 -0000 1.59 +++ messages.properties 18 Oct 2003 03:57:46 -0000 1.60 @@ -8,6 +8,9 @@ add=Add aggregate_report_total_label=TOTAL aggregate_report=Aggregate Report +als_message=Note: The Access Log Parser is generic in design and allows you to plugin +als_message2= your own parser. To do so, implement the LogParser, add the jar to the +als_message3= /lib directory and enter the class in the sampler. analyze=Analyze Data File... anchor_modifier_title=HTML Link Parser appearance=Look and Feel @@ -133,6 +136,10 @@ gaussian_timer_range=Deviation (in milliseconds): gaussian_timer_title=Gaussian Random Timer generate=Generate +generator=Name of Generator class +generator_cnf_msg=Could not find the generator class. Please make sure you place your jar file in the /lib directory. +generator_instantiate_msg=Could not create an instance of the generator parser. Please make sure the generator implements Generator interface. +generator_illegal_msg=Could not access the generator class due to IllegalAcessException. get_xml_from_file=File with SOAP XML Data (overrides above text) get_xml_from_random=Message Folder get_xml_message=Note: Parsing XML is CPU intensive. Therefore, do not set the thread count @@ -198,6 +205,12 @@ load_wsdl=Load WSDL load=Load log_errors_only=Log Errors Only +log_file=Location of log File +log_parser=Name of Log Parser class +log_parser_cnf_msg=Could not find the class. Please make sure you place your jar file in the /lib directory. +log_parser_instantiate_msg=Could not create an instance of the log parser. Please make sure the parser implements LogParser interface. +log_parser_illegal_msg=Could not access the class due to IllegalAcessException. +log_sampler=Tomcat Access Log Sampler logic_controller_title=Simple Controller login_config_element=Login Config Element login_config=Login Configuration
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
