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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 2561

Show
Ignore:
Timestamp:
06/30/08 20:23:05 (5 months ago)
Author:
jmoore
Message:

ticket:766 - deploying all OmeroImporter jars to dist/client

Location:
trunk
Files:
3 modified

  • build.xml (modified) (1 diff)
  • components/antlib/resources/directories.xml (modified) (1 diff)
  • components/tools/OmeroImporter/build.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r2560 r2561  
    6161        <iterate buildpathref="app.buildpath" target="dist"/> 
    6262        <antcall target="prepare-dist" inheritRefs="true" inheritAll="true"/> 
    63         <antcall target="build-py" inheritRefs="true" inheritAll="true"/> 
    64         <antcall target="build-importer" inheritRefs="true" inheritAll="true"/> 
    65         <antcall target="build-webadmin" inheritRefs="true" inheritAll="true"/> 
     63        <iterate buildpathref="OmeroImporter.buildpath" target="tools-dist"/> 
     64        <iterate buildpathref="WebAdmin.buildpath" target="tools-dist"/> 
     65        <iterate buildpathref="OmeroPy.buildpath" target="tools-dist"/> 
     66        <iterate buildpathref="tools.buildpath" target="dist"/> 
    6667    </target> 
    6768 
  • trunk/components/antlib/resources/directories.xml

    r2556 r2561  
    3434        <property name="tools.dir"     value="${root.dir}/lib/tools" /> 
    3535        <property name="dist.dir"      value="${root.dir}/dist" /> 
    36          
     36 
    3737        <!-- Components --> 
    3838        <property name="dsl.comp"       value="${components.dir}/dsl"/> 
  • trunk/components/tools/OmeroImporter/build.xml

    r2560 r2561  
    4949 
    5050    <target name="tools-dist" depends="deps-resolve,tools-build" description="Copied artifacts to tools/target" unless="skip.compile"> 
    51         <ivy:retrieve conf="client" pattern="../target/client/[module]-[revision].[ext]" log="quiet"/> 
     51        <ivy:retrieve conf="client" pattern="${tools.dest}/client/[module]-[revision].[ext]" log="quiet"/> 
    5252        <ivy:publish artifactspattern="${target.dir}/[module].[ext]" 
    5353            resolver="tools-resolver" pubrevision="${omero.version}" 

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/