Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

the sample junit project #394

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create the tellunium-junit-project
2. mvn test
3.

What is the expected output? What do you see instead?
    [javac] Compiling 1 source file to
E:\code\opensource\tellunium\sample\com.a
lipay.tellunium.test\target\test-classes
E:\code\opensource\tellunium\sample\com.alipay.tellunium.test\src\test\groovy\te
st\GoogleSearchTestCase.java:7: 无法访问
org.tellurium.test.java.TelluriumJavaTe
stCase
错误的类文件: C:\Documents and
Settings\ji.zhangyj\.m2\repository\tellurium\tel
lurium-core\0.7.0-SNAPSHOT\tellurium-core-0.7.0-SNAPSHOT.jar(org/tellurium/test/
java/TelluriumJavaTestCase.class)
类文件具有错误的版本 50.0,应为 49.0
请删除该文件或确保该文件位于正确的类路径子目录中。
import org.tellurium.test.java.TelluriumJavaTestCase;

What version of the product are you using? On what operating system?
0.7.0-SNAPSHOT

Please provide any additional information below.

tellurium-core-0.7.0-SNAPSHOT.jar is compiled by JDK 1.6.

Original issue reported on code.google.com by umlso...@gmail.com on 22 Feb 2010 at 1:20

GoogleCodeExporter commented 8 years ago
Tellurium 0.7.0 uses JDK 1.6, are you using JDK 1.5?

Original comment by John.Jian.Fang@gmail.com on 22 Feb 2010 at 2:39

GoogleCodeExporter commented 8 years ago
Also, you are welcome to report problems to Tellurium user group at

 http://groups.google.com/group/tellurium-users

Thanks.

Original comment by John.Jian.Fang@gmail.com on 22 Feb 2010 at 2:48

GoogleCodeExporter commented 8 years ago
As far as I can see, this is not an issue if you switch to Java 6. Closing it. 
If you
have any concerns, please post to tellurium user group.

Thanks.

Original comment by John.Jian.Fang@gmail.com on 23 Feb 2010 at 5:47