Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoftware/glassfish-ant-console
Glassfish 3 Ant console tasks
https://github.com/wavesoftware/glassfish-ant-console
Last synced: about 13 hours ago
JSON representation
Glassfish 3 Ant console tasks
- Host: GitHub
- URL: https://github.com/wavesoftware/glassfish-ant-console
- Owner: wavesoftware
- Created: 2012-09-17T01:54:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T16:53:56.000Z (over 10 years ago)
- Last Synced: 2024-10-19T03:18:31.559Z (about 1 month ago)
- Language: Java
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/wavesoftware/glassfish-ant-console.png)](http://travis-ci.org/wavesoftware/glassfish-ant-console) [![Coverage Status](https://coveralls.io/repos/wavesoftware/glassfish-ant-console/badge.png?branch=master)](https://coveralls.io/r/wavesoftware/glassfish-ant-console?branch=master)
Introduction
------------Project has the goal of adding the ability to integrate with *Glassfish 3 Application Server* server from *ANT* tasks.
It adds some tasks for `auth-realm`, `resource`, `pool` to standard tasks supplied by *Oracle* in `glassfish-ant-tasks` project.Tasks
-----Added tasks:
* `glassfish-auth-realm` [read help](https://github.com/wavesoftware/glassfish-ant-console/wiki/task-glassfish-auth-realm)
Oracle tasks included (these are not described here):
`glassfish-embedded-deploy`, `glassfish-embedded-stop`, `glassfish-embedded-start`, `glassfish-embedded-admin`, `glassfish-embedded-undeploy`, `glassfish-admin`, `glassfish-start`, `glassfish-stop`, `glassfish-deploy`, `glassfish-undeploy`, `glassfish-redeploy`, `glassfish-component`, `sun-appserv-admin`, `sun-appserv-start`, `sun-appserv-stop`, `sun-appserv-deploy`, `sun-appserv-undeploy`, `sun-appserv-redeploy`, `sun-appserv-update`, `sun-appserv-component`
Example
-------Example usage using [maven-ant-tasks](http://maven.apache.org/ant-tasks/index.html):
```xml
```
Sample xml with properties:
```xml
JDBC_realm
com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm
jdbcRealm
jdbc/MyApp
users
login
password
user_group
group_name
user_name
MD5
```
Installation
------------For now only Maven is supported. Use maven-ant-tasks for ease.
```xml
com.github.wavesoftware
glassfish-ant-console
0.1.6```