<p dir="ltr">You have to run bindist.  Once completed, you will have a BuildCms directory, with the zip modules built.  This process should take at least 15 minutes.  Hope that helps.</p>
<p dir="ltr">~John<br>
</p>
<div class="gmail_quote">On Mar 6, 2013 4:06 AM, "Arturo Martín Lladó" <<a href="mailto:arturo.martin.llado@gmail.com">arturo.martin.llado@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, Tobias:<br>
<br>
I've already downloaded and integrated de source code of OpenCms 8.5.1<br>
in Eclipse. It works fine with only a few adjustments in the classpath<br>
:-)<br>
<br>
I've been launching the build.xml script with several targets<br>
(default, srcdist, war) but I can't see the ADE modules in ZIP format<br>
anywhere (not even in opencms_8.5.1_src.zip/modules nor<br>
opencms_8.5.1_src.zip/lib).<br>
<br>
Do I have to install the WAR placed inside opencms_8.5.1_src.zip and<br>
then export the ADE modules in order to obtain the ZIP files or is<br>
there any other (quicker) way to do this?<br>
<br>
Cheers,<br>
--<br>
Arturo Martín Lladó<br>
<br>
<br>
2013/3/4 Arturo Martín Lladó <<a href="mailto:arturo.martin.llado@gmail.com">arturo.martin.llado@gmail.com</a>>:<br>
> Thank you, Tobias.<br>
><br>
> I'll try to do it as you say and I'll give you some feedback shortly.<br>
><br>
> Regards,<br>
><br>
> --<br>
> Arturo Martín Lladó<br>
><br>
><br>
> 2013/3/4 Tobias Herrmann <<a href="mailto:t.herrmann@alkacon.com">t.herrmann@alkacon.com</a>>:<br>
>> Hi Arturo,<br>
>><br>
>> you are right. I missed something there. The GWT JavaScript is compiled<br>
>> locale specific. To keep the size of the distribution and the compile time<br>
>> low, we chose to include EN and DE only.<br>
>> To include the Spanish locale, checkout OpenCms from<br>
>> <a href="http://www.github.com/alkacon/opencms-core" target="_blank">www.github.com/alkacon/opencms-core</a>, edit the file<br>
>> /src-gwt/org/opencms/GwtBase.gwt.xml and change the lines 8 and 10 to<br>
>> include the your desired locale. Than build OpenCms using the /build.xml.<br>
>> Import the modules org.opencms.ade.* into your OpenCms instance.<br>
>> Make sure to clear your browser cache and you are done.<br>
>><br>
>><br>
>> Greetings, Tobias<br>
>><br>
>> --<br>
>><br>
>> Alkacon Software GmbH - The OpenCms Experts<br>
>><br>
>> <a href="http://www.alkacon.com" target="_blank">http://www.alkacon.com</a><br>
>> <a href="http://www.opencms.org" target="_blank">http://www.opencms.org</a><br>
>><br>
>> Am 04.03.2013 15:38, schrieb Arturo Martín Lladó:<br>
>><br>
>>> Hi, Tobias:<br>
>>><br>
>>> Thank you for your quick answer. It works with the workplace language<br>
>>> set to German, but it does not when the workplace language is Spanish<br>
>>> (I guess it loads the code for the default language, English, I<br>
>>> assume). Is there any way to give support to this language (Spanish)<br>
>>> on the new widget?<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> --<br>
>>> Arturo Martín Lladó<br>
>>><br>
>>><br>
>>> 2013/3/4 Tobias Herrmann <<a href="mailto:t.herrmann@alkacon.com">t.herrmann@alkacon.com</a>>:<br>
>>>><br>
>>>> Hi,<br>
>>>><br>
>>>> the new date picker that is used within the gallery search, the new<br>
>>>> availability dialogue and the new content editor is based on the standard<br>
>>>> GWT date picker. Configuration options of this widget are very limited.<br>
>>>> The<br>
>>>> first day of the week setting depends on the users workplace locale. For<br>
>>>> example, if you choose German as your workplace locale, it will use<br>
>>>> Monday<br>
>>>> as first day of the week. If you choose English it's Sunday. The date<br>
>>>> pattern used also depends on the workplace locale, it is set in the<br>
>>>> message<br>
>>>> bundle org/opencms/gwt/clientmessages.properties. The relevant message<br>
>>>> keys<br>
>>>> are<br>
>>>><br>
>>>> GUI_DATEBOX_TIME_PATTERN_0, GUI_DATEBOX_DATE_PATTERN_0,<br>
>>>> GUI_DATEBOX_DATETIME_PATTERN_0<br>
>>>><br>
>>>> Using the widget configuration in the XSD schema for the first day of the<br>
>>>> week, won't take any effect on the new widget.<br>
>>>><br>
>>>> Greetings, Tobias<br>
>>>><br>
>>>> --<br>
>>>><br>
>>>> Alkacon Software GmbH - The OpenCms Experts<br>
>>>><br>
>>>> <a href="http://www.alkacon.com" target="_blank">http://www.alkacon.com</a><br>
>>>> <a href="http://www.opencms.org" target="_blank">http://www.opencms.org</a><br>
>>>><br>
>>>> Am 04.03.2013 14:53, schrieb Paul-Inge Flakstad:<br>
>>>><br>
>>>>> Hi,<br>
>>>>><br>
>>>>> I'm interested in this as well.<br>
>>>>><br>
>>>>> The DateTimeWidget churns out a javascript calling Calendar.setup(...)<br>
>>>>> with some configuration settings, but they seem to have no effect on the<br>
>>>>> widget (mondayFirst is true, but calendar still shows Sunday as the<br>
>>>>> first<br>
>>>>> day of week).<br>
>>>>><br>
>>>>>   From the looks of it, there are a number of options which would have<br>
>>>>> been<br>
>>>>> nice to control.<br>
>>>>><br>
>>>>> Is there any way to control these options and have them take effect on<br>
>>>>> the<br>
>>>>> widget? (How?)<br>
>>>>><br>
>>>>> Cheers,<br>
>>>>> Paul<br>
>>>>><br>
>>>>> -----Original Message-----<br>
>>>>> From: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a><br>
>>>>> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] On Behalf Of Arturo Martín<br>
>>>>> Lladó<br>
>>>>> Sent: 4. mars 2013 13:52<br>
>>>>> To: The OpenCms mailing list<br>
>>>>> Subject: [opencms-dev] Problem with Date Picker widget on OpenCms 8.5.1<br>
>>>>><br>
>>>>> Hi,<br>
>>>>><br>
>>>>> I see that, by default, the date picker widget shows Sunday as the first<br>
>>>>> day of the week. I tried to configure the widget via layout settings<br>
>>>>> like<br>
>>>>> this:<br>
>>>>><br>
>>>>> [...]<br>
>>>>><br>
>>>>> <xsd:element name="dateTimeField" type="OpenCmsDateTime" minOccurs="1"<br>
>>>>> maxOccurs="1" /><br>
>>>>><br>
>>>>> [...]<br>
>>>>><br>
>>>>> <layout element="dateTimeField" widget="DateTimeWidget"<br>
>>>>> configuration="mondayFirst=true"/><br>
>>>>><br>
>>>>> [...]<br>
>>>>><br>
>>>>> but I see no change.<br>
>>>>><br>
>>>>> I've downloaded the OpenCms 8.5.1 code and established a breakpoint over<br>
>>>>> the CmsCalendarWidget's calendarInit() method, but the method it's never<br>
>>>>> called when I'm editing the content (loading the element form or setting<br>
>>>>> a<br>
>>>>> new datetime value). Other methods are called, like getConfiguration(),<br>
>>>>> isInternal(), newInstance(), etc.<br>
>>>>><br>
>>>>> Am I doing something wrong? Am I missing something here?<br>
>>>>><br>
>>>>> Funny thing: when I click on the "Preferences" button of the workplace<br>
>>>>> popup, the method is called. The only datetime field that I see there is<br>
>>>>> the<br>
>>>>> Time Warp option, and the calendar shown there is correctly localized<br>
>>>>> for my<br>
>>>>> settings (langua/locale = es).<br>
>>>>><br>
>>>>> Maybe is a bug, but I really need a little bit of feedback here.<br>
>>>>><br>
>>>>> Regards,<br>
>>>>> --<br>
>>>>> Arturo Martín Lladó<br>
>>>>> _______________________________________________<br>
>>>>> This mail is sent to you from the opencms-dev mailing list To change<br>
>>>>> your<br>
>>>>> list options, or to unsubscribe from the list, please visit<br>
>>>>> <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> This mail is sent to you from the opencms-dev mailing list<br>
>>>>> To change your list options, or to unsubscribe from the list, please<br>
>>>>> visit<br>
>>>>> <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>> _______________________________________________<br>
>>>> This mail is sent to you from the opencms-dev mailing list<br>
>>>> To change your list options, or to unsubscribe from the list, please<br>
>>>> visit<br>
>>>> <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
>>>><br>
>>>><br>
>>>><br>
>><br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</blockquote></div>