Added Apache Ivy comfiguration and build impl. Untested.
This commit is contained in:
		| @@ -61,7 +61,15 @@ | |||||||
|     <!--======== LIBRARY TARGETS ========--> |     <!--======== LIBRARY TARGETS ========--> | ||||||
|     <target name="lib" depends="-lib-local,-lib-ivy"/> |     <target name="lib" depends="-lib-local,-lib-ivy"/> | ||||||
| 
 | 
 | ||||||
|     <target name="-lib-ivy" unless="${lib.local}"/> |     <target name="-init-ivy"> | ||||||
|  |         <ivy:settings id="ivy.settings" file="ivysettings.xml"/> | ||||||
|  |     </target> | ||||||
|  | 
 | ||||||
|  |     <target name="-lib-ivy" depends="-init-ivy" unless="${lib.local}"> | ||||||
|  |         <ivy:retrieve settingsRef="ivy.settings" | ||||||
|  |             pattern="${lib.dir}/[conf]/[type]/[artifact]-[revision].[ext]" | ||||||
|  |             conf="compile,runtime"/> | ||||||
|  |     </target> | ||||||
| 
 | 
 | ||||||
|     <target name="-lib-local" if="${lib.local}"> |     <target name="-lib-local" if="${lib.local}"> | ||||||
|         <echo message="Resolving libraries locally."/> |         <echo message="Resolving libraries locally."/> | ||||||
							
								
								
									
										13
									
								
								jdblabs.ivysettings-1.7.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								jdblabs.ivysettings-1.7.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | |||||||
|  | <ivysettings> | ||||||
|  |     <settings defaultResolver="default"> | ||||||
|  |     <resolvers> | ||||||
|  |         <sftp name="public" user="ivy" keyFile="resources/ivy/id_jdblabs_ivy" host="jdb-labs.com"> | ||||||
|  |             <ivy pattern="/home/ivy/repository/[organisation]/[module]/ivys/ivy-[revision].xml"/> | ||||||
|  | 	        <artifact pattern="/home/ivy/repository/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/> | ||||||
|  |         </sftp> | ||||||
|  |     </resolvers> | ||||||
|  |     <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> | ||||||
|  |     <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> | ||||||
|  |     <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> | ||||||
|  |     <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> | ||||||
|  | </ivysettings> | ||||||
		Reference in New Issue
	
	Block a user