Re: [xwiki-devs] Hackathon 2012 is starting!

2012-07-26 Thread Vincent Massol
Reminder: only 2 more days before the end of the 2012 hackathon! :) From what I can gather, things are shaping up nicely and it's going to be a great hackathon year IMO… On my side I'm working with Eduard on autocompletion and we already have something nice. We're now fine-tuning. Thanks

Re: [xwiki-devs] [GSoC] [Request] Responsive Skin - data for extensive testing/bug finds/feature requests

2012-07-26 Thread Jonathan Solichin
Hi Jerome, All the advise you mentioned should now be fixed on github. Ajax search is now implemented. I will be working on color themes, while still trying to ensure consistency through out XE UI. Thank you again! Jonathan Solichin On Tue, Jul 17, 2012 at 11:50 AM, Jonathan Solichin

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Thomas Mortagne
On Thu, Jul 26, 2012 at 4:26 AM, Gary Kopp g...@roksw.com wrote: Hello devs, I just finished porting my XWiki development environment from Windows 7 to Ubuntu 12.04. I am now able to build all projects from the command line without errors. I'm working with the master branch from Git. I have

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Thomas Mortagne
On Thu, Jul 26, 2012 at 12:23 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Jul 26, 2012 at 4:26 AM, Gary Kopp g...@roksw.com wrote: Hello devs, I just finished porting my XWiki development environment from Windows 7 to Ubuntu 12.04. I am now able to build all projects from the

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Gary Kopp
Thomas, On a minor note, I guess I could solve the aspect plugin problem by falling back to Indigo. And perhaps solve the other two problems by not importing the two projects that are involved -- xwiki-commons-component-legacy-default and xwiki-commons-tool-license-resources, although this might

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Sergiu Dumitriu
On 07/26/2012 07:08 AM, Gary Kopp wrote: Thomas, On a minor note, I guess I could solve the aspect plugin problem by falling back to Indigo. And perhaps solve the other two problems by not importing the two projects that are involved -- xwiki-commons-component-legacy-default and

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Gary Kopp
Thanks for confirming one of my suspicions, Sergiu. I've used the eclipse goal on other Maven-based projects where I approached things in basically the way you describe. But since there is no mention of that approach in the XWiki docs I was hesitant to assume it would work with the XWiki

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Fabio Mancinelli
I personally use the great https://github.com/xwiki/xwiki-debug-eclipse done by Thomas. I import this project and (modulo some initial glitches) I am able to start a working instance of XWiki from within the Workbench. Then I import the modules I want to work on from xwiki-platform. M2Eclipse

[xwiki-devs] Maven Profiles

2012-07-26 Thread Gary Kopp
Hello again, Sergiu provided a Maven eclipse:eclipse command line to use, and it reminded me that I have so far ignored the issue of Maven profiles. When I built from the command line I didn't specify any profiles, and I'm guessing that defaulted to hsqldb,jetty (among other profiles). My real

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Gary Kopp
Fabio, Thanks for adding your two cents. I had seen Thomas' doc on debugging under Eclipse and it attracted me. Now I'm thinking I need to combine your/Thomas approach, using m2eclipse, with Sergiu's approach of using Maven's eclipse:eclipse without m2eclipse. Then I can go in any direction --

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Thomas Mortagne
On Thu, Jul 26, 2012 at 2:08 PM, Gary Kopp g...@roksw.com wrote: Thomas, On a minor note, I guess I could solve the aspect plugin problem by falling back to Indigo. And perhaps solve the other two problems by not importing the two projects that are involved --

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Thomas Mortagne
I do use m2e and it's working great for me. For me having to regenerate everytime you modify a pom is a pain. On Thu, Jul 26, 2012 at 2:28 PM, Gary Kopp g...@roksw.com wrote: Thanks for confirming one of my suspicions, Sergiu. I've used the eclipse goal on other Maven-based projects where I

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Thomas Mortagne
The important thing to keep in mind is that maven or m2e will always get what you need from the repository when you don't provide it yourself so you really don't have to be able to build everything. On Thu, Jul 26, 2012 at 3:35 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: I do use m2e

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Fabio Mancinelli
Hmmm. Frankly I see the two approaches as mutually exclusive. If you import projects using m2e and it works, it doesn't make sense to use the other approach because you will already have all that is provided by the other one (and even more) You are able to browse the the entire code base with

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Gary Kopp
Fabio, The potential problem with relying on m2eclipse exclusively is that I have found that some XWiki Maven projects won't import correctly. That's what started this thread. But, those errors would seem to be the exception rather than the rule and may be irrelevant for my purposes. So, I'll go

Re: [xwiki-devs] m2eclipse and xwiki-commons

2012-07-26 Thread Sergiu Dumitriu
On 07/26/2012 08:21 AM, Gary Kopp wrote: Fabio, Thanks for adding your two cents. I had seen Thomas' doc on debugging under Eclipse and it attracted me. Now I'm thinking I need to combine your/Thomas approach, using m2eclipse, with Sergiu's approach of using Maven's eclipse:eclipse without

Re: [xwiki-devs] [GSoC] [Request] Responsive Skin - data for extensive testing/bug finds/feature requests

2012-07-26 Thread Jerome Velociter
On 07/26/2012 10:42 AM, Jonathan Solichin wrote: Hi Jerome, All the advise you mentioned should now be fixed on github. Ajax search is now implemented. For the record, we are discussing this here : https://github.com/jssolichin/xo5/commit/d85d1f90d023197f825cf22f7d95616a011962be#L0L-1