• 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 1077 for branches/omero_ds_fix

Show
Ignore:
Timestamp:
11/15/06 09:20:15 (2 years ago)
Author:
jmoore
Message:

#443 Fixing control over EAR file name (artifact.final.name)

Location:
branches/omero_ds_fix/components
Files:
2 modified

  • antlib/resources/omero.xml (modified) (3 diffs)
  • app/product.properties (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/omero_ds_fix/components/antlib/resources/omero.xml

    r1063 r1077  
    6262 
    6363                <!-- copied from app/build.xml refactor --> 
    64       <tempfile property="temp.dir"/> 
     64      <tempfile property="temp.dir" prefix="omero"/> 
    6565      <mkdir dir="${temp.dir}"/> 
    6666      <copy file="${etc.dir}/omero-ds.xml" todir="${temp.dir}" /> 
    … …  
    7373 
    7474                <jar update="true" 
    75                   destfile="${artifact.final.name}.ear"> 
     75                  destfile="${artifact.final.name}"> 
    7676                        <fileset dir="${basedir}"> 
    7777                                <include name="etc/local.properties"/> 
    … …  
    8888 
    8989        <target name="setup-db" depends="classpath-define"> 
    90                 <sql_run> 
    91                         <transaction src="sql/ddl.sql"/> 
    92                         <transaction src="sql/data.sql"/> 
    93                 </sql_run> 
     90                <ant antfile="${server.comp}/build.xml" target="reload-db"> 
     91                <property name="sql.dir" value="${basedir}/sql"/> 
     92                </ant> 
    9493        </target> 
    9594 
  • branches/omero_ds_fix/components/app/product.properties

    r1063 r1077  
    11product.name="Omero Server 
    22product.version=3.0 
    3 artifact.final.name=GlencoeDME 
     3artifact.final.name=omero.ear 

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/