Re: from Cforms to Wicket

2013-03-15 Thread David Legg
have no idea if it is still being developed but essentially it dynamically creates web forms by directly interrogating java beans. You can tailor the behaviour according to your needs. Regards, David Legg [1] http://caniuse.com/ [2] http://www.webplatform.org/ [3] http://modernizr.com/ [4

Notes on getting Cocoon 3.0.0-alpha-2 sample app running

2010-01-28 Thread David Legg
in the correct URL ;-) The documentation[1] gives the wrong one. The Jetty server is set up to actually run at http://localhost: Hope this helps. Regards, David Legg [1] http://cocoon.apache.org/3.0/download.html [2] https://jersey.dev.java.net/ [3] https://jersey.dev.java.net/source/browse

Re: Error in documentation of Cocoon forms Union widget

2009-09-16 Thread David Legg
to be published before it makes it to the live site. I never have had the courage to do that! Regards, David Legg Robby Pelssers wrote: http://cocoon.apache.org/2.2/blocks/forms/1.0/741_1_1.html has a mistake… Inside the fd:group the fd:widgets tags are missing in this example. fd:field id=testcase

Re: cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-16 Thread David Legg
, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-16 Thread David Legg
Hi Robby, @David…Thx for pointing out the differences between those serializers… What is needed to get an account to update the documentation myself? No problem. If you want to contribute to documentation here's what you need to know [1]. Regards, David Legg [1] http

Re: Alternative to Javascript + continuations?

2009-09-11 Thread David Legg
Hi Gabriel, we have a huge product based on cocoon 2.1.11 / spring / hibernate and started 5 years ago with the flowscript / continuations aproach. Thanks for that. Every now and then I need a reminder about why Cocoon is worth continuing ;-) Regards, David Legg

Re: Starting out with Cocoon 2.2

2009-09-10 Thread David Legg
for Cocoon is dying out. Would I be better off choosing a completely different technology for my project? I would say think seriously before you commit another year or two of your life to learning it! Regards, David Legg

Alternative to Javascript + continuations?

2009-09-10 Thread David Legg
the flowscript with? I thought one of Cocoon's best contributions to humanity was flowscript together with continuations so I'm curious to learn what you use instead... are you using Apples? Regards, David Legg - To unsubscribe

Re: how-to query an xml repository efficiently

2009-09-07 Thread David Legg
://xml.apache.org/xindice/index.html Regards, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: problem with this line?

2009-02-23 Thread David Legg
Object and not call a function. Regards, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: problem with this line?

2009-02-23 Thread David Legg
Don't quote me but I bet the version of the Rhino JavaScript interpreter [1] was upgraded and the new version does a better job of spotting this syntax error. Regards, David Legg [1] http://www.mozilla.org/rhino/ Paul Joseph wrote: Hi David, Thank you for your reply. It works perfectly

Re: problem with this line?

2009-02-23 Thread David Legg
://www.mozilla.org/rhino/ScriptingJava.html Regards, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Email connector

2009-01-29 Thread David Legg
this a couple of years ago, but I can't find it again. You may like to take a look at the Mime4j code which is a subproject of the James Apache mail server [1] Regards, David Legg [1] http://james.apache.org/mime4j/index.html

Re: AW: AW: [C2.2] Display Upload Progress

2009-01-20 Thread David Legg
scratch though. Regards, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: AW: AW: [C2.2] Display Upload Progress

2009-01-20 Thread David Legg
David Legg wrote: If you look for the pom.xml file in the [Cocoon trunk folder]/parent folder you will see the dependency for cocoon-core listed as follows: - dependency groupIdorg.apache.cocoon/groupId artifactIdcocoon-core/artifactId version2.2.1-SNAPSHOT/version

Re: AW: AW: [C2.2] Display Upload Progress

2009-01-19 Thread David Legg
that you have all the required blocks installed. Then you should be able to run the mvn jetty:run command as I wrote it. HTH David Legg [1] http://cocoon.apache.org/798_1_1.html - To unsubscribe, e-mail: users-unsubscr

Re: AW: AW: AW: [C2.2] Display Upload Progress

2009-01-19 Thread David Legg
. The reason is one of the artifacts generated for the tests is actually required by the rest of Cocoon. If I get chance, I'll try building it from fresh to see what the problem is. Regards, David Legg - To unsubscribe, e-mail: users

Re: AW: [C2.2] Display Upload Progress

2009-01-19 Thread David Legg
://people.apache.org/~gkossakowski/maven2/repository/url /repository /repositories Regards, David Legg INFO [main] (DefaultListableBeanFactory.java:467) - Overriding bean definition for bean 'org.apache.cocoon.caching.Even tRegistry': replacing [Generic bean: class

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-17 Thread David Legg
://svn.bluexml.com/svn/bluexml/org/erp/trunk/blocks/core/common/webapp/resources/forms/xsl Regards, David Legg - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: C2.2 - Where is bu.js? (AJAX related)

2009-01-15 Thread David Legg
://localhost:/samples/forms/_cocoon/forms/suggest?widget=personIdcontinuation-id=16818d627c615b3238016c56685f5250641b6b61filter=16phase=init However, my test application isn't doing this so I suspect there is something else I need to enable first. Regards, David Legg

C2.2 - Where is bu.js? (AJAX related)

2009-01-14 Thread David Legg
: org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: resource/external/bu.js .. I've searched the entire cocoon trunk but can't find bu.js anywhere... I presume it is short for 'browser update' but where is this file located? Regards, David Legg

Re: C2.2 - Where is bu.js? (AJAX related)

2009-01-14 Thread David Legg
fields. That suggests to me that, even though I'm sure the BrowserUpdateTransformer is listed in my pipeline, it isn't working yet. I'll experiment. Regards, David Legg - To unsubscribe, e-mail: users-unsubscr

Re: Java for generating suggestion-list

2009-01-12 Thread David Legg
In searching for information on how to use Java generated data as a *suggestion* list in a CFORM multivaluefield I came across the 3 month old email thread below. I am interested in using this... did it get resolved? Regards, David Legg Jeroen Reijn wrote: Ah.. I must have been still

Re: Serialize with type html removes input tags, why? How to fix?

2009-01-12 Thread David Legg
the whole 'input' tag or somehow munges the attributes? If it's the latter then it may be something to do with how the default HTML serializer treats boolean attributes. For example, option selected=selected is output as option selected. Regards, David Legg Smigge wrote: Hi! I'm serializing

Re: How to force a Save As prompt?

2008-10-09 Thread David Legg
this might all be a bit academic. After all if you want to download an executable file the chances are it will remain in the same format forever... but you should at least spend half a second thinking about the format of the URL you expose it with. Regards, David Legg [1] http://www.w3.org/Provider

Re: How to force a Save As prompt?

2008-10-09 Thread David Legg
to mylogo.gif have now got to change. Whereas if you had supplied a url of /images/mylogo the change would be invisible and the URL could remain unchanged. I think I'll stop now... I might catch the zealot bug ;-) Regards, David Legg

Re: How to force a Save As prompt?

2008-10-08 Thread David Legg
and use that to decide what to do with the downloaded file. It would be interesting to know if anyone else has come across this issue with IE7. Regards, David Legg [1] http://blogs.msdn.com/ie/archive/2005/02/01/364581.aspx

Re: How to force a Save As prompt?

2008-10-07 Thread David Legg
doesn't work for that browser because even if you used the content-disposition header it still sniffed the file you were downloading and acted on what it found there rather than what you told it [2]. Regards, David Legg [1] http://support.microsoft.com/kb/260519 [2] http

Re: Floating button in CForms

2008-10-02 Thread David Legg
Hi Paul, Hey David, Thanks for your suggestions. I took a different tack though--used javascript--and this library: http://www.openjs.com/scripts/events/keyboard_shortcuts/ Glad you found a solution... and hopefully it doesn't impede accessibility ;-) Regards, David Legg

Re: overwrite block's properties with an external .properties-file

2008-09-25 Thread David Legg
be overwritten by a file on the file system? Did you get any further with this? I think I have run into a similar problem. Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [C2.2] Overriding default properties? - SOLVED

2008-09-25 Thread David Legg
overridden the default config for a Cocoon component without having to resort to the sitemap.xmap file. Having read other user's comments on this I can see how useful this is. Regards, David Legg - To unsubscribe, e-mail

[C2.2] Overriding default properties?

2008-09-24 Thread David Legg
and the properties get set. It seems to me that the priorities are a little askew. I would have thought the local sitemap settings should have more sway than the Cocoon defaults stored as beans in another block somewhere? Regards, David Legg [1] http://cocoon.apache.org/2.2/core-modules/core/2.2

Cocoon svn server is down

2008-09-23 Thread David Legg
After looking at the continuum build errors this morning I notice the cause is the lack of a svn repository! http://svn.apache.org is not responding to requests (although you can ping it). Regards, David Legg

Re: Cocoon svn server is down

2008-09-23 Thread David Legg
Thanks Reinhard, it is back. Thanks for the status page url too. According to a mail on [EMAIL PROTECTED], SVN is up again. http://monitoring.apache.org/status/ David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Error building a form with CForms

2008-09-17 Thread David Legg
you type in to your browser to get that error report? What's the path of your sitemap file? I'm working on the assumption that perhaps you edited the wrong sitemap :-) David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: C22 - Maven artifact missing

2008-09-08 Thread David Legg
, David Legg [1] http://jira.codehaus.org/browse/ARCHETYPE-202 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error reading archetype catalog http://cocoon.apache.org

2008-09-03 Thread David Legg
scared of the long list of archetype possibilities! Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cforms + javaflow + sitemap problem

2008-09-03 Thread David Legg
Hi Maria, I'm very rusty on XSLT I'm afraid Here is the file main.xsl: ... xsl:template match=@*|node() priority=-1xsl:copyxsl:apply-templates select=@*|node()//xsl:copy/xsl:template ... What is the purpose of this line? What happens if you remove it? David Legg

Re: C22 - Maven artifact missing

2008-09-03 Thread David Legg
yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet connection if you have access to

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
with the maven.test.skip flag. Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
info. I hope this helps! Regards, David Legg [1] http://subversion.tigris.org/faq.html#proxy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
but test-jar only gets built as part of the test phase. David Legg. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
the features (read Blocks) they require. So for example, in your case you wanted to use CForms and that's why you had to add the cocoon forms block to your list of dependencies. David Legg - To unsubscribe, e-mail: [EMAIL

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
is that the repository version is currently ok and maybe the problem you are having is down to your proxy or some other reason. Ubuntu version 8.04 (hardy) The Java version used was 1.6.0_03-b05 from Sun The svn client was version 1.4.6 from CollabNet David Legg

Re: [OFF TOPIC] Reinhard Poetz' blog?

2008-09-01 Thread David Legg
It's working for me. David Legg Derek Hohls wrote: Anyone know what is happening with/at this website: http://www.indoqa.com/ I keep getting a 502 proxy error... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: floating button in CForms

2008-09-01 Thread David Legg
and was surprised how many examples and tutorials came up ;-) These look interesting... http://annevankesteren.nl/test/examples/ie/position-fixed.html http://www.howtocreate.co.uk/fixedPosition.html http://www.cssplay.co.uk/layouts/fixed.html Regards, David Legg

Re: [Announce] Apache Lenya 2.0.2 released

2008-09-01 Thread David Legg
Hi Ken, The insect has emerged from its cocoon, lived its life, and is now preserved in amber as a thing of beauty, a little jewel. That's very poetic... I tend to visualize it more like a tin can filled with worms ;-) David Legg

Re: floating button in CForms

2008-08-31 Thread David Legg
if you are looking for ready made examples. [I'm not affiliated to this book in any way!]. Another approach might be to break up the form into smaller groups and only show one group at a time. An example can be found in the Multi-page wizard demo [2] Hope that helps. David Legg [1] http

Re: cforms + javaflow + sitemap problem

2008-08-31 Thread David Legg
your route takes you through two separate stylesheets (styles/main.xsl and styles/input-forms.xsl). Is it possible both these stylesheets add a header? Or perhaps, index.xml contains a header? Without more info it's difficult to tell. Regards, David Legg

Re: cforms

2008-08-31 Thread David Legg
app. Hope that makes it clearer. Regards, David Legg [1] http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C2.2 - Cannot remove jar files from classpath using Maven

2008-07-24 Thread David Legg
. I'm feeling a lot more comfortable using Maven now that I've read up on exclusions and transitive dependencies. Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Java bean puzzle. using ecliplse plugin or not.

2008-07-24 Thread David Legg
! Well spotted ;-) I'll try to fix this issue ASAP. Thanks. As this is may be someone's very first close encounter with Cocoon 2.2 we want to set a good example. Regards, David Legg - To unsubscribe, e-mail: [EMAIL

Re: Java bean puzzle. using ecliplse plugin or not.

2008-07-22 Thread David Legg
-INF/demo/spring-bean.jx.xml' file contains an old version of the JX syntax for getting hold of a javabean's property. Try editing the file so that instead of: - spring#message/spring It should say this: - spring#{message}/spring Regards, David Legg

Re: servlet URLs in the XSL template

2008-07-22 Thread David Legg
Hi Peter, I'm getting an error unknown protocol: serlvet. I'm hoping you did a cut 'n' paste in your email and the problem is simply a typo servlet and not serlvet ? David Legg - To unsubscribe, e-mail: [EMAIL

Re: Java bean puzzle. using ecliplse plugin or not.

2008-07-22 Thread David Legg
site I think. Anyhow... the main thing is it has been covered and at some point the corrected version will be available. In the meantime we can sit back; smug in the knowledge that we know the answer ;-) Regards, David Legg [1] https://issues.apache.org/jira/browse/COCOON

Re: C2.2 - Cannot remove jar files from classpath using Maven

2008-07-21 Thread David Legg
it up to help others travelling this route for the first time. Regards, David Legg [1] http://cocoon.apache.org/2.2/1159_1_1.html [2] http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/1262_1_1.html - To unsubscribe, e

Re: C2.2 - Cannot remove jar files from classpath using Maven

2008-07-21 Thread David Legg
/version /dependency dependency groupIdch.qos.logback/groupId artifactIdlogback-classic/artifactId version0.9.9/version /dependency /dependencies Regards, David Legg - To unsubscribe, e-mail: [EMAIL

Re: Java bean puzzle. using ecliplse plugin or not.

2008-07-21 Thread David Legg
Anyone else see this too? I've tried both approaches and have the same results. Yes I see it too. I haven't looked too closely at the cause yet. David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

C2.2 - Cannot remove jar files from classpath using Maven

2008-07-20 Thread David Legg
file isn't included in the classpath? Regards, David Legg [1] http://cocoon.apache.org/2.2/1159_1_1.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C2.2 - Cannot remove jar files from classpath using Maven

2008-07-20 Thread David Legg
to the pom file. But why does it bother to copy the commons-logging jar to the WEB-INF/lib folder if it knows nothing depends on it? David Legg Reinhard Pötz wrote: I suppose I could start fiddling with plugin exclusions but this is getting silly. Do I really have to work this hard to try

Re: C2.2 - Mixing SLF4J with Cocoon

2008-07-17 Thread David Legg
? If I don't edit a file won't Maven simply put the old jar file in the classpath again? I've heard that Commons Logging is now considered evil by some. Would it make sense to try to get everything in my app to use SLF4J? Regards, David Legg

Re: Installing 2.2

2008-07-16 Thread David Legg
/'. Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installing 2.2

2008-07-16 Thread David Legg
beans that you could adapt. Regards, David Legg [1] http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g4/g1/g1/798.html [2] http://cocoon.apache.org/1370_1_1.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Installing 2.2

2008-07-16 Thread David Legg
there had to be a better way ;-) David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installing 2.2

2008-07-16 Thread David Legg
have another look and see if it makes more sense to you. If I have time I'll see if I can create a more introductory page which could be read before following the tutorials. Regards, David Legg [1] http://cocoon.zones.apache.org/daisy/cdocs/g2/g2/g1/1419.html [2] http://cocoon.apache.org/1370_1_1

C2.2 - Mixing SLF4J with Cocoon

2008-07-16 Thread David Legg
grateful ;-) Regards, David Legg Errors... ... [INFO] [jetty:run] [INFO] Configuring Jetty for project: meerkat-browser ... 2008-07-15 16:57:35.032::INFO: Logging to STDERR via org.mortbay.log.StdErrLog [INFO] Starting jetty 6.1.7 ... 2008-07-15 16:57:35.112::INFO: jetty-6.1.7

Re: C2.2 - Web archetype whodunnit!

2008-07-14 Thread David Legg
to a checksum problem with the SL4J package on the maven repository. I think I downloaded this separately last time and now that I've cleaned my local repository it has gone away :-( Regards, David Legg - To unsubscribe, e-mail

C2.2 - Web archetype whodunnit!

2008-07-13 Thread David Legg
how to set up the logger, how to do simple spring bean configuration and how the Cocoon web application archetype works. Regards, David Legg [1] http://cocoon.apache.org/2.2/1362_1_1.html - To unsubscribe, e-mail: [EMAIL

Re: Firefox 3 and URL

2008-07-01 Thread David Legg
Have you checked that the DOCTYPE being returned by Cocoon is identical between Firefox 2 and 3? I just wondered if when you use Firefox 3 Cocoon serves a page in quirks mode or application/xml+xhtml or something else which would make getElementsByTagName() behave differently. David Legg

Daisy repository is down

2008-06-26 Thread David Legg
I'm sure the right people probably know already but... the Daisy site [1] is down. I don't think the repository manager is working. Initialization Problem Message: null Description: No details available. Sender: org.apache.cocoon.servlet.CocoonServlet Source: Cocoon Servlet cause Could

Re: some words about property configuration

2008-06-25 Thread David Legg
Johannes, until someone with real knowledge comes along I think the Cocoon 2.2 way of configuring a project is to use the Spring Configurator [1]. In particular you should look at the property handling page [2]. It looks scary to me ;-) David Legg Johannes Hoechstaedter wrote: Hi, I

Re: question about how to reference a css file from within xslt (cocoon 2.2)

2008-06-24 Thread David Legg
and of course if you use relative URLs in your CSS file (to include background images etc) they are relative to the CSS file and not the web page so your site map may have to cope with those too. David Legg - To unsubscribe, e-mail

Documentation - the update process

2008-06-23 Thread David Legg
After a documentation page has been edited by someone with doc:editor role, how does that change then appear on the public site? Do I have to manually inform a committer or raise a JIRA each time I change a simple typo? or do all changes get posted somewhere for committers to see? David

Re: Documentation - the update process

2008-06-23 Thread David Legg
a section, that shows all docs that haven't been released by a docs committer yet. I hoped that was the case. Great! David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[C22] Custom generator config

2008-06-20 Thread David Legg
, David Legg [1] http://cocoon.apache.org/2.2/core-modules/core/2.2/688_1_1.html [2] http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/1.0/1304_1_1.html - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [C22] Custom generator config

2008-06-20 Thread David Legg
too ;-) David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [C22] Custom generator config

2008-06-20 Thread David Legg
to the contribution page [1] I signed up right away! The documentation system is a complex beast; but I couldn't sit back any longer ;-) David Legg [1] http://cocoon.apache.org/1273_1_1.html - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tutorial improvement suggestion

2008-06-18 Thread David Legg
time to time. I have a feeling that Reinhard Pötz is our man for this ;-) He authored the Maven archetype plugin list [2]. This page isn't easy to find so there should at least be a link to it from the tutorial pages. Regards, David Legg [1] http://cocoon.zones.apache.org/daisy/ [2] http

Re: Tutorial improvement suggestion

2008-06-18 Thread David Legg
, David Legg [1] https://issues.apache.org/jira/browse/COCOON-2214 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tutorial improvement suggestion

2008-06-17 Thread David Legg
disconcerting message during the build: - [INFO] [archetype:create] [WARNING] This goal is deprecated. Please use mvn archetype:generate instead If I use archetype:generate instead then Maven interactively asks me some questions I have to guess the answers to ;-) Regards, David Legg [1] http

Re: Tutorial improvement suggestion

2008-06-17 Thread David Legg
. Regards, David Legg [1] http://maven.apache.org/plugins/maven-archetype-plugin/usage.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

C22 - Maven artifact missing

2008-06-11 Thread David Legg
later or is their something I can do to resolve this? I'm still trying to get to grips with Maven and this sort of thing is very frustrating ;-) Regards, David Legg [INFO] [ERROR] BUILD ERROR [INFO

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
that's a problem of Cocoon and not local configuration I'll investigate into this issue a little more. Thanks Grek. If it's any help I tried this under Win XP SP2, with Maven 2.0.9 and JDK 1.6.0_02 Regards, David Legg [1] http://thread.gmane.org/gmane.text.xml.cocoon.devel/77945

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
the build :-) I suspect that an artifact created as a result of the tests is a required dependency somewhere. Regards, David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
Grzegorz Kossakowski wrote: I don't have an idea why it behaves differently. Maybe it's another bug in Maven that we have found here? I think it's a conspiracy to always make us run regression tests ;-) Thanks for updating the web site. David.

Re: Setting a pipeline for true XHTML

2008-05-21 Thread David Legg
to me before ;-) Thanks for the background info. I'm interested in your quest too. I've done something similar with pre 2.2 versions of Cocoon... but that was easy because the included sample apps showed you how to do it. David Legg

Re: Setting a pipeline for true XHTML

2008-05-20 Thread David Legg
for both sides. If you're interested, there is a very good classic article [1] of the reasons why using XHTML is considered harmful. Regards, David Legg [1] http://www.hixie.ch/advocacy/xhtml - To unsubscribe, e-mail

C2.2 Tutorial comment

2008-05-19 Thread David Legg
remote repositories: central (http://repo1.maven.org/maven2) [INFO] Total time: 9 seconds [INFO] Finished at: Mon May 19 17:43:11 BST 2008 [INFO] Final Memory: 13M/24M I'm using Maven 2.0.9 on Windows XP but I have a feeling that would make little difference here. Regards, David Legg [1

Re: C2.2 Tutorial comment

2008-05-19 Thread David Legg
Hi Grek, Yep, there is missing step in tutorials. Go to myBlock1/ and execute: mvn install then do the same for myBlock2. This will install blocks into local Maven repository so myCocoonWebapp can find them. Then you can return to back to the tutorial on deployment. Thanks. That did

Re: RESTful API using Cocoon

2008-03-26 Thread David Legg
I have these two references in my bookmarks ... http://www.wallandbinkley.com/quaedam/?p=104 http://article.gmane.org/gmane.text.xml.cocoon.devel/74571 HTH David Legg Luca Morandini wrote: As per subject: can someone point me to a RESTful API built using Cocoon

Re: Cocoon Sparql Transformer ?

2008-02-26 Thread David Legg
RDF data and a location in the RDF to be displayed it transforms some or all of the RDF into a DOM tree and then optionally formats the tree ready for display on a web page or further processing using XSLT. Now the question is... how to fit it into Cocoon in a modular way! David Legg. [1] http

Re: Cocoon 2.2 install

2007-12-21 Thread David Legg
Babak Farhang wrote: Ah!... I understand ;-) Maven does all the 'installing' for you.. I'd like to get the source code when 'installing' Coccon 2.2. Can I get the source code for 2.2 using maven, also? Um? No I don't think so. I download the source from the subversion server

Re: Cocoon 2.2 install

2007-12-20 Thread David Legg
Fawzib Rojas wrote: Cocoon 2.2 is radically different but I definitely think it's worth it. I don't mind it being different, the problem is no documentation on how to do things (or if there is, I can't find it) and I can't even figure out how to install it. Ah!... I understand ;-)

Re: Cocoon 2.2 install

2007-12-19 Thread David Legg
Hi Fawzib, The main overview of Cocoon 2.2 can be found on the apache web site. [1] You should also take a close look at the section titled 'Your first Cocoon application using Maven 2' [2] Cocoon 2.2 is radically different but I definitely think it's worth it. The fact it uses Maven and

Re: Cocoon 2.2 Trunk build against JDK 6 and Maven 2.0.7

2007-08-03 Thread David Legg
: $ MAVEN_OPTS=-Xmx200m $ export MAVEN_OPTS I must say, I was a little afraid that Cocoon was moving over to Maven when I first found out. However, after looking into it and playing with the Block based build system I'm all for it!! Regards, David Legg

Re: Spring Contexts

2007-03-22 Thread David Legg
for the HiveMind Registry so I could follow the Bricks CMS demo (http://wiki.apache.org/cocoon/BricksCms). David Legg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fresnel + Cocoon = Metadata Marriage made in heaven?

2006-11-27 Thread David Legg
Sorry for the cryptic subject line! In essence I'm wrestling with a conceptual problem... how to format information for presentation in a manageable way. In most Database projects you have a fixed schema that rarely changes except perhaps when the project is revised. My data will be in the

Re: IE AJAX Focus Stuff (maybe a little off topic)

2006-11-13 Thread David Legg
Hi Gary, Replying to my own messages. Sad ;). I can't stand seeing a grown man cry ;-) So I thought I'd chip in with some ideas. Looking at the Microsoft documentation ( http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/focus.asp ) it would seem that an item's focus

CocoonGT 2006 lecture videos?

2006-11-02 Thread David Legg
in my hand!). David Legg --- [1] http://www.cocoongt.org/archive/2005/Slides-and-recordings.html [2] http://wiki.apache.org/cocoon/GT2006Notes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Serving up XHTML?

2006-10-12 Thread David Legg
able to dynamically configure what gets sent to the user depending on their browser... but you have to ask if all the extra work involved in designing suitable content and all the extra permutation checking is worth it. David Legg

  1   2   >