https://github.com/jruby/rake-ant
Ant tasks and integration for Rake under JRuby
https://github.com/jruby/rake-ant
Last synced: about 2 months ago
JSON representation
Ant tasks and integration for Rake under JRuby
- Host: GitHub
- URL: https://github.com/jruby/rake-ant
- Owner: jruby
- License: epl-1.0
- Created: 2017-10-10T15:04:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T22:52:50.000Z (about 3 years ago)
- Last Synced: 2025-04-15T06:13:26.530Z (8 months ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rake::Ant
This package provides a wrapper and Rake tasks for using Ant from any Rake build.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rake-ant'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install rake-ant
## Usage
Add usage info.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jruby/rake-ant.