Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 933 invoked from network); 5 Nov 2008 02:21:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 02:21:43 -0000 Received: (qmail 64307 invoked by uid 500); 5 Nov 2008 02:21:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 64214 invoked by uid 500); 5 Nov 2008 02:21:48 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 64203 invoked by uid 99); 5 Nov 2008 02:21:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 18:21:48 -0800 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.208.4.195] (HELO mout.perfora.net) (74.208.4.195) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 02:20:31 +0000 Received: from [10.0.0.235] ([198.80.6.3]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MKpCa-1KxY0e3kX5-0007tz; Tue, 04 Nov 2008 21:20:42 -0500 Message-Id: From: Vadim Gritsenko To: dev@cocoon.apache.org In-Reply-To: <4910ACE8.1070006@indoqa.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Cocoon 3 trunk Date: Tue, 4 Nov 2008 21:20:40 -0500 References: <738EA349-3E5E-4FB4-8901-2E68BE03F97B@reverycodes.com> <4910ACE8.1070006@indoqa.com> X-Mailer: Apple Mail (2.929.2) X-Provags-ID: V01U2FsdGVkX19isfYqEuP/8iIEHESwGim0Kgdq++eq5Xb7Dp6 +a621tW3BTwrjdw2e7C07kOFL0Tdckjs7PmmquR5Ei0cQ7yJgH S+SFMC7pTb5WesRbqtBut182xsuroJn X-Virus-Checked: Checked by ClamAV on apache.org On Nov 4, 2008, at 3:13 PM, Steven Dolg wrote: > Hi Vadim, > > the port stated in the README is unfortunately wrong. > > However the demo is working correctly for me After a bit of poking around I figured out it was caused by a firefox cache (it cached a redirect). After clearing the cache I can see "Cocoon 3 Samples and Integration Tests: Overview" page. > as well as the generated project for IDEA (I tried IDEA 7.0.4 with a > JDK 1.6.0_06). It is not possible to generate a project file from cocoon-3 root directory itself, and so the next closest thing which I found is to do it in the ./parent directory. So, when running mvn idea:idea command there, it creates incorrect cocoon-parent.ipr file: So it seems like idea plugin appends absolute file paths to the $PROJECT_DIR$. I had to manually edit file so that it loads in IDEA. It now reads: Short of hacking maven plugin, I think easiest way to fix that would be to add a pom to cocoon-3 directory. WDYT? > Could you provide me with more specific error messages - if > available - in order to sort this out? Hope above helps, Thanks, Vadim > Steven > > Vadim Gritsenko schrieb: >> Hi All, >> >> Trying out cocoon 3 trunk, found following issues: >> >> * Demo starts on port 8888, not the 8190 as stated in README; >> >> * Demo's not working. http://localhost:8888/ results in error: >> 404 Resource Not Available (Cocoon 3 Integration Tests) >> >> * Project generated by mvn idea:idea is not correct - paths to >> modules is incorrect >> >> >> Any ideas how to get a working sample? >> >> Vadim