Re: ant global environmental variable setup

2012-08-28 Thread praneeth
Many thanks for ur reply david..I think its working now..but the test cases are failing for some reason saying that its a configuration failure..Do i need to start the selenium server and also the jenkins is running on a linuxserver. Regards Praneeth On Monday, August 27, 2012 12:37:34 PM UTC+

Re: ant global environmental variable setup

2012-08-27 Thread Qazwart
Sorry it got away… Don't hard code paths in your build.xml file. Either put the selenium jar in your project (and your repository, so it's checked out with the rest of your project. Then use the relative path to your jar. -- David Weintraub da...@weintraub.name On Aug 27, 2012, at 2:20 PM, p

Re: ant global environmental variable setup

2012-08-27 Thread Qazwart
DO NOT HARD CODE PATHS IN YOUR BUILDXM FILE! I'm sorry for shouting, but your selenium jar is hardcoded in Your build.xml -- David Weintraub da...@weintraub.name On Aug 27, 2012, at 2:20 PM, praneeth wrote: > Hi David.. > > I have tried leaving the build file filed empty..it worked ,but i got

Re: ant global environmental variable setup

2012-08-27 Thread Qazwart
The build should be exactly the same as if you're running it from the command line of another machine. I tell the developers that builds should be simple: I define a small needed set of tools, Subversion, JDK 1.6, and Ant 1.8. I should be able to checkout and build by just typing "ant". If y

Re: ant global environmental variable setup

2012-08-27 Thread praneeth
Hi David.. I have tried leaving the build file filed empty..it worked ,but i got another problem regarding the jar files. I have use few jar file including the selenium server to run my tests in my local machine..how can I make use of them while running through a source repository?? here is t

Re: ant global environmental variable setup

2012-08-27 Thread praneeth
Hi, Many thanks for your reply...I will try removing the build file filed empty..one more question is it necessary to specify the jar file path when running through jenkins??? Regards praneeth On Monday, 27 August 2012 12:37:34 UTC+1, praneeth wrote: > > Hi > > Can yo

Re: ant global environmental variable setup

2012-08-27 Thread Qazwart
Why is there a "https:" in your directory? When you specify where you build.xml file is located, you specify where it is checked out in relationship to the working directory, and not the URL in your repository. Normally, you don't have to even specify where the build file is located as long as it

Re: ant global environmental variable setup

2012-08-27 Thread praneeth
Hi , when i run the bild in the jenkins I am getting the following error: Started by user *** Building in workspace /var/lib/jenkins/jobs/moveon4/workspace Updating https://svn.qsu-dev.com/svn/moveon4-javatests/trunk/moveon4tests1

Re: ant global environmental variable setup

2012-08-27 Thread Qazwart
On Aug 27, 2012, at 7:37 AM, praneeth wrote: > Can you please let me know how can i set ant as a global environment variable > in jenkins configuration..? What do you mean? If you're using ant, you can auto-install it. Jenkins knows where it is and runs it without you doing anything. There a

ant global environmental variable setup

2012-08-27 Thread praneeth
Hi Can you please let me know how can i set ant as a global environment variable in jenkins configuration..? Regards praneeth