public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Fixed section dealing with mailing list, point to archives instead of 
mailto addresses, also list -commits archive.

Instructions for installing Buildr from source: added setup task and usage 
for JRuby.

Git: link to Github page and git clone instructions.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@650679 
13f79535-47bb-0310-9956-ffa450edef68
Assaf (author)
Tue Apr 22 15:29:02 -0700 2008
commit  514c2976277902fa8d34a038635ccbe0338c4eaf
tree    3382633d322631e1cf6e914863688a21e7aa2161
parent  e8054aef8577dc26b3e5db3fe6ddf0b18274e232
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
 
 
 
 
 
 
27
 
 
28
 
29
30
31
32
33
34
...
72
73
74
75
 
 
76
77
 
 
 
 
 
 
78
79
 
80
81
82
 
 
 
 
 
 
83
84
85
...
6
7
8
 
 
 
 
 
 
9
 
 
 
 
 
 
 
 
 
 
 
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
...
65
66
67
 
68
69
70
71
72
73
74
75
76
77
78
 
79
80
81
 
82
83
84
85
86
87
88
89
90
0
@@ -6,26 +6,19 @@
0
 
0
 h2. Mailing Lists
0
 
0
-We don't talk much, but when we do, we have interesting things to say, so start
0
-by subscribing to the "mailing lists":mailing_lists.html. It's the best place
0
-to ask questions, offer help and suggestions, raise new ideas, tell us how
0
-you're using Buildr in your own projects, and find out what other people are
0
-doing with Buildr.
0
-
0
 We run two mailing lists, the
0
-"buildr-user":mailto:buildr-user@incubator.apache.org mailing list
0
-("subscribe":mailto:buildr-user-subscribe@incubator.apache.org,
0
-"archive":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/) for
0
-developers working with Buildr, and the
0
-"buildr-dev":mailto:buildr-dev@incubator.apache.org mailing list
0
-("subscribe":mailto:buildr-dev-subscribe@incubator.apache.org,
0
-"archive":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/) for
0
-development of Buildr itself. We also have a
0
-"commits":mailto:buildr-commits@incubator.apache.org mailing list
0
-("subscribe":mailto:buildr-commits-subscribe@incubator.apache.org) if you want to
0
-stalk us.
0
+"buildr-user":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/
0
+mailing list for developers working with Buildr, that would be you if you're
0
+using Buildr or interested in using it. There's the
0
+"buildr-dev":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/
0
+mailing list for talking about development of Buildr itself, and
0
+"commits":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/
0
+mailing list for following SVN commits and JIRA issues.
0
 
0
+Check the "mailing lists":mailing_lists.html page for more information on
0
+subscribing, searching and posting to the mailing list.
0
 
0
+
0
 h2. Bugs (aka Issues)
0
 
0
 We really do try to keep bugs to a minimum, and anticipate everything you'll
0
0
0
0
@@ -72,14 +65,26 @@
0
 You can also browse the "Buildr
0
 repository":http://svn.apache.org/repos/asf/incubator/buildr.
0
 
0
-You can also install Buildr from your working copy:
0
+Not a fan SVN? We understand. You can also grab a copy of "Buildr from
0
+Github":http://github.com/vic/buildr/tree/master:
0
 
0
 {{{!sh
0
+$ git clone git://github.com/vic/buildr.git
0
+}}}
0
+
0
+To install Buildr from the source directory:
0
+
0
+{{{!sh
0
 $ cd buildr
0
-$ rake install
0
+$ rake setup install
0
 }}}
0
 
0
-(Linux and OS/X, use @sudo rake install@)
0
+When using Buildr for JRuby:
0
+
0
+{{{!sh
0
+$ cd buildr
0
+$ jruby -S rake setup install
0
+}}}
0
 
0
 
0
 h2. Testing/Specs
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
 
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0
@@ -1,32 +1,18 @@
0
 h1. Mailing Lists
0
 
0
-*buildr-user* For developers working with Buildr:
0
 
0
-* Send messages to
0
-"buildr-user@incubator.apache.org":mailto:buildr-user@incubator.apache.org
0
-
0
-* Subscribe by sending a message to
0
-"buildr-user-subscribe@incubator.apache.org":mailto:buildr-user-subscribe@incubator.apache.org
0
-
0
-* View the "mailing list
0
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/.
0
-
0
-*buildr-dev* For development of Buildr itself:
0
-
0
-* Send messages to
0
-"buildr-dev@incubator.apache.org":mailto:buildr-dev@incubator.apache.org
0
-
0
-* Subscribe by sending a message to
0
-"buildr-dev-subscribe@incubator.apache.org":mailto:buildr-dev-subscribe@incubator.apache.org
0
-
0
-* View the "mailing list
0
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/.
0
-
0
-*buildr-commits* Commit messages from SVN and progress status from JIRA:
0
-
0
-* Subscribe by sending a message to
0
-"buildr-commits-subscribe@incubator.apache.org":mailto:buildr-commits-subscribe@incubator.apache.org
0
-
0
-* View the "mailing list
0
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/.
0
+|_. buildr-user |_. For developers working with Buildr |
0
+| Post | "buildr-user@incubator.apache.org":mailto:buildr-user@incubator.apache.org |
0
+| Browse | "buildr-user archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/ |
0
+| Subscribe | "buildr-user-subscribe@incubator.apache.org":mailto:buildr-user-subscribe@incubator.apache.org |
0
+| Unsubscribe | "buildr-user-unsubscribe@incubator.apache.org":mailto:buildr-user-unsubscribe@incubator.apache.org |
0
+|_. buildr-dev |_. For development of Buildr itself |
0
+| Post | "buildr-dev@incubator.apache.org":mailto:buildr-dev@incubator.apache.org |
0
+| Browse | "buildr-dev archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/ |
0
+| Subscribe | "buildr-dev-subscribe@incubator.apache.org":mailto:buildr-dev-subscribe@incubator.apache.org |
0
+| Unsubscribe | "buildr-dev-unsubscribe@incubator.apache.org":mailto:buildr-dev-unsubscribe@incubator.apache.org |
0
+|_. buildr-commits |_. Commit messages and JIRA status |
0
+| Subscribe | "buildr-commits-subscribe@incubator.apache.org":mailto:buildr-commits-subscribe@incubator.apache.org |
0
+| Unsubscribe | "buildr-commits-unsubscribe@incubator.apache.org":mailto:buildr-commits-unsubscribe@incubator.apache.org |
0
+| Browse | "buildr-commits archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/ |

Comments

    No one has commented yet.