Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 1203 invoked from network); 1 Aug 2005 17:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 17:47:57 -0000 Received: (qmail 16275 invoked by uid 500); 1 Aug 2005 17:47:51 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16248 invoked by uid 500); 1 Aug 2005 17:47:51 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 16235 invoked by uid 99); 1 Aug 2005 17:47:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 10:47:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [65.205.165.193] (HELO exchange.ddig.com) (65.205.165.193) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 10:47:43 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Multiproject Navigation issues w/ 1.1 beta 1 Date: Mon, 1 Aug 2005 13:47:48 -0400 Message-ID: <8F0377EB50A8AD459C5AD9D01E3D6F8F39990D@ex1.ddig.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Multiproject Navigation issues w/ 1.1 beta 1 thread-index: AcWWwSFw1/kSoCK3Q3SZnmRQ967T1Q== From: "Ryan Shriver" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I'm generating a multiproject site and am having difficulties getting = the navigation to work properly. If anyone can assist me I'd appreciate = it. =20 As background, I have one overarching project that contains multiple = sub-projects (modules). Here's a simple example: =20 /project.xml /xdocs/navigation.xml /modules/base-client/project.xml /modules/base-server/project.xml =20 When running 'maven multiproject:site' the site is created with the = correct links to the sub projects = (maven.multiproject.includes=3D*/*/project.xml) However, once I click on = the sub-project, the navigation links no longer work. For example, from = the main page after site generation I have in the navigation menu: =20 Home (index.html) Projects > Base Client (multiproject/base-client/index.html) Projects > Base Server (multiproject/base-server/index.html) =20 All is well at this point. But after clicking on the Base Client link, = the menu now looks like: =20 Projects > Base Client = (multiproject/base-client/multiproject/base-client/index.html) =20 An extra 'multiproject/base-client' is getting added to the URL, which = breaks it. I've tried a number of things, but nothing seems to work. = Additionally, the Home link now points to = (/multiproject/base-client/index.html instead of /index.html). Here's my = navigation.xml at the root project level: =20 =20 Any ideas? I've tried to create new navigation.xml files and put them in = the xdocs directory under each sub-project and modify their href to be = "../../index.html" but this didn't seem to work either. Plus it would be = a pain to have to keep all these navigation.xml files in synch. Anyone = know how to get me navigation problems resolved? Thanks in advance. =20 -ryan =20 =20 Ryan Shriver > Managing Consultant > Dominion Digital > = dominiondigital.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org