Hello, I updated yesterday my xwiki sources and I see you've changed all the svn directories. The problem is that when I try to build it in Eclipse I can't find the build.xml file and also, I create a new project based on xwiki-platform-core and it gives me lots of errors in eclipse, like some files missing or some classes not found. Can anyone tell me how to build the standalone now that there is no build file? I would very much appreciate it. Thank you. Evelina
Hi Evelina, There was a proposal by Vincent to finally drop ant in favor of maven. It might be the case that he has already implemented that: http://www.nabble.com/-Proposal--Switch-to-using-Maven2-tf3951982.html You can generate the eclipse project using maven: http://maven.apache.org/guides/mini/guide-ide-eclipse.html However, be warned that things are not stable yet on the svn. Like Vincent warned on this thread two days ago: http://www.nabble.com/-Proposal--New-SVN-directory-structure-to-accommodate-... "It means that during 2-3 days the build won't work and it'll be a bit of chaos during that time." Hope this helps :) Regards, Catalin On 6/22/07, [email protected] <[email protected]> wrote:
Hello,
I updated yesterday my xwiki sources and I see you've changed all the svn directories. The problem is that when I try to build it in Eclipse I can't find the build.xml file and also, I create a new project based on xwiki-platform-core and it gives me lots of errors in eclipse, like some files missing or some classes not found.
Can anyone tell me how to build the standalone now that there is no build file? I would very much appreciate it.
Thank you. Evelina
-- You receive this message as a subscriber of the [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
Thank you! I was starting to believe I had a problem...Thanks, I will wait until things are fixed. Evelina
Hi Evelina, On Jun 23, 2007, at 9:44 AM, Catalin Hritcu wrote:
Hi Evelina,
There was a proposal by Vincent to finally drop ant in favor of maven. It might be the case that he has already implemented that: http://www.nabble.com/-Proposal--Switch-to-using-Maven2-tf3951982.html
You can generate the eclipse project using maven: http://maven.apache.org/guides/mini/guide-ide-eclipse.html
However, be warned that things are not stable yet on the svn. Like Vincent warned on this thread two days ago: http://www.nabble.com/-Proposal--New-SVN-directory-structure-to- accommodate-the-different-applications-we-have-tf3908667.html "It means that during 2-3 days the build won't work and it'll be a bit of chaos during that time."
right... It should be ok now. Evelina, yes you need maven2 now. I'll update the doc on http://www.xwiki.org/xwiki/bin/view/Community/ Building and http://www.xwiki.org/xwiki/bin/view/Community/ SourceRepository today or tomorrow but basically you go in the module you wish to build and type "mvn install". -Vincent
On 6/22/07, [email protected] <[email protected]> wrote:
Hello,
I updated yesterday my xwiki sources and I see you've changed all the svn directories. The problem is that when I try to build it in Eclipse I can't find the build.xml file and also, I create a new project based on xwiki-platform-core and it gives me lots of errors in eclipse, like some files missing or some classes not found.
Can anyone tell me how to build the standalone now that there is no build file? I would very much appreciate it.
Thank you. Evelina
-- 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
-- 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
On Jun 23, 2007, at 10:59 AM, Vincent Massol wrote:
Hi Evelina,
On Jun 23, 2007, at 9:44 AM, Catalin Hritcu wrote:
Hi Evelina,
There was a proposal by Vincent to finally drop ant in favor of maven. It might be the case that he has already implemented that: http://www.nabble.com/-Proposal--Switch-to-using-Maven2- tf3951982.html
You can generate the eclipse project using maven: http://maven.apache.org/guides/mini/guide-ide-eclipse.html
However, be warned that things are not stable yet on the svn. Like Vincent warned on this thread two days ago: http://www.nabble.com/-Proposal--New-SVN-directory-structure-to- accommodate-the-different-applications-we-have-tf3908667.html "It means that during 2-3 days the build won't work and it'll be a bit of chaos during that time."
right... It should be ok now.
Evelina, yes you need maven2 now.
I'll update the doc on http://www.xwiki.org/xwiki/bin/view/ Community/Building and http://www.xwiki.org/xwiki/bin/view/ Community/SourceRepository today or tomorrow but basically you go in the module you wish to build and type "mvn install".
I have now updated the doc. Thanks -Vincent
-Vincent
On 6/22/07, [email protected] <[email protected]> wrote:
Hello,
I updated yesterday my xwiki sources and I see you've changed all the svn directories. The problem is that when I try to build it in Eclipse I can't find the build.xml file and also, I create a new project based on xwiki-platform-core and it gives me lots of errors in eclipse, like some files missing or some classes not found.
Can anyone tell me how to build the standalone now that there is no build file? I would very much appreciate it.
Thank you. Evelina
participants (3)
-
Catalin Hritcu -
evelyne24@gmail.com -
Vincent Massol