Sounds like you could benefit from a Continuous Integration Server ... Try https://hudson.dev.java.net/ -- very easy to set up.
You could configure it to check in the generated artifact via a post-build command (setup via hudson), but you might want to consider just publishing your generated WAR SNAPSHOT version to an internal maven repo (i.e. Nexus). Hudson can do this for you as well. On Nov 11, 2009, at 11:39 AM, Neil Chaudhuri wrote: > I would like to do something very simple at regular intervals (say every > hour): > > *Build the primary artifact-- a WAR file > *Check it into SVN at a specified location in the trunk > > How could I do this? > > Thanks. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
