[ome-users] LDAP questions

Harri Jäälinoja harri.jaalinoja at helsinki.fi
Thu Mar 22 11:42:16 GMT 2012


On 16/03/12 14:17, Josh Moore wrote:
> Basic instructions for bundling the classes can be found here:
>
>    https://trac.openmicroscopy.org.uk/ome/wiki/ExtendingOmero#JavaDeployment
>
> but they may be too terse. If so, let us know.
>
>> >

Hi Josh,

I am just getting started with this. I followed the instructions to get 
the code from github, and ran build.py successfully to build the entire 
project.

Then I copied an existing NewUserGroupBean implementation to serve as a 
starting point:
hajaalin at biotek973:~/openmicroscopy$ cp 
./components/server/src/ome/security/auth/QueryNewUserGroupBean.java 
./components/server/src/ome/security/auth/HyNewUserGroupBean.java

Then after editing the class names in my new implementation I ran 
build.py again, and I can find the class file:
./components/server/target/classes/ome/security/auth/HyNewUserGroupBean.class


So far this is good, the only problem is that it takes 1 minute 35 
seconds to build the entire project (when only this one file is 
modified), so of course impatient as I am I would like to make it 
quicker :)  I tried to compile only the server component, but that fails:

hajaalin at biotek973:~/openmicroscopy$ ./build.py components/server/build.xml
Buildfile: /home/hajaalin/openmicroscopy/build.xml

BUILD FAILED
Target "components/server/build.xml" does not exist in the project 
"toplevel".

Total time: 0 seconds


What do you suggest in this case?

Cheers,
Harri

-- 
__________________________________________________
Harri Jäälinoja
Light Microscopy Unit
Institute of Biotechnology, University of Helsinki
http://www.biocenter.helsinki.fi/bi/lmu/
+358 9 191 59370 fax +358 9 191 59366




More information about the ome-users mailing list