Re: cdictrl build/test structure

2014-04-08 Thread Ron Smeral
Yes, I bumped into this through DELTASPIKE-558, and that made me think how CI could be made simpler/faster. A separate profile would work well and would be an appropriate solution, IMHO, exactly for the reasons you mention -- that cdictrl is "something special". More simply, it would be nice t

Re: cdictrl build/test structure

2014-04-07 Thread Mark Struberg
Hi Ron! The reason why cdictrl don't inherit from parent is that it is essentially a different beast. It is not an extension FOR containers, but is IS the part who boots the containers. Means it also has totally different dependencies, etc. That is also the reason why it is not part of the 'mod

cdictrl build/test structure

2014-04-03 Thread Ron Smeral
Hi, I'm pretty sure something similar was discussed already, but anyway: the cdictrl module is kind of strange with regard to the build structure. It doesn't inherit from parent-code, but it is a module of deltaspike-project (the root). This results in the fact, that cdictrl gets always teste