[Proposal] Directory structure modifications (to prepare for m2 build and to have a cleaner build)
Hi, As a first approach (we'll need more refinements later on) I'd like to propose the following changes to the xwiki/trunk directory and build structure: xwiki/trunk |_ core/ |_ web/ |_ web-exo/ |_ distribution/ Where: core/ : Generates the xwiki.jar artifact web/ : Generates the xwiki.war artifact web-exo/ : Generates the xwiki-exo.war artifact distribution/ : Generates the distributions (binary and sources) I'm proposing to make these changes one by one and to always keep the current build working. Of course I'm volunteering to make the changes. WDYT? Thanks -Vincent ___________________________________________________________________________ D�couvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/R�ponses pour partager vos connaissances, vos opinions et vos exp�riences. http://fr.answers.yahoo.com
Hi Vincent, Nice. Just one thing. Can we rename web-exo to web-portlet? For the moment, it's exo specific, but in the next few weeks, we will change it to be jsr168 compatible. A famous portal is working on it. Or will we do it when the changes will be done? jeremi On 9/29/06, Vincent Massol <[email protected]> wrote:
Hi,
As a first approach (we'll need more refinements later on) I'd like to propose the following changes to the xwiki/trunk directory and build structure:
xwiki/trunk |_ core/ |_ web/ |_ web-exo/ |_ distribution/
Where:
core/ : Generates the xwiki.jar artifact web/ : Generates the xwiki.war artifact web-exo/ : Generates the xwiki-exo.war artifact distribution/ : Generates the distributions (binary and sources)
I'm proposing to make these changes one by one and to always keep the current build working. Of course I'm volunteering to make the changes.
WDYT?
Thanks -Vincent
-- jeremi
-----Original Message----- From: jeremi joslin [mailto:[email protected]] Sent: vendredi 29 septembre 2006 11:20 To: [email protected] Cc: [email protected] Subject: Re: [xwiki-dev] [Proposal] Directory structure modifications (to prepare for m2 build and to have a cleaner build)
Hi Vincent, Nice. Just one thing. Can we rename web-exo to web-portlet?
Sure. However are you sure there won't be any configuration files specific to a given portal required? If so, we might want to do something more elaborate as in: web/ |_ standard/ |_ exo/ |_ jsr168/ (or portlet/)
For the moment, it's exo specific, but in the next few weeks, we will change it to be jsr168 compatible. A famous portal is working on it. Or will we do it when the changes will be done?
Yes, I think that's a good approach. Renaming or moving a directory is not going to be too difficult. I'll wait for some more feedback from others on my previous mail before starting the work. Thanks -Vincent
On 9/29/06, Vincent Massol <[email protected]> wrote:
Hi,
As a first approach (we'll need more refinements later on) I'd like to propose the following changes to the xwiki/trunk directory and build structure:
xwiki/trunk |_ core/ |_ web/ |_ web-exo/ |_ distribution/
Where:
core/ : Generates the xwiki.jar artifact web/ : Generates the xwiki.war artifact web-exo/ : Generates the xwiki-exo.war artifact distribution/ : Generates the distributions (binary and sources)
I'm proposing to make these changes one by one and to always keep the current build working. Of course I'm volunteering to make the changes.
WDYT?
Thanks -Vincent
-- jeremi
___________________________________________________________________________ D�couvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/R�ponses pour partager vos connaissances, vos opinions et vos exp�riences. http://fr.answers.yahoo.com
-----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: vendredi 29 septembre 2006 11:36 To: [email protected] Subject: RE: [xwiki-dev] [Proposal] Directory structure modifications (to prepare for m2 build and to have a cleaner build)
-----Original Message----- From: jeremi joslin [mailto:[email protected]] Sent: vendredi 29 septembre 2006 11:20 To: [email protected] Cc: [email protected] Subject: Re: [xwiki-dev] [Proposal] Directory structure modifications (to prepare for m2 build and to have a cleaner build)
Hi Vincent, Nice. Just one thing. Can we rename web-exo to web-portlet?
Sure. However are you sure there won't be any configuration files specific to a given portal required? If so, we might want to do something more elaborate as in:
web/ |_ standard/ |_ exo/ |_ jsr168/ (or portlet/)
For the moment, it's exo specific, but in the next few weeks, we will change it to be jsr168 compatible. A famous portal is working on it. Or will we do it when the changes will be done?
Yes, I think that's a good approach. Renaming or moving a directory is not going to be too difficult.
I'll wait for some more feedback from others on my previous mail before starting the work.
Ok, I didn't get any feedback apart from Jeremi so I've started working on it anyway... As it's a big task I'd like to do this incrementally. The idea is that nothing working will be broken at any time but the new Maven2 build will not work right away. Is that ok with everyone? Right now, I've done the following which I'd like to commit: * Created core/ dir * Moved src/main/java and src/main/resources to core/src/main/java and core/src/main/resources * Added pom.xml and core/pom.xml * modified build.xml to point to the new place for java and resources files. Ok to commit? Thanks -Vincent
On 9/29/06, Vincent Massol <[email protected]> wrote:
Hi,
As a first approach (we'll need more refinements later on) I'd like to propose the following changes to the xwiki/trunk directory and build structure:
xwiki/trunk |_ core/ |_ web/ |_ web-exo/ |_ distribution/
Where:
core/ : Generates the xwiki.jar artifact web/ : Generates the xwiki.war artifact web-exo/ : Generates the xwiki-exo.war artifact distribution/ : Generates the distributions (binary and sources)
I'm proposing to make these changes one by one and to always keep the current build working. Of course I'm volunteering to make the changes.
WDYT?
Thanks -Vincent
-- jeremi
___________________________________________________________________________ D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions ! Demandez � ceux qui savent sur Yahoo! Questions/R�ponses http://fr.answers.yahoo.com
participants (2)
-
jeremi joslin -
Vincent Massol