steeltomato / jmeter-amf

AMF Plugin for JMeter
http://code.kennethjhill.com/jmeter-amf
Apache License 2.0
37 stars 37 forks source link

Found error when building...Need Help #29

Open shiyamtj opened 11 years ago

shiyamtj commented 11 years ago

Hi,

I found following build error when i am building. Can anyone guide me on this?

Buildfile: C:\WorkingFolder\Learning-Repositories\JMeter\JMeter_Plugins\jmeter-amf-master\build.xml init: [echo] JMeter-AMF clean: [delete] Deleting directory C:\WorkingFolder\Learning-Repositories\JMeter\JMeter_Plugins\jmeter-amf-master\build compile: [mkdir] Created dir: C:\WorkingFolder\Learning-Repositories\JMeter\JMeter_Plugins\jmeter-amf-master\build\protocol\amf [javac] Compiling 18 source files to C:\WorkingFolder\Learning-Repositories\JMeter\JMeter_Plugins\jmeter-amf-master\build\protocol\amf [javac] C:\WorkingFolder\Learning-Repositories\JMeter\JMeter_Plugins\jmeter-amf-master\src\protocol\amf\org\apache\jmeter\protocol\amf\gui\AmfRequestGui.java:97: cannot find symbol [javac] symbol : constructor UrlConfigGui(boolean,boolean,boolean) [javac] location: class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui [javac] urlConfigGui = new UrlConfigGui(false, false, false); [javac] ^ [javac] 1 error

noogrub commented 11 years ago

You probably need to import a classname. See http://www.roseindia.net/java/java-get-example/cannot-find-symbol.shtml fora good start on what is likely missing. Might also be a typo. Hope that helps. -- John