Cobertura中 -Xbootclasspath 的使用方法

阅读更多

1. jvmarg 用法

 

使用jvmarg,可以设置java虚拟机的环境。

下面的代码是svn上的一个配置文件

 



	
		
		
			
		
	
	

	
	
	
	
	
	
	
		
	
	
		
		
			
			Using propertyfile config_${personal.config}.properties
		
		
			
			Using propertyfile config.properties
		
	

	
	
	
	
	
	

	
		
		
		
			
			
				
				
					
						
					
				
				
					
						
					
				
			
		
	

	
		
		
		
	

	
		
		
		
			
			
			
			
			
			
			
			
		
	


	
		
			
			
			
				
			
		
		
		
		
			
			
		
		
		
		
			
			
			
			
			
		
		
	

	
		
			
			
			
			
			
		
	

	
		
			
			
				
				
					
					
					
				
			
			
				
				
					
					
					
					
					
					
					
					
					
				
			
		
		
	
	
		
			
			
				
				
					
					
					
				
			
			
				
				
				
					
					
					
					
					
				
			
		
		
	

	
		
			
			
				
				
					
					
				
			
			
				
				
					
					
				
				
			
		
	

	
		
		
	

	
		
		
		
		
	

	
		
		
		
		
		
		
	

	
		
	

	
		
		
			
		
		
			
		
		
	

	
		
			
				
				
			
		
		
		
		
		

		
		
			
			
			
			
				
			
		
		
		
		
		
		
		
		
		
		
		
			
			
		
		
		
	

   2.-Xbootclasspath 在cobertura中的使用方法

下面的代码是cobertura,ant配置文件中的一个片段。为了这个功能找了好久,使用jvmarg标签给java虚拟机加载jar

 

 


	
		
			
			


			
			
			
			
			

			
			


			
				
					
					
					
					
				
			
		

		
			
				
			
			
		
	
 

 

 

 

你可能感兴趣的:(Tomcat,Solr,maven,XML,Windows)