[xwiki-devs] How to generate the build.xml for xwiki-core?
Hi all, Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install? Regards, Switchoo
The Eclipse guide in not up to date. You can't build XWiki with ant anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building for building with maven. On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <switchoo@gmail.com> wrote:
Hi all,
Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install?
Regards, Switchoo _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the "automatic build" option. But at the end, you shall launch "mvn install" from the shortcuts provided in eclipse to compile/package/install... you can even deploy remotely from eclipse using maven... Maven really makes lots of things easier even if it seems to you redundant with ant sometimes (in fact it uses ant:)) br Pascal On Thu, Mar 13, 2008 at 11:09 AM, Thomas Mortagne <thomas.mortagne@xwiki.com> wrote:
The Eclipse guide in not up to date. You can't build XWiki with ant anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building for building with maven.
On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <switchoo@gmail.com> wrote:
Hi all,
Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install?
Regards, Switchoo _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
On Mar 13, 2008, at 2:57 PM, Pascal Voitot wrote:
With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the "automatic build" option. But at the end, you shall launch "mvn install" from the shortcuts provided in eclipse to compile/package/install... you can even deploy remotely from eclipse using maven... Maven really makes lots of things easier even if it seems to you redundant with ant sometimes (in fact it uses ant:))
It doesn't... (to be precise it used to in the very early versions of Maven). -Vincent
On Thu, Mar 13, 2008 at 11:09 AM, Thomas Mortagne <thomas.mortagne@xwiki.com
wrote: The Eclipse guide in not up to date. You can't build XWiki with ant anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building for building with maven.
On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <switchoo@gmail.com> wrote:
Hi all,
Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install?
Regards, Switchoo
you're right and I didn't want to say that in fact :)... typed too quick... I wanted to tell: "maven may use ant" On Thu, Mar 13, 2008 at 3:03 PM, Vincent Massol <vincent@massol.net> wrote:
On Mar 13, 2008, at 2:57 PM, Pascal Voitot wrote:
With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the "automatic build" option. But at the end, you shall launch "mvn install" from the shortcuts provided in eclipse to compile/package/install... you can even deploy remotely from eclipse using maven... Maven really makes lots of things easier even if it seems to you redundant with ant sometimes (in fact it uses ant:))
It doesn't... (to be precise it used to in the very early versions of Maven).
-Vincent
On Thu, Mar 13, 2008 at 11:09 AM, Thomas Mortagne < thomas.mortagne@xwiki.com> wrote:
The Eclipse guide in not up to date. You can't build XWiki with ant anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building for building with maven.
On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <switchoo@gmail.com> wrote:
Hi all,
Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install?
Regards, Switchoo
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Thank you very much:) 2008/3/13, Pascal Voitot <pascal.voitot.dev@gmail.com>:
With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the "automatic build" option. But at the end, you shall launch "mvn install" from the shortcuts provided in eclipse to compile/package/install... you can even deploy remotely from eclipse using maven... Maven really makes lots of things easier even if it seems to you redundant with ant sometimes (in fact it uses ant:))
br Pascal
On Thu, Mar 13, 2008 at 11:09 AM, Thomas Mortagne < thomas.mortagne@xwiki.com> wrote:
The Eclipse guide in not up to date. You can't build XWiki with ant anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building for building with maven.
On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <switchoo@gmail.com> wrote:
Hi all,
Now I only have pom.xml, the guide says I should run->Ant Building, however, I haven't found build.xml in my project. What should I do to build xwiki in Eclipse but not run mvn install?
Regards, Switchoo
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (4)
-
Pascal Voitot -
Shiwei Hu -
Thomas Mortagne -
Vincent Massol