ApacheGump

WebHome | UnixGeekTools | Geekfarm | About This Site

Pointers


My ApacheCon 2005 Notes

apache gump 3

python and xml based continuous integration

not for the faint of heart

apache is huge

continuous integration

jar hell

overhead of the build

introducing gump

gump

installation

documentation

writing gump descriptors

demo

    ./gump run --workspace /gumpdemo/fixture/metadata/workspace
        --color
        --enable-persistence
        --persistencefile=/gumpdemo/...
        --turbogump-db=/gumpdemo/...
        --debug
        - -b -u = build and update

gump model in python

- .../gumpdemo/pygump/python/gump/model

    $ python
    python$ import gump.model
    python$ help(gump.model)

Misc

- https://svn.apache.org/repos/asf/gump/branches/Gump3/fixture/metadata/projects/ant - /gumpdemo/metadata/projects/




Updated Sun Jul 23, 2006 12:10 PM