Return-Path: Delivered-To: apmail-jakarta-jmeter-dev-archive@www.apache.org Received: (qmail 402 invoked from network); 4 Aug 2005 13:52:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2005 13:52:40 -0000 Received: (qmail 40131 invoked by uid 500); 4 Aug 2005 13:52:28 -0000 Delivered-To: apmail-jakarta-jmeter-dev-archive@jakarta.apache.org Received: (qmail 40090 invoked by uid 500); 4 Aug 2005 13:52:27 -0000 Mailing-List: contact jmeter-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Developers List" Reply-To: "JMeter Developers List" Delivered-To: mailing list jmeter-dev@jakarta.apache.org Received: (qmail 40066 invoked by uid 99); 4 Aug 2005 13:52:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 06:52:27 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stevenmurphy@hotmail.com designates 64.4.61.45 as permitted sender) Received: from [64.4.61.45] (HELO hotmail.com) (64.4.61.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 06:52:16 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 4 Aug 2005 06:52:23 -0700 Message-ID: Received: from 64.4.61.208 by by102fd.bay102.hotmail.msn.com with HTTP; Thu, 04 Aug 2005 13:52:22 GMT X-Originating-IP: [64.4.61.208] X-Originating-Email: [stevenmurphy@hotmail.com] X-Sender: stevenmurphy@hotmail.com In-Reply-To: <1123161244.6213.35.camel@P78WVP51-udp504000uds.ams.gblxint.com> From: "Steven Murphy" To: mstover1@apache.org, jmeter-dev@jakarta.apache.org Subject: Re: Adding To The Menu Date: Thu, 04 Aug 2005 14:52:22 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 04 Aug 2005 13:52:23.0904 (UTC) FILETIME=[BDD5B600:01C598FB] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry I should have mentioned that I am launching JMeter inside NetBeans, I thought that because of this I didn't need to put the class files into a jar file until I wanted to run it outside of the IDE. Is this wrong? Should I include these 2 classes in the ApacheJMeter_components.jar file? I loading JMeter by executing the NewDriver classes and feeding it these arguments '-Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000'. In NetBeans I have mounted the following local directories containing the source code Jmeter\src\components (under here is where my new classes are) Jmeter\src\core Jmeter\src\functions Jmeter\src\htmlparser And I have mounted the following jar files ApacheJMeter_jms.jar ApacheJMeter_ftp.jar ApacheJMeter_http.jar ApacheJMeter_java.jar ApacheJMeter_idbc.jar ApacheJMeter_ldap.jar ApacheJMeter_mail.jar ApacheJMeter_monitors.jar ApacheJMeter_tcp.jar (and a load more Jar files which I'm not going to mention otherwise the list would be huge :) ) Cheers Steve Murphy From: Michael Stover Reply-To: mstover1@apache.org To: jmeter-dev@jakarta.apache.org Subject: Re: Adding To The Menu Date: Thu, 04 Aug 2005 09:14:04 -0400 Where have you put your jar that contains the new classes? If you put it in /lib, it will be in JMeter's classpath, but not in the path it searches for new components. If int /lib/ext, then it should be found. -Mike On Thu, 2005-08-04 at 14:00 +0100, Steven Murphy wrote: > I would need to extend the AbstractControllerGui right? > > I think the problem might be that my classes are not being executed when > JMeter is loaded. > > As I'm not all that familiar with java I have copied the ModuleController > and ModuleControllerGUI classes, to use as a templates. I have changed the > name of the 2 classes along with a number of the variables within each > class. > > I have recompiled all the source under the components and core directories. > Do I need to add an entry somewhere to call the 2 new classes? > > Cheers > Steve > > From: sebb > Reply-To: "JMeter Developers List" > To: JMeter Developers List > Subject: Re: Adding To The Menu > Date: Thu, 4 Aug 2005 11:05:16 +0100 > > This should happen automatically if the GUI element extends the > correct base class. > > S. > On 04/08/05, Steven Murphy wrote: > > I'm sure this is very simple to do, but I'm having trouble finding how to > > add a new option to the Logic Controllers menu. > > > > I've had a search though the MenuFactory and JMeterMenuBar classes but I > > can't find where the indvidual menu items are beong added. > > > > Could someone point me in the right direction? > > > > Cheers > > Steve Murphy > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org