cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-05-30 Thread jvanzyl
jvanzyl 2004/05/30 09:55:19 Modified:maven-mboot/src/bash maven.functions Added: maven-mboot project.xml Log: o adjustment for a project with purely generated source: maven-model Revision ChangesPath 1.1 maven-components/maven-mboot/project.xml

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-05-26 Thread jvanzyl
jvanzyl 2004/05/26 19:34:35 Modified:maven-mboot/src/bash maven.functions Log: o teach mboot about generated sources that live in target/generated-sources Revision ChangesPath 1.39 +8 -1 maven-components/maven-mboot/src/bash/maven.functions Index: ma

cvs commit: maven-components/maven-mboot/src/bash maven.functions pluggy

2004-05-26 Thread jvanzyl
jvanzyl 2004/05/26 16:08:31 Modified:maven-mboot/src/bash maven.functions pluggy Log: o need modello in order to generate the jelly bean wrapper code o don't nuke the target directory before the build, as we are starting to deal with generated code, not sure why I put that ther

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-05-19 Thread evenisse
evenisse2004/05/19 01:40:38 Modified:maven-mboot/src/bash maven.functions Log: Fix MBOOT_CP generation for cygwin : - convert MBOOT_CP to unix format if a user define it - Remove MBOOT_CP conversion to unix format after initialization because we already have it in unix format.

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-05-16 Thread trygvis
trygvis 2004/05/16 07:33:11 Modified:maven-mboot/src/bash maven.functions Log: o Removing the annoying error message: find: src/main/resources: No such file or directory Revision ChangesPath 1.36 +5 -0 maven-components/maven-mboot/src/bash/maven.functions

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-04-16 Thread evenisse
evenisse2004/04/16 05:29:47 Modified:maven-mboot/src/bash maven.functions Log: A little fix for cygwin Revision ChangesPath 1.35 +5 -5 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ===

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-04-09 Thread jvanzyl
jvanzyl 2004/04/09 21:54:01 Modified:maven-mboot/src/bash maven.functions Log: Revision ChangesPath 1.33 +1 -0 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-04-09 Thread jvanzyl
jvanzyl 2004/04/09 07:14:51 Modified:maven-mboot/src/bash maven.functions Log: o make wget quiet Revision ChangesPath 1.32 +1 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions =

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-04-08 Thread jvanzyl
jvanzyl 2004/04/08 20:28:25 Modified:maven-mboot/src/bash maven.functions Log: o create directory for install if it doesn't exist Revision ChangesPath 1.31 +2 -0 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-03-09 Thread evenisse
evenisse2004/03/09 16:01:48 Modified:maven-mboot/src/bash maven.functions Log: wget doesn't accept -O after url under cygwin Revision ChangesPath 1.29 +1 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions =

cvs commit: maven-components/maven-mboot/src/bash maven.functions modello

2004-03-08 Thread jvanzyl
jvanzyl 2004/03/08 09:21:09 Modified:maven-mboot/src/bash maven.functions modello Log: o only download snapshots when the files already exist in the local repository. Revision ChangesPath 1.28 +5 -2 maven-components/maven-mboot/src/bash/maven.functions

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 08:24:39 Modified:maven-mboot/src/bash maven.functions Log: o correcting path that is used when running the tests Revision ChangesPath 1.25 +2 -2 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions =

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-02-13 Thread evenisse
evenisse2004/02/13 01:53:39 Modified:maven-mboot/src/bash maven.functions Log: Another fix for windows. Revision ChangesPath 1.23 +8 -2 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-02-13 Thread evenisse
evenisse2004/02/13 00:25:18 Modified:maven-mboot/src/bash maven.functions Log: Fix for cygwin. Revision ChangesPath 1.22 +7 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ===

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-02-11 Thread evenisse
evenisse2004/02/11 21:11:52 Modified:maven-mboot/src/bash maven.functions Log: A little fix for cygwin. Revision ChangesPath 1.21 +2 -2 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions mboot

2004-02-07 Thread jvanzyl
jvanzyl 2004/02/07 08:55:04 Modified:maven-mboot TODO.txt maven-mboot/src/bash maven.functions mboot Log: o adding install capability Revision ChangesPath 1.6 +0 -1 maven-components/maven-mboot/TODO.txt Index: TODO.txt

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-02-02 Thread jvanzyl
jvanzyl 2004/02/02 05:46:14 Modified:maven-mboot/src/bash maven.functions Log: o fixing problems where foo() was being used when foo is all that's needed as far as bash functions. o corrected construction of mboot classpath Revision ChangesPath 1.19 +6 -6

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-27 Thread jvanzyl
jvanzyl 2004/01/27 15:13:01 Modified:maven-mboot/src/bash maven.functions Log: o remove test resources file Revision ChangesPath 1.16 +7 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-27 Thread jvanzyl
jvanzyl 2004/01/27 11:07:04 Modified:maven-mboot/src/bash maven.functions Log: o remove debug Revision ChangesPath 1.15 +0 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-26 Thread jvanzyl
jvanzyl 2004/01/25 23:16:16 Modified:maven-mboot/src/bash maven.functions Log: o add shebang, just helps with my jed for syntax hilighting. Revision ChangesPath 1.13 +1 -0 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-14 Thread evenisse
evenisse2004/01/14 03:06:03 Modified:maven-mboot/src/bash maven.functions Log: Add some traces. Revision ChangesPath 1.9 +6 -0 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==

Re: cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-12 Thread Jason van Zyl
On Mon, 2004-01-12 at 12:14, [EMAIL PROTECTED] wrote: > evenisse2004/01/12 09:14:44 > > Modified:maven-mboot/src/bash maven.functions > Log: > Add tests compilation Awesome! What's the French idiom for "awesome!" ? -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-12 Thread evenisse
evenisse2004/01/12 09:14:44 Modified:maven-mboot/src/bash maven.functions Log: Add tests compilation Revision ChangesPath 1.6 +33 -6 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions =

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-03 Thread brett
brett 2004/01/03 15:49:18 Modified:maven-mboot/src/bash maven.functions Log: cygwin fixes, and improve POM reading of versions and artifacts - wasn't working for jar plugin Revision ChangesPath 1.4 +33 -8 maven-components/maven-mboot/src/bash/maven.functions

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-03 Thread jvanzyl
jvanzyl 2004/01/02 23:01:15 Modified:maven-mboot/src/bash maven.functions Log: o strip ${basedir} out of the sourceDirectory if it exists. Revision ChangesPath 1.3 +1 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ===

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-02 Thread jvanzyl
jvanzyl 2004/01/02 21:54:28 Modified:maven-mboot/src/bash maven.functions Log: o remove debug info Revision ChangesPath 1.2 +0 -2 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ===