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

Ticket #862 (closed story: fixed)

Opened 10 months ago

Last modified 10 months ago

Fix svn:externals in branches/3.0-Beta2.3 so build will work

Reported by: omero Owned by: jmoore
Priority: major Milestone: 3.0-Beta3
Component: General Version:
Keywords: Cc:

Description

Subversion externals in the latest stable release (3.0-Beta2.3) cause the build to fail for code checked out from:

http://cvs.openmicroscopy.org.uk/svn/omero/branches/3.0-Beta2.3/

To fix the build, we need to change svn:externals to point to stable versions instead of the project trunks.

We can do this with the commands

svn pe svn:externals $OMERO_HOME/components/importer/src/loci
svn pe svn:externals $OMERO_HOME/components/bioformats-omero/src/loci

in each case replacing the line:

formats http://skyking.microscopy.wisc.edu/svn/java/trunk/loci/formats

with:

formats http://skyking.microscopy.wisc.edu/svn/java/tags/loci-tools-2007-May-03/loci/format

Change History

Changed 10 months ago by jmoore

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 3.0-Beta3

Update in r2045.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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