Re: New date parser in javascript

2005-10-06 Thread Arvid Hülsebus
We need to replace some JavaScript code in Tobago, which has basically the same functionality like the new date.js stuff. I started to work on this, too. Perhaps we should join forces. But I definitely don't have as much time as Martin -- working on this the whole night... I pulled together

Re: New date parser in javascript

2005-10-06 Thread Arvid Hülsebus
Dang... sent the wrong unit test. This was were I started to test the script, which we are currently using in Tobago. My test for https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/calendar/resource/date.js looks something like the attached file.

Re: New date parser in javascript

2005-10-06 Thread Arvid Hülsebus
I started to look into the formatting of MMM, , EEE, and ... just a start. Hope it helps. Regards, Arvid /* * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the

Re: New date parser in javascript

2005-10-06 Thread Arvid Hülsebus
Looks like I'm ending up spending as much time on date parsing as Martin... Parsing of MMM and starts to work now, too. Additionally I looked into parsing and formatting of yy vs. . Regards, Arvid /* * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache

Re: [OT] Any Tobago developers going to Apache Con San Diego?

2005-11-15 Thread Arvid Hülsebus
Currently none of us atanion guys made plans to attend to the Apache Con San Diego. We already went to the Apache Con Europe this year. Although it would be a great chance to get to know each other. But now it would be a little terse to make it possible. Regards, Arvid Sean Schofield wrote:

Re: Volunteers Needed

2005-11-16 Thread Arvid Hülsebus
Hello! No, Maven 2 doesn't require JDK 1.5. I played around with a small XSLT to convert the MyFaces/Forrest XDoc documents into Maven XDoc documents. The DTD http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc.dtd is slightly different. You can the attached

Tobago vs. Maven2: The wrecked Dependency

2005-11-17 Thread Arvid Hülsebus
Hello, while preparing the svn dump for Tobago, we encountered a problem with deploying the Tobago demo app from a fresh system. It turned out that this was due to fetching the most recent version of the 'jstl-1.1.0' POM. This POM was recently changed on Ibiblio and now points to a relocated

Re: [Tobago] Change the groupId of Tobago to follow the naming conventions of maven

2005-11-24 Thread Arvid Hülsebus
+1 Regards, Arvid Bernd Bohmann wrote: Hello, I would like to change the groupId of Tobago to follow the naming convention of maven. Change from groupIdtobago/groupId to groupIdorg.apache.myfaces.tobago/groupId See http://maven.apache.org/guides/mini/guide-naming-conventions.html I

Re: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml

2005-12-14 Thread Arvid Hülsebus
We didn't have the time to really check out Facelets up to now. We removed the according FAQ entry and will take some time to look closer at Facelets. From the documentation of Facelets we just saw the Tapestry-like views aspect and this doesn't seem to make sense for Tobago. Regards, Arvid

Re: svn commit: r365935 - /incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/dateConverter.js

2006-01-05 Thread Arvid Hülsebus
Hello Volker, the log function was used in the unit test to track down my localization problems -- i.e. invoking JavaScript per Rhino. I doubt that currently the LOG from Tobago will work inside this limited environment. Perhaps something like HttpUnit will provide enough DOM Level 0 and

Re: [maven] Revised Reorg Proposal -- Was: [maven] Latest maven changes

2006-01-05 Thread Arvid Hülsebus
Sean Schofield wrote: Does this mean that if you build the child, it asks the parent to build? If so, then that is interesting (not a problem - just unexpected.) As far as I understand it Maven only builds child projects if the POM includes a module entry for that child. In general it

Re: maven build fails

2006-01-08 Thread Arvid Hülsebus
Hello Volker, I just tried the same. It works for me -- out of the box. By 'uncommenting' you mean disabling the maven-project-info-reports-plugin by comments? Because there aren't any comments in these sections right now. Perhaps you can try to force the update of the plugin by -U or try

Re: test failed

2006-01-15 Thread Arvid Hülsebus
Hello! I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. Did you try a clean? Are you using Maven 2.0.1? Regards, Arvid Mario Ivankovits wrote: Hi! Could someone please confirm that the tests against the current svn head fail?

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Arvid Hülsebus
Hello! Which Apache projects do not ship required dependencies in their binaries? I just checked a few projects, which do: velocity-1.4.tar.gz turbine-2.3.2.tar.gz jakarta-cactus-12-1.7.1.zip struts-1.2.8-bin.zip jakarta-jmeter-2.1.1.zip axis-bin-1_3.zip fop-0.20.5-bin.zip xmlbeans-2.1.0.zip

Re: [maven] Need help with the nightly builds

2006-01-21 Thread Arvid Hülsebus
its a dependency? Sean On 1/20/06, Arvid Hülsebus [EMAIL PROTECTED] wrote: Hello! Which Apache projects do not ship required dependencies in their binaries? I just checked a few projects, which do: velocity-1.4.tar.gz turbine-2.3.2.tar.gz jakarta-cactus-12-1.7.1.zip struts-1.2.8

Re: [continuum] Site deploy problem

2006-02-11 Thread Arvid Hülsebus
BTW, Internet Explorer has problems rendering transparent PNGs... Regards, Arvid

Re: [continuum] Site deploy problem

2006-02-11 Thread Arvid Hülsebus
Adding the following to style.css #banner img { behavior: url(css/png-fix.htc); } and placing the other attachements like this: site/src/site/resources/css/ png-fix.htc site/src/site/resources/images/ transparent.gif solves the problem for the top level HTML files... perhaps the banner

Re: [proposal] Split Up JIRA Projects

2006-02-14 Thread Arvid Hülsebus
You can just move the bug. No real problem. Regards, Arvid Jesse Alexander (KBSA 21) wrote: How easy will it be to move an item reported (erronously) against MyFaces-core to MyFaces-Tomahawk? It is one of the worst-case scenarios for the community-support, when a user gets the bug-report

Re: common maven build targets

2006-02-16 Thread Arvid Hülsebus
I think these plugins are Maven 1 only -- like the Raven Plugin... Regards, Arvid Travis Reeder wrote: Hey all, Would someone be kind enough to post and describe all the common maven targets on the wiki? Being a maven newb, this would mucho helpful. Also, has anyone tried the maven

Re: Refactor Commons to org.apache.myfaces.commons ?

2006-02-17 Thread Arvid Hülsebus
It looks like he had only problems with older versions of IDEA or the Subversion client. We can't report any problems with IDEA 5.1. Regards, Arvid Martin Marinschek wrote: +1 from me. definitely. regards, Martin On 2/17/06, Arvid Hülsebus [EMAIL PROTECTED] wrote: Normally it does

Re: New JIRA: Tobago

2006-02-21 Thread Arvid Hülsebus
Wow, cool! Thank you! I'm going to update the issue tracker URL in our POM as soon as I am home. Regards, Arvid Sean Schofield wrote: I also added a new JIRA instance for Tobago. I moved all of the Tobago issues over from the original JIRA. I believe committers can change the versions and

Re: JIRA Changes

2006-02-21 Thread Arvid Hülsebus
Just click on Edit this issue in the sidebar under Operations and assign a new component. Regards, Arvid Matthias Wessendorf wrote: may be a silly question, but how to change / move a bug to a special component e.g. from other - tree2 Thanks, Matthias On 2/21/06, Bruno Aranda [EMAIL

acceptcharset vs. acceptCharset

2006-02-23 Thread Arvid Hülsebus
Hello, is it intended that the acceptCharset attribute of h:form is written in mixed case in MyFaces 1.1.1 and lower case in the Sun RI 1.1.01? Thanks in advance, Arvid

[tobago] release procedure

2006-04-27 Thread Arvid Hülsebus
Hello, We managed to fix all (but one -- the fix is still tested) issues scheduled for 1.0.7. We expect to have a release candidate soon. After some more testing I would propose to have a vote to decide if we can release the candidate. Are there any suggestions to improve this? Regards, Arvid

Re: [VOTE] Tobago Release 1.0.7

2006-05-01 Thread Arvid Hülsebus
I checked my two test applications and found no problems up to now. +1 Regards, Arvid

[tobago] announcement preparations

2006-05-07 Thread Arvid Hülsebus
Features - Facelets integration - Support for sheet sorting by application For a complete list please see: http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310273fixfor=12310824 Enjoy, Arvid Hülsebus

Re: [VOTE] Release Apache Tobago 1.0.8

2006-09-09 Thread Arvid Hülsebus
+1 Looks good -- my small test application works. Best regards, Arvid Bernd Bohmann wrote: Hello, Please vote on releasing Apache Tobago 1.0.8. The current nightly build should be the 1.0.8 release. http://people.apache.org/builds/myfaces/nightly/ [+1] Make the 1.0.8 release of Tobago

Re: [VOTE] Release Apache Tobago 1.0.8

2006-09-14 Thread Arvid Hülsebus
Hello, It looks like we need to talk about what compatibility could mean for Tobago. We are compatible to JSF since Tobago runs on top of MyFaces and the Sun RI. We invested some time to be compatible to Facelets. Most of the Shale stuff works with Tobago, too. Other compatibility issues

Re: Tobago release announcement

2006-09-20 Thread Arvid Hülsebus
Hello, After the Core is officially released now, I am going to send the announcement for Tobago, too. Last time I sent it to: announce@myfaces.apache.org, announce@apache.org, users@myfaces.apache.org Are these still the appropriate recipients? We are going to add the major changes in the

Re: Tobago release announcement

2006-09-20 Thread Arvid Hülsebus
I think I will skip announce@apache.org this time. The description of the mailing list says major releases, which 1.0.8 is definitely not. Regards, Arvid

Re: [VOTE] Release Tobago 1.0.10

2007-03-08 Thread Arvid Hülsebus
+1 Best regards, Arvid Volker Weber wrote: Hi, +1 Regards, Volker 2007/3/8, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release Tobago 1.0.10, This release contains over 80 changes. For a detail list please consult the release notes:

Re: [TOBAGO] addressbook demo crashes on phone number validation

2007-04-17 Thread Arvid Hülsebus
Hello Mike, We are currently in the process to overhaul the address book demo. We merged it with an older variant based on Faclets and added a DB back-end instead of the former file based implementation. I still have a list of about 20 issues we still have to fix. But I didn't notice the

Re: [TOBAGO] addressbook demo crashes on address list header clicks

2007-04-17 Thread Arvid Hülsebus
I wasn't able to reproduce this problem. Can you try to explain what you were doing in more detail? I run mvn clean and started the address book again. Sorting the empty address list didn't produce an error. Then I added a simple address (first name and last name) and sorting still didn't

Restart of Continuum Server

2007-05-18 Thread Arvid Hülsebus
Hello, Since the Continuum Server doesn't respond anymore, we are going to restart it. Best Regards, Bernd and Arvid

[Tobago] Preparing the next release 1.0.11

2007-05-18 Thread Arvid Hülsebus
Hello, We are preparing the next release of Tobago. The vote will be started in the next days. Please check the issues in JIRA and close the remaining bugs or move them to a different release. If you have a productive Tobago application, please check if it works with the current snapshot.

Re: [VOTE] Release Tobago 1.0.11

2007-05-21 Thread Arvid Hülsebus
+1, if the following 2 minor issues are resolved - Markup strong for tc:out doesn't work in Speyside (I will check in the necessary change in the trunk; for the release see the attached patch file) - If you switch to the Richmond theme in the address book demo, you will get superfluous scroll

Re: [VOTE] Release Tobago 1.0.11

2007-05-23 Thread Arvid Hülsebus
And here is the patch to make the scrollbars go away. I somehow don't have the right to commit on the tag folder. Bernd, can you please apply the patch? I already checked in the changes on the trunk Regards, Arvid Arvid Hülsebus wrote: +1, if the following 2 minor issues are resolved

Re: [VOTE] Release Tobago 1.0.11

2007-05-24 Thread Arvid Hülsebus
://svn.apache.org) Bernd can check in... strange. Regards, Arvid Manfred Geiler wrote: Arvid, I just checked your svn permissions. You SHOULD be able to commit with your username idus. Please try again. --Manfred On 5/23/07, Arvid Hülsebus [EMAIL PROTECTED] wrote: And here is the patch

Re: SVN / ISSUES

2007-06-26 Thread Arvid Hülsebus
Where do you want the link? Do you think about something like Tortoise SVN handles it, when viewing the commit comment? http://tortoisesvn.tigris.org/issuetrackers.html http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html Regards, Arvid Matthias Wessendorf wrote: Hi,

Re: SVN / ISSUES

2007-06-27 Thread Arvid Hülsebus
like IDEA Jira Browser and Eclipse Mylyn can do this too... Regards, Arvid Matthias Wessendorf wrote: I want the link to Jira, generated, when somebody does MYFACES-12345 bla bla bla that in the svn messages it is http://issues.../MYFACES-12345 Greetings On 6/27/07, Arvid Hülsebus [EMAIL

Re: [VOTE] Release Tobago 1.0.12

2007-10-18 Thread Arvid Hülsebus
I found a small issue with date popups in IE6, which can be observed in the basic controls page by opening the date popup. +1, if my patch is backported to the release candidate -- see TOBAGO-517 Regards, Arvid Udo Schnurpfeil wrote: I've updated http://tobago.atanion.net/tobago-example-demo/

Re: [VOTE] Release Tobago 1.0.13

2007-12-13 Thread Arvid Hülsebus
+1 I tested 2 of my small apps... everything looks fine. Regards, Arvid Udo Schnurpfeil wrote: +1 Gegards Udo Martin Marinschek schrieb: +1 regards, Martin On Dec 13, 2007 9:19 AM, Volker Weber [EMAIL PROTECTED] wrote: Hi, +1 Regards, Volker 2007/12/12, Grant Smith [EMAIL

[Tobago] Introduction of Dojo

2008-01-25 Thread Arvid Hülsebus
Hello, Do we really need all the Dojo sources in the standard theme? The jar is now a whopping 4717 kb. We even package the Dojo unit tests. Now you can run them from your favorite Tobago app -- like in the address book:

Re: [Tobago] Rewriting Components for disabling JavaScript

2008-02-11 Thread Arvid Hülsebus
Hello! Here some rather unsorted stuff which comes to my mind... It should be possible, but not very easy... there are even some basic features in HTML which don't really work without JavaScript. The IE 6 submits all submit buttons with the inner HTML as value instead of just the active

Re: [VOTE] Release Tobago 1.0.15

2008-02-13 Thread Arvid Hülsebus
+1 I don't mind releasing the sandbox. It is called 'sandbox' so nobody will expect something stable. BTW, I don't think we can introduce the sandbox tree in a 1.0.x release as a replacement of the current tree, since there are API changes AFAIK, which is not feasible for a micro release.

Re: Author tags in source files

2008-02-13 Thread Arvid Hülsebus
And there is always the possibility to run svn blame to retrieve more concrete information. Regards, Arvid

Re: [VOTE] Release Tobago 1.0.17

2008-05-18 Thread Arvid Hülsebus
+1 Regards Arvid Bernd Bohmann wrote: Hello, I would like to release Tobago 1.0.17, For a detail list please consult the release notes: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12313084 The version is available at the staging location