AW: Installation problems
"Ines Robbers" <[email protected]> Wed, 8 Jan 2003 11:34:24 +0100
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <000001c2b701$8b1d2ab0$f31650d9@name5e25693aqj> |
Hi Michael, Thanks for your help! Is it actually possible - and how - to download Wyona separate from Cocoon? I'm wondering why Wyona ships with Cocoon. I imagine most people have Cocoon on their system before they decide to try out Wyona. I'd prefer to have downloaded the files via CVS but after I type in >cvs -d :pserver:[email protected]:/repository nothing happens and I get the message: *****CVS exited normally with code 1***** Have you got an idea what I could have done wrong? Many thanks! Ines * You have to type: * * ant install * * else only the default target "webapp" will be executed. * But the target "install" goes one step further and is copying * the build into the tomcat directory "webapps". * * BWT: To see all the targets of build.xml just type * * ant -projecthelp * * Hope that helps (else write again;-)