Re: How I may run junit test cases in packages?

2007-04-27 Thread Denis Bessmertnyj
: Friday, April 27, 2007 7:28 PM Subject: Re: How I may run junit test cases in packages? Ok, this is just a wild guess, but is this where you would use something like: Donald Denis Bessmertnyj wrote: Hi All,

How I may run junit test cases in packages?

2007-04-27 Thread Denis Bessmertnyj
this test cases without directly specifying test case class names or packages. Ant may know only root_dir location. thank you --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

predefined system properties?

2007-04-27 Thread Denis Bessmertnyj
Does ant have predefined system properties? For example, I want to get current dir name. How I may do it? thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant BUG?: URI has an authority component

2007-04-27 Thread Denis Bessmertnyj
Steve, I have had a talk with my PM and he told me that he also had this bug with ant. 1.7 doesn't want to work with network resources. - Denis - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, Apr

Re: Ant: URI has an authority component

2007-04-27 Thread Denis Bessmertnyj
Here is %JCLASSES_LIB_DIR% variable value (maybe it will be helpful) \\PC03\jclasses\lib Here is %ANT_CLASSPATH% set ANT_CLASSPATH=%JCLASSES_LIB_DIR%\ant-1.7.0.jar;%JCLASSES_LIB_DIR%\ant-launcher-1.7.0.jar;%JCLASSES_LIB_DIR%\xercesImpl-2.9.0.jar;%JCLASSES_LIB_DIR%\xml-apis-1.3.04.jar;%JCLASSES_L

Re: Ant: URI has an authority component

2007-04-27 Thread Denis Bessmertnyj
java org.apache.tools.ant.Main -classpath %CLASSPATH%;%ANT_CLASSPATH% -buildfile build.xml - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, April 27, 2007 1:50 PM Subject: Re: Ant: URI has an authority comp

Re: Ant: URI has an authority component

2007-04-27 Thread Denis Bessmertnyj
Steve, current directory. I just make a test in order to run Ant via Java - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, April 27, 2007 1:50 PM Subject: Re: Ant: URI has an authority component Denis

Ant: URI has an authority component

2007-04-27 Thread Denis Bessmertnyj
Hi All, Ant in Anger. Here is my simple build.xml Hello, Hello I attach the next jars ant-1.7.0.jar;ant-launcher-1.7.0.jar;catalina-ant.jar;activation.jar;ant-javamail-1.7.0.jar;junit.jar;ant-junit-1.7.0.jar; And I receive BUILD FAILED java.lang.IllegalArgumentException: URI

Re: Warning: selected war files include a WEB-INF/web.xml whichwill be ignored (please use webxml attribute to war task)

2007-04-27 Thread Denis Bessmertnyj
task) Hello Denis, should work. Regards Frank Quoting Denis Bessmertnyj <[EMAIL PROTECTED]>: It's Since Ant 1.7, but I use Ant 1.6. - Denis - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, April

Re: Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)

2007-04-26 Thread Denis Bessmertnyj
f you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: "Ant Users List"

Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)

2007-04-26 Thread Denis Bessmertnyj
Hi, how I may escape this warning message in War task [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task) Here my war task As you see I have webxml attribute and it refs correctly. But in web application files in WE

Re: Cannot send e-mail via ant

2007-04-26 Thread Denis Bessmertnyj
l 26, 2007 3:50 PM Subject: RE: Cannot send e-mail via ant -----Original Message- From: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 6:35 AM To: Ant Users List Subject: Cannot send e-mail via ant And I receive BUILD FAILED java.lang.NoSuchFieldError: headers

Cannot send e-mail via ant

2007-04-26 Thread Denis Bessmertnyj
Hi, All. I try to send e-mail via ant. Here is my code mailport="..." from="..." tolist="..." subject="..." messagefile="..." encoding="mime" messagemimetype="text/html" charset="Window

Re: Mail Task: HTML Body content

2007-04-23 Thread Denis Bessmertnyj
this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, Apr

Mail Task: HTML Body content

2007-04-23 Thread Denis Bessmertnyj
I need to send e-mail with html junit report content in body. I use the next but this approach doesn't work. It just shows me html as plain text and doesn't render it. --- Denis Bessmertnyj, GUI SoftWeb - To u

JUnit task and tests in jars

2007-04-23 Thread Denis Bessmertnyj
Hi, I have a lot of jars with JUnit test cases. How I may run them. What is wrong in this approach:

JUnit reports

2007-04-20 Thread Denis Bessmertnyj
ssed - testSendRequest - passed SecondTestCase - failed - testPutGoods - passed - testGetBusket - failed ... thank you --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

JUnit task and tests in jars

2007-04-20 Thread Denis Bessmertnyj
Hi, I have a lot of jars with JUnit test cases. How I may run them. What is wrong in this approach:

I want to ref to another build.xml and execute it

2007-04-20 Thread Denis Bessmertnyj
Inside thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: If one execution is failed

2007-04-20 Thread Denis Bessmertnyj
How I may use a resultproperty? May you give me an example? thank you - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 12:22 PM Subject: AW: If one execution is failed -Ursprüngliche Nachricht- Von: Denis Bessmertnyj [mailto:[EMAIL PRO

If one execution is failed

2007-04-20 Thread Denis Bessmertnyj
I have a lot of Note that all this info. --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UnDeploy to Tomcat

2007-04-20 Thread Denis Bessmertnyj
Also, it is interesting, how then I may undeploy jar file from Tomcat. - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 10:41 AM Subject: Deploy to Tomcat Beautiful day, I need to deploy jar file to Tomcat serv

Deploy to Tomcat

2007-04-20 Thread Denis Bessmertnyj
Beautiful day, I need to deploy jar file to Tomcat server with Ant help. What I need to do? Thank you --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Ant: copy files

2007-03-22 Thread Denis Bessmertnyj
thing: Please, help me. thnx. --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mkdir and system vars - DONE

2007-03-21 Thread Denis Bessmertnyj
Sorry, I forgot to set system vars before - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, March 21, 2007 11:37 AM Subject: Ant: mkdir and system vars Hi, here is a part of my build file

Ant: mkdir and system vars

2007-03-21 Thread Denis Bessmertnyj
ecutes. But when folder with name "${env.ALL_TESTS_BUILD_DIR}" in the current directory and puts classes there. What is wrong? thnx --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: unable to find a javac compiler when I invoke ant from cmd script (UPDATE)

2007-03-21 Thread Denis Bessmertnyj
Thank you, I forgot to add fork="true" - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 11:01 AM Subject: ANT: unable to find a javac compiler when I invoke ant from cmd script (UPDATE) And I

ANT: unable to find a javac compiler when I invoke ant from cmd script (UPDATE)

2007-03-21 Thread Denis Bessmertnyj
And I have the next target in my build.xml - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 10:59 AM Subject: Ant: unable to find a javac compiler when I invoke ant from cmd script Hi, I hav

Ant: unable to find a javac compiler when I invoke ant from cmd script

2007-03-21 Thread Denis Bessmertnyj
Hi, I have build.cmd with the next code: set ANT_CLASSPATH=%JCLASSES_DIR%\lib\ant.jar;%JCLASSES_DIR%\lib\catalina-ant.jar;%JCLASSES_DIR%\lib\ant-launcher.jar; call java -classpath %ANT_CLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main -buildfile %ALL_TESTS_SRC_DIR%\build.xml The last command,

Ant question

2007-03-15 Thread Denis Bessmertnyj
Hi, Ant users. May the Ant do the next thing for me: It lists all dirs in the current directory and then entrance in each dir by turns and execute build.xml in current directory. Is it real? --- Denis Bessmertnyj, GUI SoftWeb