Re: [Ginp-developers] Real activity?
Brought to you by:
burchbri,
dougculnane
From: Brian B. <br...@Pi...> - 2009-07-18 06:54:10
|
David Kerber wrote: > Brian Burch wrote: >> David kerber wrote: >> >>> Brian Burch wrote: >>> >> You are on your own with windows, eclipse and maven - I can't help. >> But you really must work with the latest source if you want to make >> sense of any problems you encounter. >> > No problem. IME with Tomcat, if it works on one machine it works on all > of them. Is the source .zip file in the download section of sourceforge > not the current source? If not, can you give me a hint on how to get > the current source from svn? I've never used svn before, though I did > just download the Tortoise SVN client earlier this week to play with, so > maybe that will do what I need. I was talking mostly about the build process. Either eclipse has an svn client, or you will need to install one. You then configure it to point to the ginp repository - sourceforge project help tells you how to set up the parameters (might be something in the mail archives too). Then you can download the source. You have to build the project with maven. That is the bit you might find complicated - you should probably install and build using maven from a command prompt, i.e. outside eclipse, to start with. Then you will have a new war file from the latest source. Deploy the war to tomcat and follow the install instructions to configure it. I will be away for a week, so don't be surprised if you hear nothing more from me. Brian |