Community
Participate
Working Groups
We need to be able to unzip the SDKs and test framework and run CVS commands for our tests. Also, please add the path of these binaries to the windows path so they will be accessible by Hudson.
(In reply to comment #0) > We need to be able to unzip the SDKs and test framework and run CVS commands > for our tests. > > Also, please add the path of these binaries to the windows path so they will be > accessible by Hudson. Can't you script this with Ant and use the Ant unzip/zip functionality.
Are there specific packages your looking for (tortise,7zip)? -M.
regarding comment #1 No. We don't use ant zip because it doesn't preserve permissions. This doesn't matter on Windows, but we use the same scripts on Linux and Windows to a large extent. Our windows tests are started with a windows batch file that invokes the eclipse ant.core.antRunner. regarding comment #2 Today we use unzip which is a command line utility provided by Infozip http://www.info-zip.org/
C:\> ls Command not found. C:\> vi Command not found. C:\> cat /etc/HOSTNAME Command not found. C:\> yum install zip Command not found. C:\> tar zxvf cvs.tar.gz && make config && make && make install Command not found. C:\> man windows No man should use Windows. Oh, and Command not found. *sigh* =)
I've installed the tools and restarted to force update the path. -M.
I just tried a test build and it looks like cvs pserver connections are blocked from this machine..not sure if some firewall rules need to be adjusted Started by user kmoir ln -s 2010-07-29_11-37-06 /opt/users/hudsonbuild/.hudson/jobs/eclipse-JUnit/builds/6 failed: -1 Building remotely on windows7build [workspace] $ cvs -Q -z3 -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co -P -d eclipse-JUnit -D "Thursday, July 29, 2010 3:37:06 PM UTC" org.eclipse.releng.eclipsebuilder cvs [checkout aborted]: connect to dev.eclipse.org(172.25.25.51):2401 failed: Connection timed out FATAL: CVS failed. exit code=1 Sending e-mails to: kmoir@ca.ibm.com Finished: FAILURE
Actually it's an issue with the name resolution. Fixed. -M.