djspiewak-buildr 1.3.4 → 1.3.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. data/CHANGELOG +49 -9
  2. data/NOTICE +1 -1
  3. data/README.rdoc +6 -7
  4. data/Rakefile +45 -0
  5. data/_buildr +29 -0
  6. data/_jbuildr +29 -0
  7. metadata +19 -16
data/CHANGELOG CHANGED
@@ -1,31 +1,71 @@
1
1
  1.3.4 (Pending)
2
+ * Added: BUILDR-93 Add specs for ScalaCheck integration
3
+ * Added: BUILDR-94 Add specs for Scala Specs integration
4
+ * Added: BUILDR-136 Support Scala/Java Joint Compiler (Daniel Spiewak).
2
5
  * Added: BUILDR-159 Improved 'check' to accept both tar and tgz archives.
3
6
  * Added: BUILDR-164 New 'artifacts:sources' task to download source code
4
7
  for artifact jars.
8
+ * Added: BUILDR-222 Support Git as a version control system
9
+ * Added BUILDR-223 Release Task: customizable commit message
10
+ * Added: BUILDR-242 Include Scala-Tools Repository by Default.
11
+ * Added: Info message "Packaging filename.ext" now displayed for packaging tasks
12
+ * Added: Added Scala.version and Scala.version_str
13
+ * Change: require 'buildr/scala' is now officially required to use Scala features
5
14
  * Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib),
6
15
  --rules, --no-search, --silent.
7
- * Changed: Upgraded to Rubyforge 1.0.1.
8
- * Change: BUILDR-147 Upgraded to use Rake 0.8.3.
9
- * Change: BUILDR-166 Upgraded to use RSpec 1.1.11.
16
+ * Change: Upgraded to Rubyforge 1.0.1.
17
+ * Change: Upgraded to use Rake 0.8.4.
18
+ * Change: Upgraded to use Net-SSH 2.0.11.
19
+ * Change: Upgraded to use RSpec 1.1.12.
20
+ * Change: Upgraded to use JRuby 1.1.6 (when auto-installing).
21
+ * Change: Buildr, no longer in incubation (hurray!): new site, mailing list, SVN, Git.
10
22
  * Change: BUILDR-171 Eclipse task generates meta-data files for projects with
11
23
  test source code but no main source code.
12
24
  * Change: BUILDR-177 Moved cobertura and emma extensions to lib directory.
13
25
  * Change: BUILDR-187 Source code attachment for Eclipse .classpath.
14
26
  * Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov).
27
+ * Change: BUILDR-237 Use MacPorts Scala on OS X.
28
+ * Change: BUILDR-260 Upgrade to Scala 2.7.3 compatible dependencies:
29
+ ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.5
30
+ * Change: Buildr now uses Jekyll to generate Web site/documentation:
31
+ http://github.com/mojombo/jekyll/ This replaces Docter so less code to
32
+ maintain and the same Textile/Liquid mechanism as when using Github pages.
15
33
  * Fixed: Removed double complete/fail messages showing up on console.
34
+ * Fixed: BUILDR-140 Get rid of const_defined? all across the board.
16
35
  * Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server)
17
36
  * Fixed: BUILDR-170 ArtifactNamespace#method_missing has a condition that is never true.
18
37
  * Fixed: BUILDR-172 Scala compiler not loaded by default.
19
38
  * Fixed: BUILDR-175 Fail to find child project when calling project method inside project definition.
39
+ * Fixed: BUILDR-185 Exception if using artifact names with hyphen (Joel
40
+ Muzzerall).
20
41
  * Fixed: BUILDR-192 TestNG report results are overwritten (Alexis Midon).
21
42
  * Fixed: BUILDR-193 TestNG uses project name for suite name (not valid file
22
43
  name on Windows).
23
- * Fixed: BUILDR-194 Buildr always adds 'Manifest-Version' to generated manifest file.
24
- * Fixed: BUILDR-198 Filter#run always calls mkpath with :verbose.
25
- * Fixed: BUILDR-199 ArchiveTask#needed uses 'each' with no effect (Ittay Dror).
26
- * Fixed: BUILDR-201 Sample project is not valid (Alexis Midon).
27
- * Fixed: BUILDR-214 Buildr is stuck uploading to sftp repository (Heikki Hulkko).
28
- * Fixed: BUILDR-216 Profiles documentation is wrong (Shane Witbeck).
44
+ * Fixed: BUILDR-194 Buildr always adds 'Manifest-Version' to generated manifest file.
45
+ * Fixed: BUILDR-198 Filter#run always calls mkpath with :verbose.
46
+ * Fixed: BUILDR-199 ArchiveTask#needed uses 'each' with no effect (Ittay Dror).
47
+ * Fixed: BUILDR-201 Sample project is not valid (Alexis Midon).
48
+ * Fixed: BUILDR-214 Buildr is stuck uploading to sftp repository (Heikki Hulkko).
49
+ * Fixed: BUILDR-216 Profiles documentation is wrong (Shane Witbeck).
50
+ * Fixed: BUILDR-218 Manifest.from_zip fails if the zip doesn't already have
51
+ META-INF/MANIFEST.MF (Joel Muzzerall).
52
+ * Fixed: BUILDR-226 Release task should use XML output of "svn info" instead
53
+ of human-readable output (Alexis Midon).
54
+ * Fixed: BUILDR-230 release task fails if there's a space in the path to the
55
+ Buildfile.
56
+ * Fixed: BUILDR-235 JRuby download link is broke (Alexis Midon).
57
+ * Fixed: BUILDR-239 HTTP redirects lose authentication information (Joel
58
+ Muzzerall).
59
+ * Fixed: BUILDR-240 Make TestNG print traces in the console (Alex Midon).
60
+ * Fixed: BUILDR-241 IDEA7X IPR generation does not pay attention to base_dir
61
+ for submodules (Rhett Sutphin).
62
+ * Fixed: BUILDR-247 OpenObject does not work with Hash#only (Rhett Sutphin).
63
+ * Fixed: BUILDR-253 ZipTask now uses Zlib::DEFAULT_COMPRESSION instead of NO_COMPRESSION
64
+ * Fixed: BUILDR-255 tasks/*.rake files are loaded more than once.
65
+ * Fixed: BUILDR-261 ScalaSpecs should be run with Scala dependencies
66
+ * Fixed: BUILDR-263 package(:war).merge not working correctly with exclude()
67
+ * Remove: BUILDR-215 buildr:freeze and unfreeze tasks don't work since we're
68
+ no longer running with the rake command.
29
69
 
30
70
  1.3.3 (2008-10-08)
31
71
  * Added: JtestR support. Implemented pending jtestr specs.
data/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  Apache Buildr
2
- Copyright 2008 The Apache Software Foundation
2
+ Copyright 2007-2009 The Apache Software Foundation
3
3
 
4
4
  This product includes software developed at
5
5
  The Apache Software Foundation (http://www.apache.org/).
data/README.rdoc CHANGED
@@ -4,7 +4,6 @@ This is Buildr, the build system that doesn't suck.
4
4
 
5
5
  http://buildr.apache.org/
6
6
 
7
-
8
7
  == Get Started
9
8
 
10
9
  === Install Buildr
@@ -35,9 +34,9 @@ http://buildr.apache.org/
35
34
 
36
35
  === Mailing list
37
36
 
38
- Users: http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/
37
+ Users: http://mail-archives.apache.org/mod_mbox/buildr-users/
39
38
 
40
- Developers: http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/
39
+ Developers: http://mail-archives.apache.org/mod_mbox/buildr-dev/
41
40
 
42
41
  Create your own Buildfile and start living the life!
43
42
 
@@ -97,14 +96,14 @@ When prompted for a platform, select ruby.
97
96
 
98
97
  You can check the latest sources from SVN:
99
98
 
100
- svn co http://svn.apache.org/repos/asf/incubator/buildr/trunk
99
+ svn co http://svn.apache.org/repos/asf/buildr/trunk
101
100
 
102
101
  Or browse the SVN repository online:
103
- http://svn.apache.org/repos/asf/incubator/buildr
102
+ http://svn.apache.org/repos/asf/buildr
104
103
 
105
- If you prefer Git, a Git fork is available from http://github.com/vic/buildr/tree/master:
104
+ If you prefer Git, a Git fork is available from http://github.com/buildr/buildr/tree/master:
106
105
 
107
- git clone git://github.com/vic/buildr.git
106
+ git clone git://github.com/buildr/buildr.git
108
107
 
109
108
  To install Buildr locally from source:
110
109
 
data/Rakefile ADDED
@@ -0,0 +1,45 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # contributor license agreements. See the NOTICE file distributed with this
3
+ # work for additional information regarding copyright ownership. The ASF
4
+ # licenses this file to you under the Apache License, Version 2.0 (the
5
+ # "License"); you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
+ # License for the specific language governing permissions and limitations under
14
+ # the License.
15
+
16
+
17
+ # We need JAVA_HOME for most things (setup, spec, etc).
18
+ unless ENV['JAVA_HOME']
19
+ if RUBY_PLATFORM[/java/]
20
+ ENV['JAVA_HOME'] = java.lang.System.getProperty('java.home')
21
+ elsif RUBY_PLATFORM[/darwin/]
22
+ ENV['JAVA_HOME'] = '/System/Library/Frameworks/JavaVM.framework/Home'
23
+ else
24
+ fail "Please set JAVA_HOME first (set JAVA_HOME=... or env JAVA_HOME=... rake ...)"
25
+ end
26
+ end
27
+
28
+
29
+ # Load the Gem specification for the current platform (Ruby or JRuby).
30
+ def spec(platform = RUBY_PLATFORM[/java/] || 'ruby')
31
+ @specs ||= ['ruby', 'java'].inject({}) { |hash, platform|
32
+ $platform = platform
33
+ hash.update(platform=>Gem::Specification.load('buildr.gemspec'))
34
+ }
35
+ @specs[platform]
36
+ end
37
+
38
+ # Tell us if we need sudo for various commands.
39
+ def sudo_needed?
40
+ Config::CONFIG['host_os'] !~ /windows|cygwin|bccwin|cygwin|djgpp|mingw|mswin|wince/i && !ENV['GEM_HOME']
41
+ end
42
+
43
+
44
+ desc 'Clean up all temporary directories used for running tests, creating documentation, packaging, etc.'
45
+ task :clobber
data/_buildr ADDED
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/env ruby
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with this
4
+ # work for additional information regarding copyright ownership. The ASF
5
+ # licenses this file to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
+ # License for the specific language governing permissions and limitations under
15
+ # the License.
16
+
17
+
18
+ # Run buildr from source, specifically for testing stuff without doing a rake install.
19
+
20
+ require 'rubygems'
21
+ $LOAD_PATH << File.join(File.dirname(__FILE__), 'lib') << File.join(File.dirname(__FILE__), 'addon')
22
+ spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec'))
23
+ spec.dependencies.each do |dep|
24
+ gem dep.name, dep.version_requirements.to_s
25
+ end
26
+ Gem.loaded_specs['buildr'] = spec # Prevents RubyGem from loading files from installed Buildr gems
27
+
28
+ require 'buildr'
29
+ Buildr.application.run
data/_jbuildr ADDED
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/env jruby
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with this
4
+ # work for additional information regarding copyright ownership. The ASF
5
+ # licenses this file to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
+ # License for the specific language governing permissions and limitations under
15
+ # the License.
16
+
17
+
18
+ # Run buildr from source, specifically for testing stuff without doing a rake install.
19
+
20
+ require 'rubygems'
21
+ $LOAD_PATH << File.join(File.dirname(__FILE__), 'lib') << File.join(File.dirname(__FILE__), 'addon')
22
+ spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec'))
23
+ spec.dependencies.each do |dep|
24
+ gem dep.name, dep.version_requirements.to_s
25
+ end
26
+ Gem.loaded_specs['buildr'] = spec # Prevents RubyGem from loading files from installed Buildr gems
27
+
28
+ require 'buildr'
29
+ Buildr.application.run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djspiewak-buildr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Buildr
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-13 00:00:00 -08:00
12
+ date: 2009-02-25 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.8.3
23
+ version: 0.8.4
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: builder
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 2.0.4
43
+ version: 2.0.11
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: net-sftp
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - "="
52
52
  - !ruby/object:Gem::Version
53
- version: 2.0.1
53
+ version: 2.0.2
54
54
  version:
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rubyzip
@@ -80,7 +80,7 @@ dependencies:
80
80
  requirements:
81
81
  - - "="
82
82
  - !ruby/object:Gem::Version
83
- version: 1.0.1
83
+ version: 1.0.3
84
84
  version:
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: hoe
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - "="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.7.0
93
+ version: 1.10.0
94
94
  version:
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: rjb
@@ -120,7 +120,7 @@ dependencies:
120
120
  requirements:
121
121
  - - "="
122
122
  - !ruby/object:Gem::Version
123
- version: 1.1.4
123
+ version: 1.1.12
124
124
  version:
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: xml-simple
@@ -130,7 +130,7 @@ dependencies:
130
130
  requirements:
131
131
  - - "="
132
132
  - !ruby/object:Gem::Version
133
- version: 1.0.11
133
+ version: 1.0.12
134
134
  version:
135
135
  - !ruby/object:Gem::Dependency
136
136
  name: archive-tar-minitar
@@ -153,21 +153,24 @@ extra_rdoc_files:
153
153
  - CHANGELOG
154
154
  - LICENSE
155
155
  - NOTICE
156
- files: []
157
-
156
+ files:
157
+ - LICENSE
158
+ - NOTICE
159
+ - CHANGELOG
160
+ - README.rdoc
161
+ - Rakefile
162
+ - _buildr
163
+ - _jbuildr
158
164
  has_rdoc: true
159
165
  homepage: http://buildr.apache.org/
160
- post_install_message:
166
+ post_install_message: To get started run buildr --help
161
167
  rdoc_options:
162
168
  - --title
163
169
  - Buildr
164
170
  - --main
165
171
  - README.rdoc
166
- - --line-numbers
167
- - --inline-source
168
- - -p
169
172
  - --webcvs
170
- - http://svn.apache.org/repos/asf/incubator/buildr/trunk/
173
+ - http://svn.apache.org/repos/asf/buildr/trunk/
171
174
  require_paths:
172
175
  - lib
173
176
  - addon