Ken Gentle wrote:
Steve, could you say a little more about this structure? I'm intrigued,
to say the least.
Do you have IVY hitting the SVN Repo? Or does Ivy get pointed at a
"checked-out" view of the SVN directory?
we have ivy hitting the filesystem view. Everyone who checks stuff out,
gets the files. The entry in ivyconf.xml looks like this
<property name="maven2.pattern"
value="[organisation]/[module]/[revision]/[module]-[revision]" />
<property name="maven2.pattern.ext"
value="${maven2.pattern}.[ext]" />
...
<filesystem name="team">
ivys="true" artifacts="true"
m2compatible="true" >
<artifact
pattern="${root.dir}/antbuild/repository/${maven2.pattern.ext}"/>
<ivy
pattern="${root.dir}/antbuild/repository/${maven2.pattern}.xml"/>
</filesystem>