[ome-devel] Setup for development

josh.moore at gmx.de josh.moore at gmx.de
Fri Nov 13 15:30:46 GMT 2009


Hi Shawn,

Shawn Garbett writes:
 > I'm trying to get the Omero.Importer to build (so I'm doing a full  
 > build) and I do the following:
...
 > 
 > BUILD FAILED
 > /Users/garbetsp/Projects/omero/build.xml:117: The following error  
 > occurred while executing this line:
 > /Users/garbetsp/Projects/omero/components/antlib/resources/global.xml: 
 > 104: The following error occurred while executing this line:
 > /Users/garbetsp/Projects/omero/components/blitz/build.xml:203: The  
 > following error occurred while executing this line:
 > /Users/garbetsp/Projects/omero/components/antlib/resources/global.xml: 
 > 191: exec returned: 2
 > 
 > ----
 > 
 > This is on a Mac. I also tried loading the project using Eclipse, but  
 > it fails in the same way. What am I doing wrong?

It looks like "python" is not on your path. Can you try:

  python -V

If you see something like:

josh at mac:~$ python -V
Python 2.5.4

then it is installed. In that case, could you run ant with debugging
turned on:

 ant -d

and send me the (very long!) output.

Thanks,
~Josh.


More information about the ome-devel mailing list