• 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 Change
  • Next Change →

Changeset 1665 for branches

Show
Ignore:
Timestamp:
06/23/07 12:17:13 (18 months ago)
Author:
jmoore
Message:

#742 If we skip compile due to ice, we also need to skip package, et al.

Files:
1 modified

  • branches/3.0-Beta2/components/antlib/resources/lifecycle.xml (modified) (4 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/antlib/resources/lifecycle.xml

    r1655 r1665  
    227227        </target> 
    228228                 
    229         <target name="package" depends="test"> 
     229        <target name="package" depends="test" unless="skip.compile"> 
    230230                <pathconvert property="mf.classpath" 
    231231                        refid="omero.classpath"  
    … …  
    250250        </target> 
    251251 
    252         <target name="install" depends="package"> 
     252        <target name="install" depends="package" unless="skip.compile"> 
    253253                <property name="dest.file" value="${omero.repo.local}/${artifact.path}"/> 
    254254                <dirname property="dest.dir" file="${dest.file}"/> 
    … …  
    273273        </target> 
    274274 
    275         <target name="dist" depends="integration"> 
     275        <target name="dist" depends="integration" unless="skip.compile"> 
    276276                <!-- empty by default --> 
    277277        </target> 
    … …  
    313313        </target> 
    314314 
    315   <target name="standalone"> 
     315  <target name="standalone" unless="skip.compile"> 
    316316    <copy todir="${target.dir}/standalone"> 
    317317      <fileset dir="${omero.repo.local}"> 

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/