Ticket #862 (closed story: fixed)
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
Note: See
TracTickets for help on using
tickets.
