Test nuovo post

AƧga nbravvjkvjf lfvflg

Posted in Uncategorized | Leave a comment

Links for 24/9/2011

Posted in italian | Leave a comment

Links for 23/9/2011

Posted in italian | Leave a comment

Links for 23/9/2011

Posted in italian | Leave a comment

Links for 22/9/2011

Posted in italian | Leave a comment

Links for 13/9/2011

Posted in italian | Leave a comment

Ivy con repository locale

Mi annoto una soluzione per impostare un doppio repository (locale/remoto) tramite il gestore di dipendenze Ivy.

  • Repository locale: file system
  • Repository remoto: http
<ivysettings>
  <settings defaultResolver="my-chain-resolver" defaultCache="${basedir}/build/cache" />
  <property name="ivy.local.default.root"  value="/opt/repository" override="false"/>
  <resolvers>

    <chain name="my-chain-resolver"  returnFirst="true">

      <url name="my-url-resolver">
        <artifact pattern="http://myhost.mydomain/java/[organisation]/[module]/lib/[artifact].[type]" />
        <ivy pattern="http://myhost.mydomain/java/[organisation]/[module]/[revision]/ivy-[module].xml" />
        <ivy pattern="http://myhost.mydomain/java/[organisation]/[module]/ivy-[module].xml" />
      </url>

      <filesystem name="my-local-resolver">
        <artifact pattern="${ivy.local.default.root}/[organisation]/[artifact].[type]" />
      </filesystem>

    </chain>

  </resolvers>
</ivysettings>
Posted in italian | Leave a comment

Links for 29/8/2011

Posted in italian | Leave a comment

Links for 29/7/2011

Posted in italian | Leave a comment

Links for 18/7/2011

Posted in italian | Leave a comment