<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [ome-users] ivy dependancies</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>That's a help. Ignoring a few thousand warning messages, I get to this error in the importer compile:<BR>
<BR>
<BR>
generate:<BR>
<BR>
compile:<BR>
[javac] Compiling 25 source files to /home/mrmike/Documents/omero/components/importer/target/classes<BR>
[javac] ----------<BR>
[javac] 1. ERROR in /home/mrmike/Documents/omero/components/importer/src/loci/formats/ome/OMEXMLMetadata.java (at line 134)<BR>
[javac] OMEXMLNode node = new CustomNode(el);<BR>
[javac] ^^^^^^^^^^<BR>
[javac] CustomNode cannot be resolved to a type<BR>
<BR>
any ideas on that one?<BR>
<BR>
Michael J. McCaughey, PhD<BR>
Molecular Physiology and Biophysics<BR>
U9203 MRBIII<BR>
6-6175<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Chris Allan [<A HREF="mailto:callan@blackcat.ca">mailto:callan@blackcat.ca</A>]<BR>
Sent: Mon 10/29/2007 12:52 PM<BR>
To: McCaughey, Michael J<BR>
Cc: ome-users@lists.openmicroscopy.org.uk<BR>
Subject: Re: [ome-users] ivy dependancies<BR>
<BR>
<BR>
On 29 Oct 2007, at 17:15, McCaughey, Michael J wrote:<BR>
<BR>
> I'm trying to install OMERO from a current trunk checkout, but I <BR>
> can't build it due to some missing depends related to ivy. I've <BR>
> poked around the SVN repository but couldn't find them. Any <BR>
> suggestions? Error is attached below.<BR>
<BR>
Hi Mike.<BR>
<BR>
The build system is in a bit of flux at the moment (we're trying to <BR>
remove some of the dependencies on the actual omero.class). Can you <BR>
try the following?<BR>
<BR>
ant clean<BR>
ANT_OPTS="-Xmx512M" ant quick build<BR>
<BR>
><BR>
> Mike<BR>
<BR>
Ciao.<BR>
<BR>
-Chris<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>