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 js...@apache.org on 2003/01/07 02:32:00 UTC

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/action New.java

jsalvata    2003/01/06 17:32:00

  Modified:    src/core/org/apache/jmeter/gui/action New.java
  Log:
  Clear test plan file name on "File->New". Fixes bug#15514.
  
  Revision  Changes    Path
  1.2       +5 -0      jakarta-jmeter/src/core/org/apache/jmeter/gui/action/New.java
  
  Index: New.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/action/New.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- New.java	11 Aug 2002 19:24:44 -0000	1.1
  +++ New.java	7 Jan 2003 01:32:00 -0000	1.2
  @@ -118,6 +118,11 @@
   		}
   		guiPackage.getTreeModel().clearTestPlan();
   		guiPackage.getTreeListener().getJTree().setSelectionRow(1);
  +
  +		// Clear the name of the test plan file
  +		Save save = (Save) ActionRouter.getInstance().getAction("save", "org.apache.jmeter.gui.action.Save");
  +		save.setTestPlanFile(null);
  +		
   		ActionRouter.getInstance().actionPerformed(new ActionEvent(
   				e.getSource(),e.getID(),CheckDirty.ADD_ALL));
   	}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: bug 14681

Posted by Bruno Dillenseger <br...@rd.francetelecom.com>.
Hi,

FYI, I've tried jmeter1.8 on a Win98 Second Edition box (at work!) and I can tell you the following:
- I get the java.lang.reflect.InvocationTargetException exception with jdk1.3.1 and jdk1.3.1_03
- it runs fine with j2sdk1.4.0_01
- it does not work with jdk1.2.2 (java.lang.UnsupportedClassVersionError)
- the java.util.zip.ZipException exception reported once by a jmeter user looks like an installation/configuration issue IMO

Hope it helps,
-- Bruno.

Wolfram Rittmeyer wrote:

> Hi,
> 
> at home I've got an old win98-box. I should be able to test JMeter on win98
> on wednesday. I recall having had the stacktrace of the original bug-report
> once myself (not with JMeter) though I do not recall the cause of it...



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


bug 14681

Posted by Wolfram Rittmeyer <w....@proplant.de>.
Hi,

at home I've got an old win98-box. I should be able to test JMeter on win98
on wednesday. I recall having had the stacktrace of the original bug-report
once myself (not with JMeter) though I do not recall the cause of it...

Greetings,

Wolfram


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/action New.java

Posted by Jordi Salvat i Alabart <js...@atg.com>.
Just trying to clean up the bug list... it's so long I just can't sort 
out the important from the irrelevant.

BTW, anyone with access to a '98 box can please have a look at 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14618 ?

It looks bad enough...

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15821 also looks 
windows-specific.

Salut,

Jordi.

Scott Eade wrote:
> Thanks Jordi - I would have got there eventually ;-)
> 
> Scott



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/action New.java

Posted by Scott Eade <se...@backstagetech.com.au>.
Thanks Jordi - I would have got there eventually ;-)

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au
.Mac Chat/AIM: seade at mac dot com


On 7/01/2003 12:32 PM, "jsalvata@apache.org" <js...@apache.org> wrote:

> jsalvata    2003/01/06 17:32:00
> 
> Modified:    src/core/org/apache/jmeter/gui/action New.java
> Log:
> Clear test plan file name on "File->New". Fixes bug#15514.
> 
> Revision  Changes    Path
> 1.2       +5 -0  
> jakarta-jmeter/src/core/org/apache/jmeter/gui/action/New.java
> 
> Index: New.java
> ===================================================================
> RCS file: 
> /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/action/New.java,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- New.java    11 Aug 2002 19:24:44 -0000    1.1
> +++ New.java    7 Jan 2003 01:32:00 -0000    1.2
> @@ -118,6 +118,11 @@
> }
> guiPackage.getTreeModel().clearTestPlan();
> guiPackage.getTreeListener().getJTree().setSelectionRow(1);
> +
> +        // Clear the name of the test plan file
> +        Save save = (Save) ActionRouter.getInstance().getAction("save",
> "org.apache.jmeter.gui.action.Save");
> +        save.setTestPlanFile(null);
> +        
> ActionRouter.getInstance().actionPerformed(new ActionEvent(
> e.getSource(),e.getID(),CheckDirty.ADD_ALL));
> }
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>