java - Apache ivy with eclispe and multiple projects -


how can use ivy resolve dependencys between different eclispe projects?

i have 1 project has libarys , base classes want use in project. spring base project , project uses spring.

in eclipse there "deploymentassemblies" if use that, got class files in other project, not libarys added, ivy.xml, base project.

i hope can me :)

you can use ivyde eclipse plugin resolve dependencies in eclipse project. once ivyde installed, have option "add ivy library..." when right click on project's ivy.xml. once configured, ivyde resolve project's dependecies , add them project's classpath.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -