Hi,

jazzhazze schrieb:
I wonder, are there any wikis, tutorials available for how to create a custom
module?

the main documentation is here:

http://lenya.apache.org/docs/2_0_x/reference/modules/index.html

The only mandatory file is the module descriptor (config/module.xml).
Since the directory structure of the module depends on the purpose, it's a bit hard to provide a generic tutorial. The resource type tutorial describes how to create a resource type module:

http://lenya.apache.org/docs/2_0_x/tutorials/resourcetype/part1.html


> Where to put it,

Anywhere you want. You reference it in local.build.properties.

> how to compile it etc?

All modules are compiled by the Lenya deployment process (./build.sh). But you can also include precompiled libraries in $MODULE/java/lib.

-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to