akhikhl / wuff-sandbox

Sandbox for incubating Wuff features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wuff-sandbox

Here we demonstrate various uses of incubating feature of Wuff project: Eclipse Feature and Repository generation.

All projects represented here use snapshot version of Wuff from local maven repository or from jfrog repository.

Your critique, comments and test results are very much welcome.

Usage

git clone git@github.com:akhikhl/wuff-sandbox.git
cd wuff-sandbox
gradle build

Tight loop

You can setup "tight loop" with Wuff in order to modify Wuff sources and see effects in the sandbox:

git clone git@github.com:akhikhl/wuff.git
cd wuff
gradle build
cd ..
git clone git@github.com:akhikhl/wuff-sandbox.git
cd wuff-sandbox
gradle build

Each time you build Wuff (or just wuff-plugin), it gets installed to local maven repository, so that wuff-sandbox can immediately use modified code (without publishing to jfrog).

How to run/study examples

Best of all - in alphabetical order. Every example is supplied with README.md, explaining the purpose, the syntax and the effects.

About

Sandbox for incubating Wuff features


Languages

Language:Groovy 63.9%Language:Java 36.1%