As mentioned prior, i have changed the project structure to be multi-modules and committed it to the scratch area under "synapse-multimodules".
Following goals exists for the project.
1. maven clean - {clean all the targets in modules}
2. maven jar - {compiles src and run test cases}
3. maven dist-bin - {generate binary distribution}
4. maven dist-src - {generate src distribution}
5. maven javadocs - {generate java documentation}
6. maven dist-mediators - {generate mediator distribution}
7. maven dist-extensions - {generate extensions distribution}
All the distributions will be available in root level target/dist directory.
All sample mediators will be available under modules/mediators directory under the package org.apache.synapse.mediators.*.
Extensions are available at mediators/extensions. Currently spring based mediator is present.
Everyone please be kind enough to run the samples, mediators, goal etc. and report the list if need any modification.
Thank you
Saminda
On 2/14/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote:
Saminda Abeyruwan wrote:+1.
So instead of the above structure, can we look for a multimodule project
structure as follows,
+-modules
+-core
+-src {xml processing and build in mediators -
spi}
+-test
+-test-resources
+-mediators
+-src { api}
+-test
+-test-resources
+-samples
+-src
+-scripts
+-extensions
+-src
+-tools
+-src {if needed}
+-xdocs
+-bin
+-{maven.xml...stuff}
-- Chinthaka
