Have you a clear idea of that this entails in term of migration, no only OOTB, 
but for custom projects which relies on trunk?
I guess for Java it should not be so hard but for minilang and groovy could be 
harder, everybody does not use Idea (groovy part)...

Also what does this bring to the project? Why do you want to do so (apart being in line with other projects)? And why should we be in line with them, do you envision something?

Jacques

Le 20/01/2015 12:41, Jacopo Cappellato a écrit :
In my opinion it would be nice to review how we organize the code in our 
components and switch to a directory layout that is more inline with what other 
projects are doing, for example:

http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

More specifically I would like to switch from, for example:

script/org/ofbiz/product/
src/org/ofbiz/product/
src/org/ofbiz/product/test/

to:

src/main/java/org/ofbiz/product/
src/main/minilang/org/ofbiz/product/
src/main/groovy/...
src/test/java/org/ofbiz/product/

What do you think?

Jacopo

Reply via email to