[opencms-dev] OpenCms 7.5 Beta Available
Chauhan, Amit
Amit_Chauhan at intuit.com
Wed May 20 22:16:19 CEST 2009
Alex,
Thanks for pushing out the beta version. I've been waiting for it for some time :).
I tried to build the module, and there are some issues that I found, thought I'll let you guys know.
First, building the war module by calling: 'ant war' (as per http://opencms.org/en/development/core.html) doesn't include modules.
For some reason it's not building the modules at all, so when I try to setup opencms, there are no modules to be imported. So, OpenCMS workplace module is not imported, and thus the login page is not found.
Second, if I try to build the binary distribution by just running 'ant', it tries to build modules this time, but fails in compilation, with this error:
opencms\modules\build-single.xml:90: java.lang.NoClassDefFoundError: org/apache/commons/collections/ArrayStack
What I found was that the jar files included in classpath are wrong. At line 27 in build-single.xml,
replacing
<pathelement location="${opencms.input.libs.runtime}/commons-collections-3.2.jar" />
<pathelement location="${opencms.input.libs.runtime}/commons-logging-1.1.jar" />
<pathelement location="${opencms.input.libs.runtime}/commons-beanutils-1.7.0.jar" />
With
<pathelement location="${opencms.input.libs.runtime}/commons-collections-3.2.1.jar" />
<pathelement location="${opencms.input.libs.runtime}/commons-logging-1.1.1.jar" />
<pathelement location="${opencms.input.libs.runtime}/commons-beanutils-1.8.0.jar" />
works fine.
Once everything is build, it's smooth after that.
Thanks
Amit Chauhan
-----Original Message-----
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Alexander Kandzior
Sent: Tuesday, May 19, 2009 6:40 AM
To: 'The OpenCms mailing list'
Subject: Re: [opencms-dev] OpenCms 7.5 Beta Available
> One question, at OpenCms Days last year you
> mentioned that it was planned for 7.5 to support xsd:choice in the
> structured xml content schemas. Has this feature been added?
No, unfortunately not. We had to make a number of adjustments to our plans
in the past year. Xsd:choice is now on the list of items to be included in
OpenCms 8.
Kind Regards,
Alex.
-------------------
Alexander Kandzior
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
Visit OpenCms Days 2009 Conference and Expo -
June 15 to June 16 2009 in Cologne, Germany
http://www.opencms-days.org
-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Andy Savin
Sent: Tuesday, May 19, 2009 12:16 PM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] OpenCms 7.5 Beta Available
Hi,
New verison sounds great. One question, at OpenCms Days last year you
mentioned that it was planned for 7.5 to support xsd:choice in the
structured xml content schemas. Has this feature been added?
Regards,
Andy
--
----------------------------
WEB SYSTEMS DEVELOPER
Web Services
University of Bath
Tel: 01225 38 6275
----------------------------
On Tue, 19 May 2009, Alexander Kandzior wrote:
> From: Alexander Kandzior <alex at opencms.org>
> To: opencms-dev at opencms.org
> Date: Tue, 19 May 2009 12:03:02 +0200
> Subject: [opencms-dev] OpenCms 7.5 Beta Available
> Reply-To: The OpenCms mailing list <opencms-dev at opencms.org>
> X-Spam-Score: 0.0 (/)
>
> OpenCms 7.5 Beta Available
> New Version to be presented June 15 at OpenCms Days 2009
>
> Hi all,
>
> the beta version of OpenCms 7.5 is now available in the public CVS
> (tag "build_75beta_1"). OpenCms 7.5 is a major update that adds
> several new features to the OpenCms core.
>
> OpenCms 7.5 final will be released June 15 at OpenCms Days 2009 in
> Cologne, Germany. I will present the new features of OpenCms 7.5
> in my conference keynote session. I will also explain the further
> development roadmap towards OpenCms 8, which is scheduled for late 2010.
>
> Several other sessions at OpenCms Days 2009 will be explaining the
> new features of OpenCms 7.5 in detail.
>
> Main features of OpenCms 7.5:
>
> * Much improved image galleries now feature integrated cropping and
> zooming of image parts.
> * The XML content editor can now split large XML structures in tabs.
> * The full text search is now able to index changed documents
> in the offline projects "on the fly".
> * Expired resources can now be automatically deleted after a
> configurable time.
> * Categories can now be defined per site in addition to the
> global categories.
> * It is now possible to access the raw XML of a structured content
> in a JSP using the EL content wrapper.
> * New demo content for Template 2 called "The Wonderful World of Flowers"
> is available.
> * All external editors (FCKeditor, EditArea) have been updated to
> their newest versions, fixing several display issues in later browsers.
> * Several other improvements and component updates.
> * Lots of reported issues have been fixed.
>
> A wizard for updating an OpenCms 7.0 installation to OpenCms 7.5
> will be provided with the final release.
>
> The main development on OpenCms 7.5 is done by Alkacon Software with
> contributions from the OpenCms community.
>
> Kind Regards,
> Alex.
>
> -------------------
> Alexander Kandzior
>
> Alkacon Software GmbH - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
> Visit OpenCms Days 2009 Conference and Expo -
> June 15 to June 16 2009 in Cologne, Germany
> http://www.opencms-days.org
>
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list