tcurdt 2003/06/23 07:00:50
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlConnection.java
Log:
added recognition of "firebird" database,
only give a warning if the database was not recognized an
tcurdt 2003/06/09 04:02:03
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
JdbcEsqlQuery.java
Log:
reusing the statement for the limit clause seems not to always work,
reverting to the proposed JDBC way until this got
tcurdt 2003/06/09 03:55:48
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlConnection.java
Log:
added recognition of "access" and "sap db"
Revision ChangesPath
1.5 +5 -2
tcurdt 2003/03/07 00:08:14
Modified:.changes.xml
Log:
added Pervasive support
Revision ChangesPath
1.363 +4 -1 xml-cocoon2/changes.xml
Index: changes.xml
===
RCS file: /home/cvs
tcurdt 2003/03/05 09:12:03
Modified:
src/blocks/databases/java1.2/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlConnection.java
src/blocks/databases/java1.4/org/apache/cocoon/components/language/markup/xsp
tcurdt 2003/02/23 16:36:49
Modified:.changes.xml
src/java/org/apache/cocoon/reading ResourceReader.java
Log:
fixed bug #15401
Revision ChangesPath
1.354 +4 -1 xml-cocoon2/changes.xml
Index: changes.xml
tcurdt 2003/02/23 16:11:53
Modified:.changes.xml
src/java/org/apache/cocoon/acting ResourceExistsAction.java
Log:
fixed bug #17324
Revision ChangesPath
1.353 +5 -1 xml-cocoon2/changes.xml
Index: changes.xml
tcurdt 2003/02/23 07:49:26
Modified:src/java/org/apache/cocoon/components/treeprocessor/variables
PreparedVariableResolver.java
Log:
re-activated the sitemap variable anchor syntax
Revision ChangesPath
1.11 +2 -2
xml-cocoon2/src/java
tcurdt 2003/02/23 07:48:32
Modified:.changes.xml
Log:
fixed bug #17261
Revision ChangesPath
1.351 +5 -1 xml-cocoon2/changes.xml
Index: changes.xml
===
RCS file: /home/cvs/xml
tcurdt 2003/02/22 05:40:12
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
applied patch from [EMAIL PROTECTED], fixed bug #17261
Revision ChangesPath
1.8 +10 -10
xml-cocoon2/src
tcurdt 2003/02/05 10:31:14
Added: src/java/org/apache/cocoon/acting Tag: cocoon_2_0_3_branch
AbstractMultiAction.java
Log:
backport from head
Revision ChangesPath
No revision
No revision
tcurdt 2003/02/02 10:53:24
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
SybaseEsqlQuery.java
Log:
applied fix for bug #16633
Revision ChangesPath
1.7 +5 -2
xml-cocoon2/src/blocks/databases/java
tcurdt 2003/01/29 13:01:04
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
OracleEsqlQuery.java
Log:
oracle limit fix sent by Hay Bruce
Revision ChangesPath
1.5 +14 -6
xml-cocoon2/src/blocks
tcurdt 2003/01/21 01:39:43
Modified:src/java/org/apache/cocoon/reading ResourceReader.java
Log:
added no-cache header for IE (Bug #14048)
Revision ChangesPath
1.23 +4 -1
xml-cocoon2/src/java/org/apache/cocoon/reading/ResourceReader.java
Index
tcurdt 2003/01/09 07:58:06
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
JdbcEsqlQuery.java
Log:
fixing "[Microsoft][SQLServer 2000 Driver for JDBC] 0 is not a valid row parameter
value for the ResultSet.Abs
tcurdt 2003/01/05 22:10:25
Modified:.changes.xml
src/documentation/xdocs/userdocs/readers image-reader.xml
resource-reader.xml
src/java/org/apache/cocoon/reading ResourceReader.java
src/scratchpad/src/org
tcurdt 2003/01/05 22:09:48
Modified:src/documentation/xdocs/userdocs/generators
imagedirectory-generator.xml
Log:
announce the comment attribute
Revision ChangesPath
1.2 +1 -0
xml-cocoon2/src/documentation/xdocs/userdocs/generators
tcurdt 2003/01/02 12:57:02
Modified:src/blocks/databases/java/org/apache/cocoon/acting
OraAddAction.java
Log:
factored out the image stuff
Revision ChangesPath
1.2 +6 -6
xml-cocoon2/src/blocks/databases/java/org/apache/cocoon/acting
tcurdt 2003/01/02 12:48:14
Modified:src/blocks/databases/java/org/apache/cocoon/acting
AbstractDatabaseAction.java
Log:
factored out the image stuff
Revision ChangesPath
1.2 +9 -8
xml-cocoon2/src/blocks/databases/java/org/apache
tcurdt 2003/01/02 12:47:54
Modified:src/java/org/apache/cocoon/util MIMEUtils.java
Added: src/java/org/apache/cocoon/util ImageUtils.java
ImageProperties.java FileFormatException.java
Log:
factored out the image stuff
Revision ChangesPath
tcurdt 2003/01/02 12:47:29
Modified:src/java/org/apache/cocoon/generation
ImageDirectoryGenerator.java
Log:
factored out the image stuff
Revision ChangesPath
1.8 +9 -216
xml-cocoon2/src/java/org/apache/cocoon/generation
tcurdt 2003/01/02 12:42:34
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlConnection.java
Log:
activated the Oracle support
Revision ChangesPath
1.7 +0 -4
xml-cocoon2/src/blocks
tcurdt 2002/12/31 08:26:05
Modified:.changes.xml
Log:
major cleanup, removed the RuntimeExceptions,
added support for the JPEG comment marker
Revision ChangesPath
1.327 +5 -1 xml-cocoon2/changes.xml
Index: changes.xml
tcurdt 2002/12/31 08:25:44
Modified:src/java/org/apache/cocoon/generation
ImageDirectoryGenerator.java
Log:
major cleanup, removed the RuntimeExceptions,
added support for the JPEG comment marker
Revision ChangesPath
1.7 +190 -90
xml
tcurdt 2002/12/27 07:36:05
Modified:.changes.xml
Log:
fixed the esql:more-results bug as reported by Antonio Gallardo
Revision ChangesPath
1.325 +4 -1 xml-cocoon2/changes.xml
Index: changes.xml
tcurdt 2002/12/27 07:20:06
Modified:src/webapp/samples/docs/samples/xsp esql.xsp
Log:
added a sample of the esql:previous-results and esql:more-results tag
Revision ChangesPath
1.3 +8 -2 xml-cocoon2/src/webapp/samples/docs/samples/xsp/esql.xsp
Index
tcurdt 2002/12/27 07:19:02
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlQuery.java MysqlEsqlQuery.java
OracleEsqlQuery.java PostgresEsqlQuery.java
tcurdt 2002/12/07 08:53:00
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
AbstractEsqlConnection.java AbstractEsqlQuery.java
Cocoon2EsqlConnection.java JdbcEsqlQuery.java
Quoting Timothy Larson <[EMAIL PROTECTED]>:
> In Cocoon2.1 (have not checked 2.0.4dev) _esql_connection.setUrl(String) was
> broken by
> the esql changes that were made in the last day or two. Here is the error
> message:
Thanks for reporting, Tim! Just fixed it.
Was only in HEAD though :)
--
To
tcurdt 2002/12/06 01:24:22
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
forgot to change a call to a renamed method
Revision ChangesPath
1.5 +3 -3
xml-cocoon2/src/blocks
tcurdt 2002/12/04 14:11:21
Modified:.changes.xml
Log:
cleaned up the esql logicsheet and helper classes,
put db specific handling into separate classes,
renamed some methods to more reasonable names
Revision ChangesPath
1.301 +6 -1 xml-cocoon2
Guys, I commited some changes to the esql logicsheet + helper classes
in HEAD. Things that were bugging me for a while...
The changes are supposed to be internaly only - so please report back
if you experience any problems. Chris, could you please take a closer look?
I'll add some oracle specific
tcurdt 2002/12/04 13:51:38
Modified:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Added:
src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp
tcurdt 2002/12/04 13:44:15
Modified:src/webapp/WEB-INF/db tutorial.sql cocoondb.script
Log:
some more employee entries
Revision ChangesPath
1.3 +10 -4 xml-cocoon2/src/webapp/WEB-INF/db/tutorial.sql
Index: tutorial.sql
tcurdt 2002/12/04 13:43:39
Modified:src/webapp/samples/docs/samples/xsp esql.xsp
Log:
also show the limit feature
Revision ChangesPath
1.2 +88 -60xml-cocoon2/src/webapp/samples/docs/samples/xsp/esql.xsp
Index: esql.xsp
Quoting Nicola Ken Barozzi <[EMAIL PROTECTED]>:
> Now I'm a bit lost on the results of the RT deprecated thread 8-) so I'm
> making this into a proposal.
>
> _Proposal_
>
> This proposal is to create a source section parallel to blocks, to hold
> Cocoon "parts", or "modules", that are not part
> ok, thanks. let me know if I can help.
Actually you could move the samples into the block and
maybe even create some complexer ones.
I have quite some (only internal) esql changes sitting on
my disk. Since we don't have any testcases some complexer
examples would be great.
Christian, if you
Quoting Konstantin Piroumian <[EMAIL PROTECTED]>:
> From: "Stefano Mazzocchi" <[EMAIL PROTECTED]>
> ...
> >
> > So, what about doing this:
> >
> > 1) I write email to everyone listed there (and will copy this mail
> list)
> >
> > 2) they have 72 hours to reply to that email indicating their in
Quoting Christian Haul <[EMAIL PROTECTED]>:
> On 27.Nov.2002 -- 10:19 AM, Stefano Mazzocchi wrote:
>
> > All right. I hereby propose Matthew Langham for commit access.
>
> +1 (sorry for the late vote)
+1 ..also being late;)
--
Torsten
-
Quoting Neeme Praks <[EMAIL PROTECTED]>:
> Hi Cocooners!
>
> From the website, I can see a release plan for Cocoon 2.1:
> (http://xml.apache.org/cocoon/plan/release.html)
> --
> This is the current time frame for the next releases:
> *
> > A great event and many thanks go out to Steven Noels and the "rest of
> > the
> > team" for putting on such a great job. See you next year!
>
> Yes, indeed! A great event, organized very well! Thanks Steven, Marc
> and Bruno for all the effort and energy you put in having a highly
> success
tcurdt 2002/10/29 11:53:11
Modified:src/blocks/precept/java/org/apache/cocoon/precept/acting
AbstractMethodAction.java
src/blocks/precept/samples sitemap.xmap
src/blocks/precept/samples/example1 view1.xsl view2.xsl
tcurdt 2002/10/29 08:07:38
Removed: src/scratchpad/src/org/apache/cocoon/precept
ConfigurationHelper.java Constraint.java
Context.java Instance.java InstanceFactory.java
InstanceTransformer.java
tcurdt 2002/10/29 07:52:56
Modified:.module.xml properties.xml
tools/src blocks-build.xsl
Log:
added the precept block, marked it unstable and not active in normal build
Revision ChangesPath
1.14 +18 -0 xml-cocoon2/module.xml
Index
tcurdt 2002/10/29 07:47:10
xml-cocoon2/src/blocks/precept/samples/example1 - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
tcurdt 2002/10/29 07:47:10
xml-cocoon2/src/blocks/precept/samples/example2 - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
tcurdt 2002/10/29 07:29:13
Modified:lib jars.xml
Added: lib/optional castor-0.9.3.9-xml.jar
legalLICENSE.castor
Removed: src/scratchpad/lib castor-0.9.3.9-xml.jar LICENSE.castor
Log:
moved castor jar from scratchpad into optional
Revision
tcurdt 2002/10/29 07:14:32
xml-cocoon2/src/blocks/precept/samples/model - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
tcurdt 2002/10/29 07:12:57
xml-cocoon2/src/blocks/precept/samples - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
tcurdt 2002/10/29 07:11:10
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/preceptors/easyrelax/constraints
- New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail
tcurdt 2002/10/29 07:08:48
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/dom/simple -
New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL
tcurdt 2002/10/29 07:08:48
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/bean/test - New
directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL
tcurdt 2002/10/29 07:08:17
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/preceptors/easyrelax -
New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL
tcurdt 2002/10/29 07:08:17
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/bean - New
directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED
tcurdt 2002/10/29 07:08:17
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores/dom - New
directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED
tcurdt 2002/10/29 07:06:20
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/preceptors - New
directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED
tcurdt 2002/10/29 07:06:20
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/acting - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
tcurdt 2002/10/29 07:06:20
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept/stores - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
tcurdt 2002/10/29 07:05:45
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon/precept - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
tcurdt 2002/10/29 07:05:30
xml-cocoon2/src/blocks/precept/java/org/apache/cocoon - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
tcurdt 2002/10/29 07:05:20
xml-cocoon2/src/blocks/precept/java/org/apache - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
tcurdt 2002/10/29 07:05:03
xml-cocoon2/src/blocks/precept/java/org - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
tcurdt 2002/10/29 07:04:36
xml-cocoon2/src/blocks/precept/conf - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
tcurdt 2002/10/29 07:04:36
xml-cocoon2/src/blocks/precept/java - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
tcurdt 2002/10/29 07:04:17
xml-cocoon2/src/blocks/precept - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
tcurdt 2002/10/28 07:48:27
Modified:.changes.xml
Log:
moved the AbstractMultiAction from scratchpad into maintrunk
Revision ChangesPath
1.273 +6 -1 xml-cocoon2/changes.xml
Index: changes.xml
tcurdt 2002/10/28 07:02:08
Modified:src/blocks/databases/java/org/apache/cocoon/util
JDBCTypeConversions.java
Log:
fixed jdk 1.2 complience, removed some unused imports, javadoc fixes
Revision ChangesPath
1.3 +1 -9
xml-cocoon2/src
tcurdt 2002/10/28 06:50:19
Modified:src/scratchpad/src/org/apache/cocoon/acting
PrincipalMultiAction.java SourceMultiAction.java
Added: src/java/org/apache/cocoon/acting AbstractMultiAction.java
Removed: src/scratchpad/src/org/apache/cocoon/acting
> To add to it, I have also checked out the lates cvs version but still
> doesn't
> give me any working sunSpot samples.
Carsten is on vacation - Matthew, do you know if they are working?
> I am seeing the welcome page but the samples links are not working and the
> only link working is the
>
Quoting Nathaniel Alfred <[EMAIL PROTECTED]>:
> We have written a basic JFreeSerializer. Just enough functionality for
> producing time series charts in png from datapoints sent down the
> pipeline from an XSP generator.
...mind to contribute it as new block? :-)
cheers
--
Torsten
---
tcurdt 2002/10/11 22:11:40
Modified:.changes.xml
src/java/org/apache/cocoon/components/treeprocessor
AbstractParentProcessingNode.java
InvokeContext.java
src/java/org/apache/cocoon/components
> > this still stands...
>
> I left it out, because it's the most difficult thing ;-) Childs in pipelines
>
> are the nested components, aren't they? But what's the consequence for this
>
> syntax? The child tree you posted in a former mail uses components as
> directories and variables as f
Quoting Vadim Gritsenko <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
>
> >>>Could you do a
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>or something as last one and cascade the way up?
> >>>
> >>>
> >>This should work as well, except that it makes another round-trip to
> >>the client browser:
tcurdt 2002/10/08 10:21:59
Modified:src/java/org/apache/cocoon/components/treeprocessor/variables
PreparedVariableResolver.java
Log:
added support for root path sitemap variables {/1},
fixed a disposal bug
Revision ChangesPath
1.4 +34
Quoting Sylvain Wallez <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
>
> >>I think, the proposed {\1} looks nice. And its very easy to understand.
> >>
> >>
> >
> >Other comments?
> >
>
> We don't support absolute paths for now, although it can easily be added
> in o.a.c.treeprocessor.v
> I think, the proposed {\1} looks nice. And its very easy to understand.
Other comments?
--
Torsten
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> Ok, what do you guys think about this?
>
> A configurable variable substitution component! I can configure
> in the cocoon.xconf if I want to use the old substitution algorithm
> or my suggestion (or a custom implementation).
>
> Carsten
...that
> >here is a simple proposal for an easier value substitution algorithm
> >in the sitemap.
> >
> >Currently, if you nest actions and matchers you have to aware of
> >the paths to get your information:
> >
> >
> >
> >
> >
> >
> >This can get very complicated. When I first got contact with
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> Hmm, is it the responsibility of the InputModule to filter?
> Or is it rather the calling component which gets information
> from an InputModule that should filter?
> And how would you apply this filter, let's say in the sitemap?
> Or is it a config
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> So, summarizing this, it seems that we agree on changing the InputModule
> interface to
>
> o.a.c.components.modules.InputModule
> {
>Object getAttribute( String name, Map objectModel ) throws
> ProcessingException;
>
>Iterator getAttribut
> > Could you do a
> >
> >
> >
> >
> >
> > or something as last one and cascade the way up?
>
> This should work as well, except that it makes another round-trip to
> the client browser: ugly!
you could also use a resource - then it should be an internal redirect...
btw: do we already hav
tcurdt 2002/10/02 02:57:09
Modified:src/java/org/apache/cocoon/components/language/markup/xsp
EsqlQuery.java
Log:
reverted the JDBC setMaxRows because it broke rowCount()
Revision ChangesPath
1.23 +1 -14
xml-cocoon2/src/java/org/apache
Christian, you added in EsqlQuery in prepareCall:
preparedStatement.setMaxRows( ...
This breaks the rowCount() function which is vital for our application to
get the absolute count of pages. Is it really necessary?
Do you mind if I remove it?
--
Torsten
--
Quoting Antonio Gallardo Rivera <[EMAIL PROTECTED]>:
> I saw that authentication, session and portal was moved to a block, but I
> dont
> know why it does not work. :(
do you have the blocks in the WEB-INF/lib dir?
--
Torsten
> Hi Team,
>
> I implemented yesterday the buffering of the output stream (in 2.1),
> so the response can be completly reset if an error occurs.
>
> I know that Sylvain did not like this and over night I got to
> a (hopefully) better solution, which I just implemented:
Excellent!
> The environ
> Is this buffer size only related to development ? I don't think so.
Well, of course not necessarily... but at least I wouldn't want this burden
that will definitly mean a drop of performance and worse scaleability for our
deployed system.
The question is: for what type of user do we creat
Quoting Nicola Ken Barozzi <[EMAIL PROTECTED]>:
>
>
> Sylvain Wallez wrote:
> > Giacomo Pati wrote:
> >
> >> Awesome work, Marcus, but can you post the ComposerReader?
> >>
> >> Anybody else but me finds this should make its way into HEAD?
> >>
> >>
> >
> > Sure it should. And what about le
Quoting Piroumian Konstantin <[EMAIL PROTECTED]>:
> Hi!
>
> There are two iText JAR files in /lib/optional (from jars.xml):
>
>
> iText XML to PDF/HTML/RTF converter (Renderer)
> iText reads XML documents and turns them into
> PDFs
> iText serializer
> optional/itext-0
> >Hi Cocooners,
> >
> >It seems that there is still a problem with the caching in cocoon.
> >
> >First, images cannot be cached by browsers.
> >
>
> This is not true. Perfectly cached over here.
Looks like keep-alives are not enabled when going through the apache webserver
(Did you check your h
tcurdt 2002/07/23 00:36:34
Modified:.changes.xml
Log:
forgot to actually tell *what* I updated
Revision ChangesPath
1.219 +2 -2 xml-cocoon2/changes.xml
Index: changes.xml
===
RCS
tcurdt 2002/07/22 19:06:30
Modified:.changes.xml
lib jars.xml
src/webapp/samples samples.xml
src/webapp/samples/hello-world sitemap.xmap
Added: legalLICENSE.itext
lib/optional itext-0.93b.jar itext
tcurdt 2002/07/22 19:04:30
Modified:src/java/org/apache/cocoon/sitemap ContentAggregator.java
Log:
fixed a raise condition
Revision ChangesPath
1.8 +10 -3
xml-cocoon2/src/java/org/apache/cocoon/sitemap/ContentAggregator.java
Index
tcurdt 2002/07/22 17:37:46
Removed: lib/core xalan-2.3.1.jar xercesImpl-2.0.0.jar xml-apis.jar
xsltc.jar
Log:
remove the old jars
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To
tcurdt 2002/07/22 17:34:56
Modified:lib jars.xml
Added: lib/core xalan2-20020723.jar xerces2-20020723.jar
xml-apis-20020723.jar xsltc-20020723.jar
Log:
catch up with the latest CVS versions,
add an "ant-target" build to th
tcurdt 2002/06/15 04:00:52
Modified:src/documentation/xdocs who.xml
Log:
I'm with you guys...
Revision ChangesPath
1.17 +1 -1 xml-cocoon2/src/documentation/xdocs/who.xml
Index: wh
tcurdt 02/05/22 03:34:59
Added: src/scratchpad/lib LICENSE.spark.fpl LICENSE.spark.opl
spark.jar
src/scratchpad/src/org/apache/cocoon/serialization
SWFSerializer.java
src/scratchpad/src/org/apache/cocoon
tcurdt 02/05/22 03:32:20
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/serialization - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
tcurdt 02/05/14 05:52:02
Modified:.changes.xml
Log:
added the esql fix
added the source code excerpts in the LanguageException
added the xsp debugging (watchSource) feature of the ProgramGenerator
Revision ChangesPath
1.160 +16 -1 xml-cocoon2
tcurdt 02/05/14 05:50:05
Modified:src/java/org/apache/cocoon/components/language/generator
ProgramGeneratorImpl.java
Log:
restructured the ProgramGenerator. Added the option "watchSource" (turned off by
default)
so it you can make changes
tcurdt 02/05/14 05:46:57
Modified:src/java/org/apache/cocoon/components/language
LanguageException.java
src/java/org/apache/cocoon/components/language/programming/java
JavaLanguage.java
Log:
The LanguageException now
1 - 100 of 143 matches
Mail list logo