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

<!-- This is an example for the doc on the session test framework -->
<!-- 
See the companion default-setup.xml file for an explanation on how to use
setup files. 
This file only provides overridings for location sensitive command line options.
Note that all option sets are non-identified (they lack the "id" attribute), so they cannot be 
explicitly chosen. The option set ids defined in the companion default-setup.xml file should be 
used instead. The customizations defined here will be appropriately applied whenever the option sets 
they relate to are specified. -->

<setup>
	<optionSet with="j9" name="J9 20040917">
		<eclipseArg option="vm" value="d:\java\j9sc20040917\jre\bin\java"/>
	</optionSet>	     

	<optionSet name="Sun JDK 1.4.2_03" with="sun_1.4">
		<eclipseArg option="vm" value="d:\java\sun jdk 1.4.2_03\jre\bin\java"/>
	</optionSet>
	
	<optionSet name="Sun JDK 1.5.0" with="sun_1.5">
		<eclipseArg option="vm" value="d:\java\sun jdk 1.5.0\jre\bin\java"/>
	</optionSet>
	
	<optionSet name="Eclipse 3.0.0" with="eclipse_3.0.0">
		<eclipseArg option="install" value="d:\eclipse\3.0.x\3.0\eclipse"/>
	</optionSet>
	<optionSet name="Eclipse 3.0.1" with="eclipse_3.0.1">
		<eclipseArg option="install" value="d:\eclipse\3.0.x\3.0.1\eclipse"/>
	</optionSet>	
	<optionSet name="Eclipse 3.1 M1" with="eclipse_3.1_M1">
		<eclipseArg option="install" value="d:\eclipse\3.1.x\m1\eclipse"/>
	</optionSet>
	<optionSet name="Eclipse 3.1 i20041019" with="eclipse_3.1">
		<eclipseArg option="install" value="d:\eclipse\3.1.x\i20041019\eclipse"/>
	</optionSet>	
	
	<optionSet with="basic_instance" name="Basic Instance">
		<eclipseArg option="data" value="d:\temp\tests\basic tests"/>
	</optionSet>	     
	
	<optionSet with="performance" name="Performance">	
		<systemProperty key="perf_ctrl" value="dbloc=d:/temp/cloudscape;config=org.eclipse.core.tests.basic;build=base"/>
	</optionSet>
</setup>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 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.