[Ginp-developers] Developing under eclipse
Brought to you by:
burchbri,
dougculnane
From: David K. <dk...@id...> - 2009-07-20 12:37:14
|
Over the weekend, I got ginp building and running under eclipse. It took a bit to find the correct versions of the various libraries it needs (I didn't want to just grab the ones in web-inf/lib, though I used that as a reference). Unfortunately, I won't be able to use the svn capability directly to check in any changes I make, because I had to rearrange the project structure from the maven arrangement to get it going. It might be possible to use maven, but I never have, and I didn't feel like learning two new pieces at once. So I'll just keep you informed on any changes I make to improve the new-user experience, which is my first goal. I've already got one small change in, which keeps it from blowing up if I log in with no collections configured. The other capability I want to add is the ability for my users to create their own collections, and from the looks of the architecture of the app so far, that should be pretty easy to do. Thanks for the great baseline! d |