[xwiki-devs] Building in Eclipse tutorial ideas
Hi Asiri, If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc). http://m2eclipse.codehaus.org/ Thanks -Vincent
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections, * [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?) Let me know what is better. Thanks. - Asiri
http://m2eclipse.codehaus.org/
Thanks -Vincent
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote: Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long. Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;)) some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners... Pascal On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki. -Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote: Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error. Anyway, you're right, I'm no brainer ;) Pascal On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote:
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error.
Anyway, you're right, I'm no brainer ;)
:) I'm serious, try starting over using m2eclipse. mvn eclipse:eclipse is 100X time less good (it's not synced automatically with the pom for example). -Vincent
On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote:
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error.
Anyway, you're right, I'm no brainer ;)
:)
I'm serious, try starting over using m2eclipse.
mvn eclipse:eclipse is 100X time less good (it's not synced automatically with the pom for example).
-Vincent
in fact, this is exactly what I did... I have been using m2eclipse in my work for some time... So I tried the same with XWiki after checking it out... But I could not compile using m2eclipse maven facilities... Apparently the version of maven embedded in my version of m2eclipse is not compliant to maven-2.1-SNAPSHOT... Did you succeed to compile just with m2eclipse? Pascal
On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Mar 21, 2008, at 6:50 PM, Pascal Voitot wrote:
On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote:
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error.
Anyway, you're right, I'm no brainer ;)
:)
I'm serious, try starting over using m2eclipse.
mvn eclipse:eclipse is 100X time less good (it's not synced automatically with the pom for example).
-Vincent
in fact, this is exactly what I did... I have been using m2eclipse in my work for some time... So I tried the same with XWiki after checking it out... But I could not compile using m2eclipse maven facilities... Apparently the version of maven embedded in my version of m2eclipse is not compliant to maven-2.1-SNAPSHOT...
Did you succeed to compile just with m2eclipse?
You don't need to compile in Eclipse... ;) It's compiled automatically. Yes it all works (all works) but you may need to use the LATEST version of m2eclipse released a few days ago. -Vincent
On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]
wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
On Fri, Mar 21, 2008 at 6:53 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:50 PM, Pascal Voitot wrote:
On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote:
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error.
Anyway, you're right, I'm no brainer ;)
:)
I'm serious, try starting over using m2eclipse.
mvn eclipse:eclipse is 100X time less good (it's not synced automatically with the pom for example).
-Vincent
in fact, this is exactly what I did... I have been using m2eclipse in my work for some time... So I tried the same with XWiki after checking it out... But I could not compile using m2eclipse maven facilities... Apparently the version of maven embedded in my version of m2eclipse is not compliant to maven-2.1-SNAPSHOT...
Did you succeed to compile just with m2eclipse?
You don't need to compile in Eclipse... ;) It's compiled automatically.
Yes it all works (all works) but you may need to use the LATEST version of m2eclipse released a few days ago.
I used it before with 0.0.12 and it worked fine but yes as Vincent said the last version (0.9) is way better. The two versions embed a maven 2.1 snapshot working with XWiki.
-Vincent
On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected] > wrote:
> Hi Asiri, > > If you have some time... :) I think it would be great if you > could > document how to use the m2eclipse plugin in Eclipse to set up > XWiki > (with screenshots). I've been using it for the past 5 days and > it's > great and makes setting up a XWiki dev environment a breeze and > it's > much much better than doing it the manual way for lots of reasons > (always synced with the POMs, etc). >
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
> http://m2eclipse.codehaus.org/ > > Thanks > -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Fri, Mar 21, 2008 at 6:53 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:50 PM, Pascal Voitot wrote:
On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote:
In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything with some clicks... but if I had read the tuto, I would have seen "mvn eclipse:eclipse" :) Moreover, when you forget to set the right MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error.
Anyway, you're right, I'm no brainer ;)
:)
I'm serious, try starting over using m2eclipse.
mvn eclipse:eclipse is 100X time less good (it's not synced automatically with the pom for example).
-Vincent
in fact, this is exactly what I did... I have been using m2eclipse in my work for some time... So I tried the same with XWiki after checking it out... But I could not compile using m2eclipse maven facilities... Apparently the version of maven embedded in my version of m2eclipse is not compliant to maven-2.1-SNAPSHOT...
Did you succeed to compile just with m2eclipse?
You don't need to compile in Eclipse... ;) It's compiled automatically.
Yes it all works (all works) but you may need to use the LATEST version of m2eclipse released a few days ago.
and my version is about 2weeks ago :) I love automatic compiling and also maven dependency synchro and also remote deploy while keeping the console way... You know, before I was sad... after discovering Maven, I became happy... after discovering maven in eclipse, I became very very happy... after discovering XWiki, i became sad again because I couldn't use maven in eclipse with it... BUT now i'm going to be happy again... thank you guys :) have a nice weekend :)
-Vincent
On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 6:09 PM, Pascal Voitot wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is a no brainer with m2eclipse. In less than 3 minutes you get a working eclipse workspace for XWiki.
-Vincent
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected] > wrote:
> Hi Asiri, > > If you have some time... :) I think it would be great if you > could > document how to use the m2eclipse plugin in Eclipse to set up > XWiki > (with screenshots). I've been using it for the past 5 days and > it's > great and makes setting up a XWiki dev environment a breeze and > it's > much much better than doing it the manual way for lots of reasons > (always synced with the POMs, etc). >
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
> http://m2eclipse.codehaus.org/ > > Thanks > -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Fri, Mar 21, 2008 at 6:09 PM, Pascal Voitot <[email protected]> wrote:
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;))
some info how to obtain a real "Eclipse enabled" project with dependencies management and other configurations could be useful for Maven beginners...
This is all M2Eclipse automatically do : provide an automatic maven dependencies manager for each maven projects, add some "Run as Maven build", "Run as Maven install"... and lots of other very useful things.
Pascal
On Fri, Mar 21, 2008 at 5:41 PM, Vincent Massol <[email protected]> wrote:
On Mar 21, 2008, at 5:32 PM, Asiri Rathnayake wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]>
wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating
http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
With which i'm not familiar with. I will finish the above doc by today.
But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
sure. Either that or 2 pages if each is too long.
Thanks! -Vincent
http://m2eclipse.codehaus.org/
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Hi Vincent and all, On Fri, Mar 21, 2008 at 10:02 PM, Asiri Rathnayake < [email protected]> wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
I have updated the above document. Can someone skim through it and let me know if it is ok.
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
I'm leaving these two topics for the moment. Any volunteers ? :) Also, where should the m2eclispe tutorial go ? I'm thinking of putting it after the current topic "Building XWiki" and naming it "Building XWiki With M2Eclipse*. Or since M2Eclipse is the easier way to go, may be we should put it before the current topic "Setup The Build Environment". I'm not sure, i am yet to go through M2Eclipse ;) Thanks. - Asiri
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in the above document, one for manual configuration and one for m2eclipse ?)
Let me know what is better.
Thanks.
- Asiri
http://m2eclipse.codehaus.org/
Thanks -Vincent
seems OK On Fri, Mar 21, 2008 at 6:39 PM, Asiri Rathnayake < [email protected]> wrote:
Hi Vincent and all,
On Fri, Mar 21, 2008 at 10:02 PM, Asiri Rathnayake < [email protected]> wrote:
On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <[email protected]> wrote:
Hi Asiri,
If you have some time... :) I think it would be great if you could document how to use the m2eclipse plugin in Eclipse to set up XWiki (with screenshots). I've been using it for the past 5 days and it's great and makes setting up a XWiki dev environment a breeze and it's much much better than doing it the manual way for lots of reasons (always synced with the POMs, etc).
No problem :). But I was updating http://dev.xwiki.org/xwiki/bin/view/Community/BuildingInEclipse and I'm almost done except for the two sections,
I have updated the above document. Can someone skim through it and let me know if it is ok.
* [Optional] Import the WAR as a web project * [Optional] Use the Jetty Launcher plugin
I'm leaving these two topics for the moment. Any volunteers ? :)
Also, where should the m2eclispe tutorial go ? I'm thinking of putting it after the current topic "Building XWiki" and naming it "Building XWiki With M2Eclipse*.
Or since M2Eclipse is the easier way to go, may be we should put it before the current topic "Setup The Build Environment". I'm not sure, i am yet to go through M2Eclipse ;)
Thanks.
- Asiri
With which i'm not familiar with. I will finish the above doc by today. But where are we going to add the new tutorial ? (Have two sections in
the
above document, one for manual configuration and one for m2eclipse ?)
Let me know what is better.
Thanks.
- Asiri
http://m2eclipse.codehaus.org/
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (4)
-
Asiri Rathnayake -
Pascal Voitot -
Thomas Mortagne -
Vincent Massol