svn commit: r703160 - in /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher: config/DispatcherBean.java transformation/Di

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 06:09:21 2008 New Revision: 703160 URL: http://svn.apache.org/viewvc?rev=703160&view=rev Log: white noise - formating changes Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/disp

svn commit: r703159 - in /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher: config/DispatcherBean.java transformation/Di

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 06:08:18 2008 New Revision: 703159 URL: http://svn.apache.org/viewvc?rev=703159&view=rev Log: Adding much more javadoc Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/

svn commit: r703149 - in /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.themes.core/themes: common/css/ common/html/ common/xhtml2/ maven/html/ pelt/html/

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 05:19:42 2008 New Revision: 703149 URL: http://svn.apache.org/viewvc?rev=703149&view=rev Log: FOR-1118 The path of the defaultVariables has changed a bit. Removing one level Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.themes.core

svn commit: r703147 - /forrest/trunk/main/fresh-site/forrest.properties.xml

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 05:02:32 2008 New Revision: 703147 URL: http://svn.apache.org/viewvc?rev=703147&view=rev Log: Removing extension property since it equal the default. No need to declare it\! Modified: forrest/trunk/main/fresh-site/forrest.properties.xml Modified: forrest/tru

svn commit: r703142 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/testing/org/apache/forrest/dispatcher/TestContract.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 04:50:17 2008 New Revision: 703142 URL: http://svn.apache.org/viewvc?rev=703142&view=rev Log: fixing test case Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/testing/org/apache/forrest/dispatcher/TestC

svn commit: r703138 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 04:33:57 2008 New Revision: 703138 URL: http://svn.apache.org/viewvc?rev=703138&view=rev Log: Fixing hoook xsl Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl M

svn commit: r703137 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 04:33:00 2008 New Revision: 703137 URL: http://svn.apache.org/viewvc?rev=703137&view=rev Log: using the simple stax transformer for css Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap Modifie

svn commit: r703133 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 04:11:07 2008 New Revision: 703133 URL: http://svn.apache.org/viewvc?rev=703133&view=rev Log: FOR-1127 Switching to use contract exception and enhancing the code around the exception handling in general. Further adding note about the possibility of enhancing th

svn commit: r703132 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 04:09:28 2008 New Revision: 703132 URL: http://svn.apache.org/viewvc?rev=703132&view=rev Log: FOR-1127 Switching to use contract exception and enhancing the code around the exception handling in general. Further adding note about the possibility of enhancing th

svn commit: r703131 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/XSLContractHelper.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:56:17 2008 New Revision: 703131 URL: http://svn.apache.org/viewvc?rev=703131&view=rev Log: Switching to use contract exception and enhancing the code around the exception handling in general. Using the errorListener to be able to terminate processing if trans

svn commit: r703128 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/XSLContract.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:52:18 2008 New Revision: 703128 URL: http://svn.apache.org/viewvc?rev=703128&view=rev Log: Switching to use contract exception and enhancing the code around the exception handling in general Modified: forrest/branches/dispatcher_rewrite/plugins/org.apach

svn commit: r703126 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/api/Contract.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:50:39 2008 New Revision: 703126 URL: http://svn.apache.org/viewvc?rev=703126&view=rev Log: Using contract exception instead of the more general dispatcher one Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatc

svn commit: r703119 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/LoggingErrorListener.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:31:45 2008 New Revision: 703119 URL: http://svn.apache.org/viewvc?rev=703119&view=rev Log: Adding an errorListener implementation to better control problems that may happen in the xsl transformation Added: forrest/branches/dispatcher_rewrite/plugins/org.

svn commit: r703118 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:28:47 2008 New Revision: 703118 URL: http://svn.apache.org/viewvc?rev=703118&view=rev Log: Adding some captions Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exce

svn commit: r703117 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/ContractException.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:28:15 2008 New Revision: 703117 URL: http://svn.apache.org/viewvc?rev=703117&view=rev Log: Adding new exception type Added: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/ex

svn commit: r703116 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java

2008-10-09 Thread thorsten
Author: thorsten Date: Thu Oct 9 03:23:17 2008 New Revision: 703116 URL: http://svn.apache.org/viewvc?rev=703116&view=rev Log: Using byte array instead of input stream to easier reuse the object Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatc

svn commit: r703080 - /forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml

2008-10-09 Thread crossley
Author: crossley Date: Thu Oct 9 00:15:28 2008 New Revision: 703080 URL: http://svn.apache.org/viewvc?rev=703080&view=rev Log: Fix text error about the example "download" DTD. Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml Modified: forrest/trunk/site-author/co