Re: [Blockathon] agenda proposal

2005-07-09 Thread Antonio Gallardo

Bertrand Delacretaz wrote:


Le 4 juil. 05, à 09:03, Leszek Gawron a écrit :

...could you record it on video please? It's impossible for me to 
show and these recordings would be invaluable...



Three days of video might be a bit too much, but if people document 
the designs on whiteboards (physical dead tree ones I mean) and take 
pictures of them, it would be great already.


Of course, video clips of Blockathon people explaining what they're 
doing would be way cool! I'll have my webcam with me in any case.



Yes, please! A broadcast will be great! No matter if this is going to be 
from 1:00 a.m to 4:00 a.m. morning. ;-)


Best Regards,

Antonio Gallardo.



-Bertrand





Re: cocoon-refdoc initial code is in the whiteboard

2005-07-09 Thread Ben Pope

Robert Graham wrote:

I grabbed the trunk off of SVN and the whiteboard and tried to build
this, but it failed trying to build the javadocs and I'm not sure why.
I thought someone might be able to enlighten me.I've got 2.1 running
on the same setup and have no trouble building it. I've edited it for
simplicity as best I can:

BUILD FAILED
{COCOONDIR}\docs-build.xml:57: The following error occurred while
executing this line:
{COCOONDIR}\...\blocks-build.xml:641: Javadoc failed:
java.io.IOException: CreateProcess: {DIR}\...\javadoc.exe -J-Xmx192m
-stylesheetfile {DIR}\...\trunk\src\resources\javadoc\javadoc.css
 -windowtitle Cocoon API 2.2.0-dev [July 9 2005] -splitindex -use -d
{DIR}\...\trunk\build\cocoon\javadocs -doctitle Cocoon API
2.2.0-dev  -classpath {DIR}\...\trunk\tools\lib\ant-contrib-0.6.jar;
DIR\...\trunk\tools\lib\ant-junit.jar; etc.


Last I heard, you can't use the ant build to build the docs in trunk, that 
might have chnged by now.  Just disable the docs to get the rest of cocoon 
built.

Ben


DO NOT REPLY [Bug 35671] New: - [PATCH] Add a JXPatchConvertor for conversion betwean beans and Strings

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35671

   Summary: [PATCH] Add a JXPatchConvertor for conversion betwean
beans and Strings
   Product: Cocoon 2
   Version: Current SVN 2.1
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: CocoonForms
AssignedTo: dev@cocoon.apache.org
ReportedBy: [EMAIL PROTECTED]


The attached patch  new files introduces a JXPathConvertor that allows
conversion between Objects (form datatype bean) and Strings using JXPath
expressions. The convertor allows access to the object model (request, session,
context, continuation  flowContext) through variables.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35671] - [PATCH] Add a JXPatchConvertor for conversion betwean beans and Strings

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35671





--- Additional Comments From [EMAIL PROTECTED]  2005-07-09 15:40 ---
Created an attachment (id=15627)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15627action=view)
Patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35671] - [PATCH] Add a JXPatchConvertor for conversion betwean beans and Strings

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35671





--- Additional Comments From [EMAIL PROTECTED]  2005-07-09 15:42 ---
Created an attachment (id=15628)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15628action=view)
New file for src\blocks\forms\java\org\apache\cocoon\forms\datatype\convertor


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35671] - [PATCH] Add a JXPatchConvertor for conversion betwean beans and Strings

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35671





--- Additional Comments From [EMAIL PROTECTED]  2005-07-09 15:42 ---
Created an attachment (id=15629)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15629action=view)
New file for src\blocks\forms\java\org\apache\cocoon\forms\datatype\convertor


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35672] New: - [PATCH] Change access to AbstractContinuable.getContext to protected

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35672.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35672

   Summary: [PATCH] Change access to AbstractContinuable.getContext
to protected
   Product: Cocoon 2
   Version: Current SVN 2.1
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: blocks
AssignedTo: dev@cocoon.apache.org
ReportedBy: [EMAIL PROTECTED]


The attached patch changes the access of AbstractContinuable.getContext from
private to protected so subclasses can access the context.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35672] - [PATCH] Change access to AbstractContinuable.getContext to protected

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35672.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35672





--- Additional Comments From [EMAIL PROTECTED]  2005-07-09 15:45 ---
Created an attachment (id=15630)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15630action=view)
Patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35673] New: - [PATCH] Fix for validation-error tag in FormsTemplateTransformer

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35673.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35673

   Summary: [PATCH] Fix for validation-error tag in
FormsTemplateTransformer
   Product: Cocoon 2
   Version: Current SVN 2.1
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: CocoonForms
AssignedTo: dev@cocoon.apache.org
ReportedBy: [EMAIL PROTECTED]


Hi, when using validation-error tag, the FormsTemplateTransformer behaves weird:
it sometime loses all field values following the first field with validation
error. The following patch fixes this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 35673] - [PATCH] Fix for validation-error tag in FormsTemplateTransformer

2005-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35673.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35673





--- Additional Comments From [EMAIL PROTECTED]  2005-07-09 15:49 ---
Created an attachment (id=15631)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15631action=view)
Patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


Re: community input on the GSoC

2005-07-09 Thread Joerg Heinicke

On 06.07.2005 12:36, Jorg Heymans wrote:


Is having a separate branch per GSOC project an option? That way they
can play all they like, all it would need is a few days of integration
maybe at the end of the project. Repository permissions are clearer, and
anyone interested in the progress would just need to check out the
appropriate branch.


They only get access to a directory per GSOC project in the whiteboard.

Joerg