Return-Path: Delivered-To: apmail-incubator-empire-db-dev-archive@locus.apache.org Received: (qmail 19569 invoked from network); 3 Jan 2009 21:27:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2009 21:27:21 -0000 Received: (qmail 4324 invoked by uid 500); 3 Jan 2009 21:27:21 -0000 Delivered-To: apmail-incubator-empire-db-dev-archive@incubator.apache.org Received: (qmail 4302 invoked by uid 500); 3 Jan 2009 21:27:21 -0000 Mailing-List: contact empire-db-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-dev@incubator.apache.org Received: (qmail 4291 invoked by uid 99); 3 Jan 2009 21:27:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 13:27:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of francisdb@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 21:27:13 +0000 Received: by fg-out-1718.google.com with SMTP id 13so334824fge.26 for ; Sat, 03 Jan 2009 13:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=2Pnz5t5kuDGnsFiA2SLdmCXcKPPc7VD7SGybzsrsFfE=; b=DlUVSdjIIXcC/wYC/ZDycrJnNThzzDDcWlfbYjf+jhHxcONbQVdHplMje7cmLJKRd8 nh5xbnNheCbi2PaAT/i31lArl9RNUSbu0ZjUlqqzO5zS4ed22fN6Qgn3VF4eYs/B3rzM Oz+G1hNznuGLvIQFcIci3tPQtder2RXu3UttM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=D8Ah71KZb/5+PP1DPzyOK/c005PhtVCYZEAb68wA9NM2QpBF9oE+L7TcZia49yBNNi 6b2LOBN2YGT84SClv0v61RSq9NnkLmnorimzLDH0dk8cishAmrXkXCPQLx/UI2+n/361 64eczGyp2dbyLmf2PeyTpW0MbHhLIM8Zo2avM= Received: by 10.86.61.13 with SMTP id j13mr11244438fga.23.1231018011550; Sat, 03 Jan 2009 13:26:51 -0800 (PST) Received: by 10.86.1.16 with HTTP; Sat, 3 Jan 2009 13:26:51 -0800 (PST) Message-ID: <3ab983230901031326h4fb9207ne08785e5b91633ca@mail.gmail.com> Date: Sat, 3 Jan 2009 22:26:51 +0100 From: "Francis De Brabandere" To: empire-db-dev@incubator.apache.org Subject: Re: mavenized project In-Reply-To: <3ab983230812260846u4bc6411escfc3e28af9d3bc1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ab983230812260846u4bc6411escfc3e28af9d3bc1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 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 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.