Hi,
I'm new with Ivy ...
I'm trying to do a simple publish task and got the following error :
"no organisation provided for ivy publish task: It can either be set
explicitely via the attribute 'orga
nisation' or via 'ivy.organisation' property or a prior call to <resolve/>"
and this is my simple publish target :
<target name="publish" description="--> compile test and publish this
project in the local ivy repository">
<property name="revision" value="${app.version}"/>
<ivy:publish artifactspattern="${distrib.dir}/[artifact].[ext]"
resolver="local"
pubrevision="${app.version}"
status="release"/>
<echo message="project ${ant.project.name} released with version
${app.version}" />
</target>
Anyone know what is wrong ?
Thanks!
--
View this message in context:
http://www.nabble.com/No-organisation-provided-error----tp20222565p20222565.html
Sent from the ivy-user mailing list archive at Nabble.com.