Issue 78 in rapid-framework: 建议baiqiu加入rapid对linux的支持

18 views
Skip to first unread message

rapid-f...@googlecode.com

unread,
Jul 31, 2011, 5:13:59 PM7/31/11
to rapid-f...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 78 by Valenti....@gmail.com: 建议baiqiu加入rapid对linux的支持
http://code.google.com/p/rapid-framework/issues/detail?id=78

建议在SystemHelper.java中加入
public static boolean isLinuxOS =
System.getProperty("os.name").toLowerCase().indexOf("linux")>= 0;

然后在需要判断OS版本的地方加入 else(SystmeHelper.isLinuxOS){
Runtime.getRuntime().exec("bash cd "+...);
}
以使得rapid能够在linux下顺利执行而不报错误

rapid-f...@googlecode.com

unread,
Aug 3, 2011, 12:30:27 PM8/3/11
to rapid-f...@googlegroups.com

Comment #1 on issue 78 by bad...@gmail.com: 建议baiqiu加入rapid对linux的支持
http://code.google.com/p/rapid-framework/issues/detail?id=78

bash cd 有什么用?

rapid-f...@googlecode.com

unread,
Aug 3, 2011, 12:34:30 PM8/3/11
to rapid-f...@googlegroups.com

Comment #2 on issue 78 by bad...@gmail.com: 建议baiqiu加入rapid对linux的支持
http://code.google.com/p/rapid-framework/issues/detail?id=78

应该是不需要执行这个东西.

Reply all
Reply to author
Forward
0 new messages