I'm not sure if I'm doing this entirely right, but here is what I did
on a WinXP system and the new Maven build procedure:

- downloaded and setup Maven
- installed the keel plugin

- created a build.properties in my "home" directory, which I assumed was:
        C:\Documents and Settings\<username>\
  and inserted the following two lines:
        maven.repo.local=C:/Documents and Settings/<username>/.maven/repository
        
maven.repo.remote=http://ibiblio.org/maven,http://keelframework.org/maven

- navigated over to $KEEL_HOME/keel-build/example-projects/default and
typed in "maven"
- maven started to download a bunch of jars into my maven.repo.local folder

ok, so I guess the files I need for the default project have been
downloaded into my repository. Now how do I create a new project? What
would be the maven equivalent of ant create-project?

P.S. I am not sure if putting my build.properties file in that folder
made any difference. Because I believe C:/Documents and
Settings/<username>/.maven/repository is the default repository
location for maven on windows anyway. I'm not going to mess with it
right now and keep my repo at that location. it seems to be working
fine..


On Mon, 21 Feb 2005 09:10:13 -0500, Michael Nash
<[EMAIL PROTECTED]> wrote:
> Morning all:
> 
> I've just published a new update to the chapter in the doc that
> discusses the new Maven build system.
> 
> http://www.keelframework.org/release/HEAD/docbook/keel-doc/html_chunk/manual/ch13.html#d0e5613
> 
> You will also find on there instructions for initially installing Keel
> itself via Maven - I think you'll find this procedure far simpler than
> the old method of getting a whole CVS snapshot.
> 
> So far on the "default" example project has been set up to work with
> this new build technique, but I hope to have the remainder of the
> projects converted today, as it's not difficult to set up.
> 
> I will publish updates to this doc frequently, and would appreciate any
> feedback, especially if the instructions don't work!
> 
> Regards,
> 
> Mike
> 
> P.S. One small addition already: There's a mirror of maven-1.0.2 at
> http://www.keelframework.org/maven/maven-1.0.2.zip, just for
> convenience.
> 
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [EMAIL PROTECTED]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> 


-- 
- Ramin
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to