alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

README for org.eclipse.core.vcm.tests

This plug-in provides the VCM tests. It also contains the script, text.xml, 
which launches the VCM and CVS automated tests after the a build.
In order to run the tests, perform the following steps:

1. Load the eclipse test harness plug-ins and fragments

2. Load the following plug-ins:
	org.eclipse.core.test.harness
	org.eclipse.vcm.tests.core
	org.eclipse.vcm.tests.core.cvs
	
3. Modify the repository.properties file in plug-in 
org.eclipse.vcm.tests.core  to contain the information required 
to connect to your repository. Your repository must allow rsh 
connections from your userid and machine in order for
the tests to run.

4. Run the test.xml Ant script in Eclipse or use the the following 
command line (from the eclipse home directory).

java -cp startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -file plugins\org.eclipse.vcm.tests.core\test.xml run -dev bin
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.