Giter Club home page Giter Club logo

gradle-wonder-plugin's Introduction

gradle-wonder-plugin

Building WebObject / Wonder applications with Gradle

gradle-wonder-plugin is a Gradle helper plugin to build WebObjects / Project Wonder based applications. It provides basic facilities to accomodate the specific project structure and requirements of WO applications and helps deploying them in a test environment.

basic usage

Check out the plugin and run gradle build publishToMavenLocal to publish into your local maven repository. Then add a buildscript dependency on the plugin, use either the woapplication or woframework plugin and further configure the plugin in the wonder block.

buildscript {
	repositories {
		mavenLocal()
		mavenCentral()
	}

	dependencies {
		classpath 'com.xyrality.gradle:gradle-wonder-plugin:1.0.0'
	}
}

version = '1.2.3'

apply plugin: 'woapplication'

wonder {
	wonderVersion = '6.1.2'
	webobjectsVersion = '5.4.3'
	applicationClass = 'er.movies.Application'

	deploymentServers = ['localhost']
	deploymentSSHUser = 'wouser'
	deploymentPath = '/home/wouser/apps'
	deploymentSSHPort = 2222
	deploymentMonitorBounceTasks = ['localhost':'Movies']
	deploymentSSHIgnoreHostKey = true
}

supplied tasks

woframework - build a WO framework in build/project.framework

woapplication - build a WO application in build/project.woa

copyDependencies - copy all dependent JARs and frameworks into the build folder

copyToServers - copy the resulting .woa to configured deployment servers

copyToServer- - copy the resulting .woa to one configured deployment server

deployToServers - set the application binary path and bounce the application on the configured JavaMonitors

deployToServer-/ - set the application binary path on one JavaMonitor/application and bounce

License

See LICENSE, forks and pull requests are welcome.

gradle-wonder-plugin's People

Contributors

ycanal avatar triphoenix avatar

Watchers

Benoit Marchant avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.