Trygve Laugstol
c6fbfedf09
o Adding eclipse excludes.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162699 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 21:20:11 +00:00
Jason van Zyl
03267ea4be
o committing work from Trygve because he can't yet commit himself.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162684 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 19:02:15 +00:00
Jason van Zyl
7fe9eda07d
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162681 13f79535-47bb-0310-9956-ffa450edef68
2004-04-17 15:29:28 +00:00
Emmanuel Venisse
aae1df54fb
A little fix for cygwin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162675 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 12:29:47 +00:00
Jason van Zyl
a771832d41
o Committing changes submitted by Trygve Laugst��l to accomodate the new form
...
of specifying a parent model to use which is of the form:
<parent>
<groupId/>
<artifactId/>
<version/>
</parent>
This allows us to work consistently from the local repository or the unified
source root where missing models are downloaded now that we have the required
information within the <parent/> element.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162656 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 14:40:35 +00:00
Jason van Zyl
ec874b013d
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162640 13f79535-47bb-0310-9956-ffa450edef68
2004-04-10 04:56:08 +00:00
Jason van Zyl
e88db1a3ba
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162637 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 14:22:59 +00:00
Jason van Zyl
a50d380cc8
o make wget quiet
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162636 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 14:14:51 +00:00
Jason van Zyl
f898414bef
silence the tarring
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162634 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 04:35:44 +00:00
Jason van Zyl
d72ecbec20
o create directory for install if it doesn't exist
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162632 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 03:28:25 +00:00
Jason van Zyl
8e41d7b20a
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162623 13f79535-47bb-0310-9956-ffa450edef68
2004-03-23 16:51:50 +00:00
Jason van Zyl
d6da340d36
o inherit unitTests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162622 13f79535-47bb-0310-9956-ffa450edef68
2004-03-23 02:03:20 +00:00
Jason van Zyl
9c52342203
o give mboot enough smarts to simulate this:
...
<project>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*Abstract*.java</exclude>
</excludes>
<resource>
<directory>src/test/resources</directory>
</resource>
</unitTest>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
being the parent model.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162619 13f79535-47bb-0310-9956-ffa450edef68
2004-03-21 03:58:28 +00:00
Jason van Zyl
12dca611b8
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162618 13f79535-47bb-0310-9956-ffa450edef68
2004-03-19 17:12:19 +00:00
Emmanuel Venisse
6fe6937fa8
wget doesn't accept -O after url under cygwin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162596 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 00:01:48 +00:00
Emmanuel Venisse
61598c029e
a little fix for windows/cygwin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162595 13f79535-47bb-0310-9956-ffa450edef68
2004-03-09 23:55:53 +00:00
Jason van Zyl
9ddf6696c1
o allow the specification of the model version for the output of the artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162581 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:32:07 +00:00
Jason van Zyl
d696df54d9
o only download snapshots when the files already exist in the local
...
repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162579 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:21:09 +00:00
Jason van Zyl
323b3bdaab
o adding a script for modello which is now used to generate the maven model
...
sources from a modello model file.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162573 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 01:12:32 +00:00
Jason van Zyl
1385a661a6
o making the download of dependencies silent
...
o install the dependencies of mboot during the install
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162572 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 00:44:10 +00:00
Jason van Zyl
dbacfee39a
o correcting path that is used when running the tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162571 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 16:24:38 +00:00
Emmanuel Venisse
57113a0329
Add bootstrap.deps that contains all dependencies path without repoLocal directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162570 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 21:20:58 +00:00
Emmanuel Venisse
1d25bf0e8a
Another fix for windows.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162569 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 09:53:39 +00:00
Emmanuel Venisse
fbece66bf4
Fix classpath generation for Windows users
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162568 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 09:52:13 +00:00
Emmanuel Venisse
f70e21faaa
Fix for cygwin.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162567 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 08:25:18 +00:00
Emmanuel Venisse
bb5bfb01b5
A little fix for cygwin.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162566 13f79535-47bb-0310-9956-ffa450edef68
2004-02-12 05:11:52 +00:00
Emmanuel Venisse
68eea5fd4d
Remove unused classes. They are implemented in surefire.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162565 13f79535-47bb-0310-9956-ffa450edef68
2004-02-11 22:25:15 +00:00
Jason van Zyl
bb6dd6ae52
o adding install capability
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162564 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:55:04 +00:00
Jason van Zyl
91754d90ef
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162563 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:27:09 +00:00
Jason van Zyl
db73ddffa5
o add functionality to interpolate <extend/> element.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162562 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:26:51 +00:00
Jason van Zyl
85700523e5
o making the build.properties generally available to the bootstrapper and
...
just passing in those properties to the artifact downloader.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162561 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:17:49 +00:00
Jason van Zyl
ec59035a90
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162560 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:10:24 +00:00
Jason van Zyl
f2ee254984
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162559 13f79535-47bb-0310-9956-ffa450edef68
2004-02-06 20:18:43 +00:00
Jason van Zyl
2b8fc42eeb
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162558 13f79535-47bb-0310-9956-ffa450edef68
2004-02-04 15:10:57 +00:00
Jason van Zyl
c07f1c4e08
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162557 13f79535-47bb-0310-9956-ffa450edef68
2004-02-04 07:19:38 +00:00
Jason van Zyl
e3525e1e5e
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
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162556 13f79535-47bb-0310-9956-ffa450edef68
2004-02-02 13:46:14 +00:00
Jason van Zyl
f9404ad2f6
o using wget for the initial build to grab the things required by mboot
...
itself which are junit and surefire.
o added a little deps file for use in the bash functions.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162555 13f79535-47bb-0310-9956-ffa450edef68
2004-01-31 05:28:06 +00:00
Jason van Zyl
9a7650eb9b
o fixing test resoruces file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162554 13f79535-47bb-0310-9956-ffa450edef68
2004-01-31 03:13:03 +00:00
Jason van Zyl
ca1a69cf34
o remove test resources file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162553 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 23:13:01 +00:00
Jason van Zyl
4dab452c02
o remove debug
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162552 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 19:07:04 +00:00
Jason van Zyl
0abaebbe29
o general cleanup
...
o add the ability to deal with test resources
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162551 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 18:58:11 +00:00
Jason van Zyl
7cbde03de8
o add shebang, just helps with my jed for syntax hilighting.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162550 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 07:16:16 +00:00
Jason van Zyl
2cf870015c
o account for there being no tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162549 13f79535-47bb-0310-9956-ffa450edef68
2004-01-25 00:27:01 +00:00
Emmanuel Venisse
feeeacc13d
Revert Jason commit
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162548 13f79535-47bb-0310-9956-ffa450edef68
2004-01-20 08:53:39 +00:00
Jason van Zyl
8b47999877
o pushing in some tweaks for trygvis
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162547 13f79535-47bb-0310-9956-ffa450edef68
2004-01-16 17:47:06 +00:00
Emmanuel Venisse
af8d88d991
Add some traces.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162544 13f79535-47bb-0310-9956-ffa450edef68
2004-01-14 11:06:03 +00:00
Emmanuel Venisse
4ce99cda40
Clean import
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162543 13f79535-47bb-0310-9956-ffa450edef68
2004-01-14 10:59:44 +00:00
Emmanuel Venisse
4d2d34f5cb
Add tests run to mboot.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162542 13f79535-47bb-0310-9956-ffa450edef68
2004-01-14 10:54:52 +00:00
Emmanuel Venisse
1f34a96742
Complete refactoring of mboot. We can now add easily tests execution with includes and excludes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162541 13f79535-47bb-0310-9956-ffa450edef68
2004-01-13 17:38:30 +00:00
Emmanuel Venisse
5d51e1c5b2
Add tests compilation
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162540 13f79535-47bb-0310-9956-ffa450edef68
2004-01-12 17:14:43 +00:00