ForrestBot build for cocoon-docs FAILED

2008-10-17 Thread Forrestbot
Automated build for cocoon-docs FAILED
Log attached.

--
Forrestbot run ended at 18 October 12:25 AM
Using Forrest 0.9-dev
Forrestbot administrator: ForrestBot
--

 [echo] 
  ... Forrest render START 2008-10-18 12:12:08
  ... Rendering docs in 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs


check-java-version:
 [echo] This is apache-forrest-0.9-dev
 [echo] Using Java 1.4 from /usr/j2se/jre
 [echo] Using Apache Ant version 1.7.1 compiled on September 26 2008 from 
/export/opt/forrest-trunk/tools/ant

init-props:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

echo-settings:

check-skin:

init-proxy:

fetch-skins-descriptors:

fetch-skin:

unpack-skins:

init-skins:

fetch-plugins-descriptors:
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/plugins.xml
  [get] To: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml
  [get] local file date : Thu Sep 18 09:05:40 GMT+00:00 2008
  [get] Not modified - so not downloaded
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] To: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-2.xml
  [get] local file date : Thu Sep 25 19:05:25 GMT+00:00 2008
  [get] Not modified - so not downloaded
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/plugins.xml.
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/whiteboard-plugins.xml.

init-plugins:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/webapp/conf
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] 
  --
  Installing plugin: org.apache.forrest.plugin.output.pdf
  --
   

check-plugin:
 [echo] org.apache.forrest.plugin.output.pdf is available in the build dir. 
Trying to update it...

init-props:

echo-settings:

init-proxy:

fetch-plugins-descriptors:

fetch-plugin:
 [echo] Trying to find the description of 
org.apache.forrest.plugin.output.pdf in the different descriptor files
 [echo] Using the descriptor file 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml...
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/pluginlist2fetchbuild.xml
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginlist2fetch.xsl

fetch-local-unversioned-plugin:

get-local:
 [echo] Trying to locally get org.apache.forrest.plugin.output.pdf
 [echo] Looking in local /export/opt/forrest-trunk/plugins
 [echo] Found !

init-build-compiler:

echo-init:

init:

compile:

jar:

local-deploy:
 [echo] Locally deploying org.apache.forrest.plugin.output.pdf

build:
 [echo] Plugin org.apache.forrest.plugin.output.pdf deployed ! Ready to 
configure

fetch-remote-unversioned-plugin-version-forrest:

fetch-remote-unversioned-plugin-unversion-forrest:

has-been-downloaded:

downloaded-message:

uptodate-message:

not-found-message:
 [echo] Fetch-plugin Ok, installing !

unpack-plugin:

install-plugin:

configure-plugin:

configure-output-plugin:
 [echo] Mounting output plugin: org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginMountSnippet.xsl
 [move] Moving 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

configure-plugin-locationmap:
 [echo] Mounting plugin locationmap for org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml 
to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/plug

[jira] Updated: (COCOON3-3) Provide an XInclude transformer as a PipelineComponent

2008-10-17 Thread Simone Tripodi (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simone Tripodi updated COCOON3-3:
-

Attachment: XIncludeTransformerFixedAndApacheHeaders.patch

Hi
I'm really sorry to have provided a corrupted patch.
The new patch, named XIncludeTransformerFixedAndApacheHeaders.patch fixes the 
missing method, creates an XInclude unit test for JUnit4, and adds the right 
header.

Sorry if I've never attached the header, but not being an Apache committer I 
thought I didn't have the right to apply it.

I also modified a little the previous XIncludeTransformer in way to be ready to 
be reused in the sitemap.

The XPointerFrameworkParser is generated using javacc; this justify the pom's 
modifications: the javacc plugin compiles the grammar in java sources, hat are 
managed through the build-helper plugin. So, only the .jj file should be 
committed, not also generated files.

I really hope this helps, don't hesitate if some help is needed.

> Provide an XInclude transformer as a PipelineComponent
> --
>
> Key: COCOON3-3
> URL: https://issues.apache.org/jira/browse/COCOON3-3
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-pipeline
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Cocoon Developers Team
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: XInclude.patch, 
> XIncludeTransformerFixedAndApacheHeaders.patch
>
>
> Oldest versions of cocoon already contain an XInclude transformer, it could 
> be a good starting point:
> http://svn.eu.apache.org/repos/asf/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/transformation/XIncludeTransformer.java
> XPointer package's dependencies should be reduced to be imported in the new 
> pipeline:
> http://svn.eu.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/xpointer
> An alternative solution could be using xerces2 APIs:
> http://xerces.apache.org/xerces2-j/faq-xinclude.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COCOON3-3) Provide an XInclude transformer as a PipelineComponent

2008-10-17 Thread Reinhard Poetz (JIRA)

[ 
https://issues.apache.org/jira/browse/COCOON3-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640564#action_12640564
 ] 

Reinhard Poetz commented on COCOON3-3:
--

I forgot this to mention in my previous comment: Please make sure that _all_ 
files that you add have the Apache License 2.0 header. Thank you very much in 
advance!

> Provide an XInclude transformer as a PipelineComponent
> --
>
> Key: COCOON3-3
> URL: https://issues.apache.org/jira/browse/COCOON3-3
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-pipeline
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Cocoon Developers Team
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: XInclude.patch
>
>
> Oldest versions of cocoon already contain an XInclude transformer, it could 
> be a good starting point:
> http://svn.eu.apache.org/repos/asf/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/transformation/XIncludeTransformer.java
> XPointer package's dependencies should be reduced to be imported in the new 
> pipeline:
> http://svn.eu.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/xpointer
> An alternative solution could be using xerces2 APIs:
> http://xerces.apache.org/xerces2-j/faq-xinclude.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COCOON3-3) Provide an XInclude transformer as a PipelineComponent

2008-10-17 Thread Reinhard Poetz (JIRA)

[ 
https://issues.apache.org/jira/browse/COCOON3-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640562#action_12640562
 ] 

Reinhard Poetz commented on COCOON3-3:
--

I tried to apply your patch but the DOMUtils.stream() method is missing. Can 
you please add it to your patch? Thanks!

> Provide an XInclude transformer as a PipelineComponent
> --
>
> Key: COCOON3-3
> URL: https://issues.apache.org/jira/browse/COCOON3-3
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-pipeline
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Cocoon Developers Team
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: XInclude.patch
>
>
> Oldest versions of cocoon already contain an XInclude transformer, it could 
> be a good starting point:
> http://svn.eu.apache.org/repos/asf/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/transformation/XIncludeTransformer.java
> XPointer package's dependencies should be reduced to be imported in the new 
> pipeline:
> http://svn.eu.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/xpointer
> An alternative solution could be using xerces2 APIs:
> http://xerces.apache.org/xerces2-j/faq-xinclude.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON3-2) Add an XSchema Validator as PipelineComponent

2008-10-17 Thread Reinhard Poetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reinhard Poetz updated COCOON3-2:
-

Summary: Add an XSchema Validator as PipelineComponent  (was: Add an 
XSchema Validator as PipeLineComponent)

> Add an XSchema Validator as PipelineComponent
> -
>
> Key: COCOON3-2
> URL: https://issues.apache.org/jira/browse/COCOON3-2
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-pipeline
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Reinhard Poetz
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: SchemaProcessorInSiteMap.patch, XSchemaProcessor.patch
>
>
> XSchema Validation can be performed as an Identity Transformer where the 
> input will be filter by the XSchema validation.
> An error occurs - and the pipeline will be break - when the input is not 
> valid against the declared XML Schema. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (COCOON3-2) Add an XSchema Validator as PipelineComponent

2008-10-17 Thread Reinhard Poetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reinhard Poetz closed COCOON3-2.


Resolution: Fixed

Patch applied. Thanks Simone!

> Add an XSchema Validator as PipelineComponent
> -
>
> Key: COCOON3-2
> URL: https://issues.apache.org/jira/browse/COCOON3-2
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-pipeline
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Reinhard Poetz
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: SchemaProcessorInSiteMap.patch, XSchemaProcessor.patch
>
>
> XSchema Validation can be performed as an Identity Transformer where the 
> input will be filter by the XSchema validation.
> An error occurs - and the pipeline will be break - when the input is not 
> valid against the declared XML Schema. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (COCOON3-5) Add an HTML2XHTML converter as Starter

2008-10-17 Thread Reinhard Poetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON3-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reinhard Poetz closed COCOON3-5.


Resolution: Fixed

Thanks Simone! We applied your patch with some minor modification so that it 
runs with sitemaps too.

> Add an HTML2XHTML converter as Starter
> --
>
> Key: COCOON3-5
> URL: https://issues.apache.org/jira/browse/COCOON3-5
> Project: Cocoon 3
>  Issue Type: Improvement
>  Components: cocoon-optional
>Affects Versions: 3.0.0-alpha-2
>Reporter: Simone Tripodi
>Assignee: Cocoon Developers Team
>Priority: Minor
> Fix For: 3.0.0-alpha-2
>
> Attachments: NekoGenerator.patch
>
>
> This starter component for the pipeline is a component that transform an HTML 
> content, taken by the specified URL, and transform it in XHTML or, at least, 
> a well-formed XML document.
> So now the original document can be processed in the pipeline in various ways:
>  * following links;
>  * implementing crwalers;
>  * easy transforming the original document in other various formats;
>  * etc... 
> I want to explain the need of this component with a testcase; last week I had 
> to face a singular problem, realizing a simple service that takes in input an 
> HTML page's URL, and transform it , through the Optimus' XSLT 
> (http://microformatique.com/optimus - 
> http://code.google.com/p/mf-optimus/source/browse/#svn/trunk/xsl) in an XML 
> document that contains the original doc's Microformats, in an easier and more 
> parsable formats.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



ForrestBot build for cocoon-docs FAILED

2008-10-17 Thread Forrestbot
Automated build for cocoon-docs FAILED
Log attached.

--
Forrestbot run ended at 17 October 12:26 PM
Using Forrest 0.9-dev
Forrestbot administrator: ForrestBot
--

 [echo] 
  ... Forrest render START 2008-10-17 12:12:05
  ... Rendering docs in 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs


check-java-version:
 [echo] This is apache-forrest-0.9-dev
 [echo] Using Java 1.4 from /usr/j2se/jre
 [echo] Using Apache Ant version 1.7.1 compiled on September 26 2008 from 
/export/opt/forrest-trunk/tools/ant

init-props:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

echo-settings:

check-skin:

init-proxy:

fetch-skins-descriptors:

fetch-skin:

unpack-skins:

init-skins:

fetch-plugins-descriptors:
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/plugins.xml
  [get] To: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml
  [get] local file date : Thu Sep 18 09:05:40 GMT+00:00 2008
  [get] Not modified - so not downloaded
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] To: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-2.xml
  [get] local file date : Thu Sep 25 19:05:25 GMT+00:00 2008
  [get] Not modified - so not downloaded
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/plugins.xml.
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/whiteboard-plugins.xml.

init-plugins:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/webapp/conf
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] 
  --
  Installing plugin: org.apache.forrest.plugin.output.pdf
  --
   

check-plugin:
 [echo] org.apache.forrest.plugin.output.pdf is available in the build dir. 
Trying to update it...

init-props:

echo-settings:

init-proxy:

fetch-plugins-descriptors:

fetch-plugin:
 [echo] Trying to find the description of 
org.apache.forrest.plugin.output.pdf in the different descriptor files
 [echo] Using the descriptor file 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml...
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/pluginlist2fetchbuild.xml
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginlist2fetch.xsl

fetch-local-unversioned-plugin:

get-local:
 [echo] Trying to locally get org.apache.forrest.plugin.output.pdf
 [echo] Looking in local /export/opt/forrest-trunk/plugins
 [echo] Found !

init-build-compiler:

echo-init:

init:

compile:

jar:

local-deploy:
 [echo] Locally deploying org.apache.forrest.plugin.output.pdf

build:
 [echo] Plugin org.apache.forrest.plugin.output.pdf deployed ! Ready to 
configure

fetch-remote-unversioned-plugin-version-forrest:

fetch-remote-unversioned-plugin-unversion-forrest:

has-been-downloaded:

downloaded-message:

uptodate-message:

not-found-message:
 [echo] Fetch-plugin Ok, installing !

unpack-plugin:

install-plugin:

configure-plugin:

configure-output-plugin:
 [echo] Mounting output plugin: org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginMountSnippet.xsl
 [move] Moving 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

configure-plugin-locationmap:
 [echo] Mounting plugin locationmap for org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml 
to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/plug

Re:Very early 2.1.12-dojo1_1-dev committed

2008-10-17 Thread lingerer huang
Hi,Jeremy

One of my project need to combine cocoon and dojo 1.2 together,so I checked
your branch and tested it. You did a good job but I still found some
problems:

1.Your custom dojo module can't be loaded under IE6/7,though it works under
FF 3 and Google chrome 0.2.
IE reports js Errors like:
Line 293
Error: Cound not load 'cocoon.forms.common' ; last tried
'/_cocoon/resources/forms/js/common.js'

2.When I replace dojo src from 1.1.1 to 1.2.0,FF 3 and Google chrome won't
work too.
The debug message like :
uncaught exception dojo.hitch: scope["_onkeyup"] is null (scope="[Widget 
I try to remove the define in you design and rebuild it ,then the error
dispear but also some feature disappear.
This step is important to me caue I am using dojo 1.2 new datagrid.And you
should modify some css and uncomment dojo js files refrence in you form
style xsl.

3.Some style problem.
The Calendar is much bigger font than in dojo test ,and it looks wear.
SelectionList will show black as background in Google chrome.
I don't know why you some some strange charcter like :
⬆ 
⬇ 
it will show a squar on the button.

I hope these would help.

regards Roy Huang