ok, same thing as the previous mail but the code is now available in svn for testing:
you can check out http://svn.apache.org/repos/asf/incubator/empire-db/branches/maven to have a look at the mavenized project. things I need to do: - make sure all examples run correctly including the logging - set up the needed config and files for creating a release zip - upload a snapshot maven repo to my people.apache.org account - set up checkstyle and some other stuff for code formatting and asf header checks (not so urgent) - see if we can set up snapshot releases (could do this using my own CI server here at home) But I would like to keep modifications on the branch to a minimum (mostly pom files) so I can redo the modification on trunk easily Any questions? I'm still calling for testers... On Fri, Dec 26, 2008 at 5:46 PM, Francis De Brabandere <[email protected]> wrote: > I just mavenized the whole project and put a copy of my version online at: > http://maven.somatik.be/empire-db-2.0.5-SNAPSHOT.tar.gz > > This is how the project will look like when the transition to maven is > done. I have not added the release stuff and some other metadata is > missing but everything else should be operational. > > how to use: > > make sure you have maven installed (see the apache maven website) > extract the archive > cd empire-db-mvn > mvn clean install > > now for eclipse: > mvn eclipse:eclipse > > now in eclipse: file - import... - existing projects into workspace... > and select the empire-db-mvn folder, > you should now be able to import all 5 projects > > for running the main example > cd empire-db-example > mvn exec:java > > for running the advanced example > cd empire-db-example-advanced > mvn exec:java > > and for starting the struts2 example web app: > cd empire-db-example-struts2 > mvn jetty:run > > Now if somebody could test it and let me know if there are any issues! > > Francis > > > -- > http://www.somatik.be > Microsoft gives you windows, Linux gives you the whole house. > -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
