Hello Vincent,
Thanks for this new version that seems promising ! :-)
After installing the .exe distribution on windows XP I get this error
which generates error 500 in jetty :
10:07:32.746 WARN!! [P1-19]
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:618)
11> Error for /xwiki/bin/view/Main/
java.lang.NoSuchMethodError:
com.xpn.xwiki.doc.XWikiDocument.setMinorEdit(Z)V
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.prepareJobStubContext(Sch
edulerPlugin.java:155)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlug
in.java:280)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.initWatchListJob(WatchLis
tPlugin.java:251)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.initWatchlistJobs(WatchLi
stPlugin.java:265)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.init(WatchListPlugin.java
:119)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.ja
va:130)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.jav
a:69)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.ja
va:95)
[...]
I uninstalled previous version before installing the last one.
Regards,
Jeremie
________________________________
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of Vincent Massol
Sent: dimanche 18 novembre 2007 22:06
To: XWiki Users; XWiki Developers
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.2M2 Released
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 Milestone 2.
Go grab it at
http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last milestone release for the 1.2 version. It's packed with
new features and improvements. The next version will be 1.2 RC 1 and
will focus on improving the stability. The roadmap is to release 1.2
final for beginning of December 2007.
Main changes from 1.2M1:
* Completely redesigned the UI for managing permissions and
groups/users. It's now a nice Ajax interface which scales to any number
of users.
* A new Mail Sender plugin has been added. It's a generic plugin that
you can use from Velocity/Groovy pages and that is also used by the
Watchlist feature below to send notification emails.
* New Watchlist feature which allows watching pages and spaces and
receive email notifications when they are modified.
* The Scheduler Plugin and the Scheduler Application have been released
in version 1.1 and are bundled with XWiki Enterprise 1.2 milestone 2.
They allow you to create jobs (Groovy scripts) to be executed in the
future. They are used for example in the Watchlist plugin to send email
notifications for pages or spaces you are monitoring.
* New displayPanelLayout Macro to display Panels in page.
* New JODA Time plugin to allow using JODA time from Velocity/Groovy
pages.
* The top level edit menu has been reorganized. Separators have been
added, the Rename and Delete actions have been moved in an Action menu
and a new Watch menu has been added.
* Entering URLs such as
http://myserver/xwiki goes to the Main.WebHome
page by default (it used to display some installation instruction page).
* Panels from other virtual wikis can be used now.
* Lucene Search UI and stability has been improved.
* Removed the Presentation application from the default wiki (since it
was not maintained and was buggy).
+ bug fixes and other improvements
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12M2
Thanks
-The XWiki dev team