To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Ivy Workshop Plugin

It seems Ivy won't resolve any new dependencies unless
checkmodified="true"
has been added to the ivysettings.xml
<url name="prom" checkmodified="true">
<ivy pattern="https://svn.win.tue.nl/repos/[organisation]/Releases/Packages/[module]/[revision]/ivy.xml" />
<artifact pattern="https://svn.win.tue.nl/repos/[organisation]/Releases/Packages/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>



Comments

  • Dear,

    This might just depend on the package that Ivy needs to resolve. Typically, this should not be necessary.

    The prom repository uses fixed versions ("latest"). But Ivy will only resolve the same version if the corresponding descriptor file ("ivy.xml") has been changed. For this reason, most of the ProM packages indeed update this descriptor file, but a developer may (accidently) remove the code that does this. Ivy will then not resolve new versions of this package.

    If resolving a particular package does not work, please let me know, as I can then inform the developer.

    Kind regards,

    Eric.  
Sign In or Register to comment.