Hi,
I am trying to make a build and it's failing at line 192 in the build.xml
file. Not sure if I am doing anything wrong.
I checked out the source code from svn into a folder called swtbot. I
downloaded eclipse into
C:\Automation\swtbot\net.sf.swtbot.build\test-sandbox. Extracted the folder
and renamed it to eclipse-target
Location:
C:\Automation\swtbot\net.sf.swtbot.build\test-sandbox\eclipse-target
When I ran the ant script it complained about not being able to find
eclipse-target folder in "C:\Automation\swtbot\", so I copied the
eclipse-target folder in test-sandbox to swtbot folder. And this time I got
the error pasted below.
I am running this on a windows 32bit machine, so did not change any default
values in the build.properties file except for the eclipse version.
------------------
baseLocation=${eclipseLocation}
#Os/Ws/Arch/nl of the eclipse specified by baseLocation
baseos=win32
basews=win32
basearch=x86
-------------------
Your help in getting this work is very much appreciated.
Regards,
Talli
----------------------------------------------Error---------------------------------------------------------------------
[java] BUILD FAILED
[java]
C:\Automation\swtbot\net.sf.swtbot.build\test-sandbox\test.xml:315:
The following error occurred while executing this line:
[java]
C:\Automation\swtbot\net.sf.swtbot.build\test-sandbox\test.xml:293:
The following error occurred while executing this line:
[java]
C:\Automation\swtbot\net.sf.swtbot.build\test-sandbox\test.xml:32:
he following error occurred while executing this line:
[java] Target "${setupTarget}" does not exist in the project "Automated
SWT
Bot Testing".
[java]
[java] Total time: 0 seconds
BUILD FAILED
C:\Automation\swtbot\net.sf.swtbot.build\build.xml:192: Java returned: 13
---------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse