Paralell execution in threads from gant (with calling ant targets)By admin, written on June 2, 2010 |
gant snippet |
- admin
- Email: uwarov@gmx.de
- Join date: 07-21-07
- Posts: 1
Rate it
Ad
Poll
The setup of your CI environment is?
- We don't use CI (100%, 8 Votes)
- Just CI tool located on one of our developers computers (0%, 0 Votes)
- Dedicated server for single CI tool (0%, 0 Votes)
- Dedicated servers with independent CI instances (0%, 0 Votes)
- Dedicated servers for master-slave configuration of CI (0%, 0 Votes)
- Many CI setups distributed through teams (de-centralized setup) (0%, 0 Votes)
- We use external cloud for builds (0%, 0 Votes)
- Different setup (0%, 0 Votes)
Total Voters: 8
Loading ...
Most popular search terms:
final randomWait = { id, time -> ant.echo (message : "Thread $id is sleeping for $time") for (int i in 0..5) { sleep time ant.echo (message : "Thread $id woke up" ) } ant.echo (message : "Thread $id is done") } target ( default: '' ) { for (int i in 10..1) { Thread.start { randomWait(i, i*20) } sleep 20 } sleep 2000 }
|
TAGS
|
|
RELATED
|
Pages
Posts
|
|
SOCIAL
|


















