Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```