Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
Well, to answer my own question, I had an old .ant.properties file lying around from about a year ago. Oh well ... -- Colin Paul Adams Preston Lancashire - Please check that your question has not already been answered in the

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
>> >> Inspection shows that jars.xml is dated Sept 20, and the ant >> jars to way back in July. So I don't understand why this error >> hasn't been detected before. >> How? check-jars.xml says the following: and that clearly isn't the ca

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
and CATALINA_HOME is set. (As is JAVA_HOME - what is JDK_HOME for? and run.sh specifically unsets ANT_HOME). Robert> I built on 10/12/2002 OK, so perhaps just environment? Could be. If I type: which ant then it finds ant in the jwsdp/bin directory - that's ant 1.4.1, do I need

Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
ror during transformation Inspection shows that jars.xml is dated Sept 20, and the ant jars to way back in July. So I don't understand why this error hasn't been detected before. P.S. Would this kind of message be more apporpriate im cocoon-dev? -- Colin Paul Adam

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
nt that came in some other Scott> package. Perhaps that package is missing something. Scott> Why not try using ant 1.5.1 from Scott> http://jakarta.apache.org/ant/index.html Scott> Of course, make sure ANT_HOME and the path are set to the Scott> right ant. Don

Re: [C2] sample httpd.conf for TomCat 4 + C2

2001-09-25 Thread Colin Paul Adams
e Jeremy> localhost WebAppConnection warpConnection warp Jeremy> localhost:8008 WebAppDeploy /cocoon warpConnection /cocoon I'm getting the same sort of problems as you've been reporting. Is this lot inside a virtual server (if so, what does your virtualserver tag loo

Re: XHTML Serializer

2001-09-18 Thread Colin Paul Adams
then get all Martin> the namespaces from previous documents in my xhtml which Martin> keeps it from validating as XHTML 1.0. Can anyone help? Martin> thanks martin here's what I use: -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml

Re: Docbook and Cocoon?

2001-09-10 Thread Colin Paul Adams
>>>>> "Konstantin" == Konstantin Agouros <[EMAIL PROTECTED]> writes: Konstantin> Yes I use Emacs (btw is there a docbook-mode for emacs Konstantin> I am sure there is, but where) See www.nwalsh.com --

Re: How can I set the charset/encoding in coocon2

2001-07-16 Thread Colin Paul Adams
serialser: -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd UTF-8 no Note the name - that's not the default, so if you want to use this, you have to use the following line in your pi

Re: [C2] xsl:output ignored?

2001-07-15 Thread Colin Paul Adams
>>>>> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes: Colin> Since I had specified the following in my transform, I Colin> expected to get a DOCTYPE statment: Colin>encoding="UTF-8" omit-xml-declaration="no"

[C2] xsl:output ignored?

2001-07-14 Thread Colin Paul Adams
I have just tried my first effort at producing a web page in cocoon 2 by transforming xml with xslt. My relevant sitemap entry looks like this: This actually works, but not 100% as I desired. I use Opera as my browser, and I like to use Opera's built-in facility to call

Re: C2 and Postgres

2001-07-11 Thread Colin Paul Adams
I find all I have to do is edit database.properties (and avoid spelling mistakes). The jdbc driver needs to be in the classpath, of course. -- Colin Paul Adams Preston Lancashire - Please check that your question has not

again on JDBC

2001-07-05 Thread Colin Paul Adams
the ESQL sample works too! How come only the simple example fails? -- Colin Paul Adams Preston Lancashire - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/coc

More on JDBC

2001-07-05 Thread Colin Paul Adams
Now I'm real confused - the Sample Forms application works, so JDBC itself is working. Just not the simpl SQL stuff. -- Colin Paul Adams Preston Lancashire - Please check that your question has not already been answered i

[C2] and posgresql

2001-07-05 Thread Colin Paul Adams
method, but the docs say it does! Has anyone got jdbc working with postgres and Cocoon 2? Or has anyone any other suggestions? -- Colin Paul Adams Preston Lancashire - Please check that your question has not already been answer

java.lang.NoSuchFieldError: manager

2001-07-04 Thread Colin Paul Adams
ql://localhost/chushogi + chushogi + nevermindwhatitypedhere This time the jdbc driver gets loaded ok, but the missing sitemap handler problem re-appears. a java.lang.NoSuchFieldError : manager was the ERROR line in the log. What's this mean, please? -- Colin P

[C2] - trying out Simple SQL

2001-07-03 Thread Colin Paul Adams
xception: You cannot get a Poolable before the pool is initialized -- Colin Paul Adams Preston Lancashire - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.or

Re: First-timer - can't get cocoon 2 to work

2001-07-01 Thread Colin Paul Adams
e.JdbcDataSource. I guess I have to tailor the sitemap to specify a valid JDBC data source?? How? Anyway, I reckon if the build process can't compile xsp, then neither can the cocoon runtime init method, so maybe these are relat

First-timer - can't get cocoon 2 to work

2001-06-30 Thread Colin Paul Adams
.ThreadPool$ControlRunnable.run(ThreadPool.java:501) at java.lang.Thread.run(Thread.java:484) any clues/help would be most gratefully received. -- Colin Paul Adams Preston Lancashire - Please check that your question has not a