• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5589

Show
Ignore:
Timestamp:
08/28/08 16:53:25 (3 months ago)
Author:
jmoore
Message:

Update to the ivy build to get omero-insight-integration working on hudson

Location:
trunk/build
Files:
2 modified

  • build.xml (modified) (1 diff)
  • ivysettings.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/build/build.xml

    r5553 r5589  
    169169    <ivyPub artifactspattern="${dist.dir}/omero.insight-${dist.bundle.version}.zip"/> 
    170170  </target> 
    171   
     171 
     172  <target name="ivy-build"> 
     173  <!-- "Build run by hudson in the omero-insight-integration job" --> 
     174    <property name="ivy-resolver" value="hudson-repository"/> 
     175    <antcall target="clean" inheritAll="true" inheritRefs="true"/> 
     176    <antcall target="ivy-override" inheritAll="true" inheritRefs="true"/> 
     177    <antcall target="dist" inheritAll="true" inheritRefs="true"/> 
     178    <antcall target="ivy-publish" inheritAll="true" inheritRefs="true"/> 
     179  </target> 
     180 
    172181  <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    173182   * Build, test, and package the app. 
  • trunk/build/ivysettings.xml

    r5553 r5589  
    3333   </chain> 
    3434 
    35     <chain name="hudson-repository" returnFirst="true"> 
     35    <chain name="hudson-repository" returnFirst="true" latest="latest"> 
    3636      <filesystem name="dot-hudson-"> 
    3737        <ivy pattern="${user.home}/.hudson/repository/[organisation]/[module]/ivys/ivy-[revision].xml"/> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/