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

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/etc/local.properties.example

Revision 2942, 2.4 kB (checked in by jmoore, 3 months ago)

ticket:1106 - Ice-based build & rewrite of OmeroCpp build to use http://scons.org

Includes:

  • Moving of some omero/*.ice files to subdirectories
  • Moving of OmeroCpp/test/boost* tests to subdirectories
  • Addition of overdue omero/templates.h
  • Change to all imports generated from combined.vm
  • Removal of ModelI.h and Model.h
  • Removal of no.ice|uses.ice|skip.ice
  • Renaming of products to omero_client
Line 
1#
2# local.properties.example
3# ------------------------
4# system variables which will be used both at
5# build-time and run-time
6#
7omero.repo.local=${omero.home}/lib/repository
8omero.repo.remote=file://${user.home}/.m2/repository
9omero.rootpass=ome
10omero.db.profile=psql
11
12############################################
13# build
14############################################
15# Defaults used in antlib/resources/lifecycle.xml
16# override in <COMPONENT>/build.xml files or
17# in etc/local.properties
18javac.source=1.5
19javac.target=1.5
20javac.debug=on
21javac.debuglevel=lines,vars,source
22javac.maxmem=300m
23javadoc.maxmem=300m
24
25############################################
26# Testing
27############################################
28#
29# Prevents test failures from stopping the build
30test.with.fail=false
31# Turns on code-coverage measurements during testing
32emma.enabled=false
33
34# Determines which Ivy resolver to use for
35# finding the loci libraries. Look in
36# etc/ivyconf.xml for more information.
37loci.resolver=omero-resolver
38
39############################################
40# libraries
41############################################
42
43# Used in server/build.xml and blitz/build.xml
44# to specify the functionality that will be compiled
45# in via server/src/ome/services/util/OmeroAroundInvoke.java
46# and blitz/src/ome/services/icy/fire/SessionManagerI.java
47omero.hard-wired.interceptors="ome.security.basic.BasicSecurityWiring"
48
49# Used by tools/licences/build.xml to define
50# which class should be compiled into
51# ome.services.licenses.LicenseBean
52ome.services.licenses.Store_class="ome.services.licenses.Store"
53
54############################################
55# client connection
56############################################
57omero.user=user
58omero.pass=secret
59
60############################################
61# database connection
62############################################
63hibernate.connection.username=user
64hibernate.connection.password=secret
65
66############################################
67# jndi connection
68############################################
69server.host=localhost
70server.port=1099
71
72############################################
73# maven.xml properties
74# ------------------------------------------
75# when using maven.xml to generate classpath
76# files uncomment out these variables. just
77# be sure to re-comment them when using ant
78# or odd errors will appear.
79############################################
80#omero.repo.local=${user.home}/.m2/repository/
81#omero.repo.remote=file://${omero.home}/lib/repository/
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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