+1 to refactoring. The src directory is getting hard to navigate. Should we also split up the api, dom, and om impls?
Lawrence "John Kaputin (gmail)" <[EMAIL PROTECTED]> 06/23/2008 10:17 AM Please respond to [email protected] To [email protected] cc Subject Re: Question about layout Hi Jeff, last year when the ANT and Maven build was changed to separate the API and the DOM and OM implementations, there was some talk about building the WSDL 2.0 tools into a separate tools module. At that time the only tool was the converter, but the WSDL 2 printer has since been added. This could be a good thing. Currently the converter is built into the DOM implementation jar. It should probably be in a separate jar. Are you proposing to refactor the src/ directory into some other maven-like module structure that matches the modules created by the build? Can you post a quick proposal. thanks, John. 2008/6/19 Jeff MAURY <[EMAIL PROTECTED]>: Hello, I have a simple question regarding the directory layout. As I am working on the converter, I have created a small test framework for the converter and added both classes and resources in the test directory. But it seems the converter is not yet compiled. In order to test the converter, should I create a new tool or converter module (like wooden-api, woden-om and wodem-dom). As there are lots of dependencies between the modules, and the POMs are not really maven compliant, shouldn't we start by refactoring the directory layout ? Thanks Jeff -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.lastfm.fr/listen/user/jeffmaury/personal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
