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 FA

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
> "Robert" == Robert Ellis Parrott <[EMAIL PROTECTED]> writes: Robert> I built on 10/12/2002 OK, so perhaps just environment? >> check-jars: Copying 1 file to >> /home/colin/xml-cocoon2/build/cocoon Processing >> /home/colin/xml-cocoon2/lib/jars.xml to >> /home/colin/xml-

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
> "Robert" == Robert Ellis Parrott <[EMAIL PROTECTED]> writes: Robert> Try setting $ANT_HOME and $JDK_HOME as well (and To what? What are they supposed to achieve? Robert> $TOMCAT_HOME if relevant for that matter) Well, I'm using tomcat 4, and CATALINA_HOME is set. (As is JAVA_HOME -

Re: Need to specify target.vm

2002-10-13 Thread Scott Schram
At 01:12 AM 10/13/2002, you wrote: > 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 a different version? What happens if you type "which java" ? Do you get an u

Re: Need to specify target.vm

2002-10-13 Thread Robert Ellis Parrott
Try setting $ANT_HOME and $JDK_HOME as well (and $TOMCAT_HOME if relevant for that matter) I built on 10/12/2002 OK, so perhaps just environment? rob On 13 Oct 2002, Colin Paul Adams wrote: > Hello, I'm trying to install cocoon 2.1 from a CVS snapshot (Oct > 12th). JAVA_HOME points to a 1.4

Re: Need to specify target.vm

2002-10-13 Thread Colin Paul Adams
> "Scott" == Scott Schram <[EMAIL PROTECTED]> writes: Scott> What happens if you type "which java" ? Do you get an Scott> unexpected one installed by your linux distribution? No. 1.4.1 Scott> It looks like you're using an ant that came in some other Scott> package. Perhaps