| Author |
Can Ant run script generated by XDE?
|
xian deng
Greenhorn
Joined: Jun 14, 2006
Posts: 5
|
|
|
Can Ant run script generated by XDE or can script call ant?
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
What is XDE?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
If XDE generates an Ant script, why couldn't Ant run it?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Xian, In the future, please don't cross post the same question in multiple forums. Please continue discussion in the Ant thread.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
xian deng
Greenhorn
Joined: Jun 14, 2006
Posts: 5
|
|
I am sorry. I will not do that again. I have solve the problem. Script generated by XDE can run in the command line used java command. Thanks a lot.
|
 |
xian deng
Greenhorn
Joined: Jun 14, 2006
Posts: 5
|
|
XDE is short for ibm rational xde tester which is a tool for QA professionals who perform functional and regression testing of Java and Web applications. The script generated by xde is not ant script,which is also java code,but a little different from normal java class. I found out that the scipt can run in the command line,so it can be used by ant. Thanks a lot.
|
 |
 |
|
|
subject: Can Ant run script generated by XDE?
|
|
|