So now to my real problem - nothing is installed.
My build directive looks like this:
<target name="publish" depends="configure, clean-build">
<ivy:install from="ce-repository" to="shared" organisation="feature"
haltonfailure="false"
module="com.bea.core.ce" revision="3.0"
overwrite="true" transitive="true"/>
</target>
my ivy file contains this module, but it is a virtual dependency (no
publications) and its dependencies are also virtual. It is only the
third layer down that actually specifies any real artifacts. However
the transitive="true" setting should ensure they get copied right?
Right now I get nothing, although the build successfully completes.
Any help appreciated.
Thanks
andy
Notice: This email message, together with any attachments, may contain
information of BEA Systems, Inc., its subsidiaries and affiliated
entities, that may be confidential, proprietary, copyrighted and/or legally
privileged, and is intended solely for the use of the individual or entity
named in this message. If you are not the intended recipient, and have received
this message in error, please immediately return this by email and then delete
it.