Hi Curriki developers, The Curriki build is still using Ant and it was calling the Ant build script from XWiki core. However as I haven't put back an Ant build for XWiki core the Curriki build is currently not working. I'm proposing to update Curriki's build to use Maven2. I'm proposing the following directory structure: xwiki-product-curriki/ |_ gwt/ |_ web/ |_ wiki/ |_ plugins/ |_ asset/ |_ framework/ |_ license/ |_ metadata/ |_ mimetype/ |_ distribution/ where: * gwt/ contains GWT Java sources that have to be compiled with GWT to generate Java classes + JS files * wiki/ contains the curriki wiki * distribution/ contains a runnable version of curriki (equivalent to the XWiki standalone distribution for XWiki Enterprise). If that's ok with you I can start working on this as soon as tomorrow morning. I think I need 1 day at most to get it to build again. David, we can work on this together if you want. I'll probably have question for you as I progress. It would be great if you could be on IRC (irc.freenode.net, channel #xwiki) so that we can talk easily. Thanks -Vincent
Question: is it ok if I change the package names for the plugins from org.gelc.* to org.curriki.*? Thanks -Vincent On Jun 26, 2007, at 6:45 PM, Vincent Massol wrote:
Hi Curriki developers,
The Curriki build is still using Ant and it was calling the Ant build script from XWiki core. However as I haven't put back an Ant build for XWiki core the Curriki build is currently not working.
I'm proposing to update Curriki's build to use Maven2.
I'm proposing the following directory structure:
xwiki-product-curriki/ |_ gwt/ |_ web/ |_ wiki/ |_ plugins/ |_ asset/ |_ framework/ |_ license/ |_ metadata/ |_ mimetype/ |_ distribution/
where:
* gwt/ contains GWT Java sources that have to be compiled with GWT to generate Java classes + JS files * wiki/ contains the curriki wiki * distribution/ contains a runnable version of curriki (equivalent to the XWiki standalone distribution for XWiki Enterprise).
If that's ok with you I can start working on this as soon as tomorrow morning. I think I need 1 day at most to get it to build again.
David, we can work on this together if you want. I'll probably have question for you as I progress. It would be great if you could be on IRC (irc.freenode.net, channel #xwiki) so that we can talk easily.
Thanks -Vincent
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
... and use "plugin" in singular: org.curriki.xwiki.plugin.* ? Thanks -Vincent On Jun 27, 2007, at 10:15 AM, Vincent Massol wrote:
Question: is it ok if I change the package names for the plugins from org.gelc.* to org.curriki.*?
Thanks -Vincent
On Jun 26, 2007, at 6:45 PM, Vincent Massol wrote:
Hi Curriki developers,
The Curriki build is still using Ant and it was calling the Ant build script from XWiki core. However as I haven't put back an Ant build for XWiki core the Curriki build is currently not working.
I'm proposing to update Curriki's build to use Maven2.
I'm proposing the following directory structure:
xwiki-product-curriki/ |_ gwt/ |_ web/ |_ wiki/ |_ plugins/ |_ asset/ |_ framework/ |_ license/ |_ metadata/ |_ mimetype/ |_ distribution/
where:
* gwt/ contains GWT Java sources that have to be compiled with GWT to generate Java classes + JS files * wiki/ contains the curriki wiki * distribution/ contains a runnable version of curriki (equivalent to the XWiki standalone distribution for XWiki Enterprise).
If that's ok with you I can start working on this as soon as tomorrow morning. I think I need 1 day at most to get it to build again.
David, we can work on this together if you want. I'll probably have question for you as I progress. It would be great if you could be on IRC (irc.freenode.net, channel #xwiki) so that we can talk easily.
Thanks -Vincent
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http:// www.objectweb.org/wws
participants (1)
-
Vincent Massol