Re: site.xml for parent/child site which are siblings

2009-07-16 Thread jaybytez
Thanks for the suggestion. I will definitely look into it. I tried just doing the following in my child site.xml: But this didn't work, it didn't even show the link. It's interesting, almost like the parent site.xml doesn't care about the child site.xmls. When I run $ mvn si

RE: site.xml for parent/child site which are siblings

2009-07-16 Thread Nord, James
h/default.aspx"; /> http://xxx.yyy/some/other/path/default.aspx"; /> Note that reports have gone and the name is now hard coded? /James > -Original Message- > From: Benson Margulies [mailto:bimargul...@gmail.com] > Sent: 16 July 2009

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread Benson Margulies
I never attached the workaround to the JIRA. It is MSITE-409. I'm trying to get organized to try to fix it. However, the whole idea of a 'parent' link needs thought. On Wed, Jul 15, 2009 at 2:54 PM, David C. Hicks wrote: > Benson Margulies wrote: >> I've filed a JIRA on this and also posted a work

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread David C. Hicks
Benson Margulies wrote: > I've filed a JIRA on this and also posted a workaround, you have to > set up the URL for each project yourself. If you can't find my posted > workaround I can post it again. > Benson, can you give us a JIRA number? I didn't find anything that appeared to be the right o

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread David C. Hicks
Thanks for the workaround, Benson. I was able to get it to work in my little test project. Now, I'm going after the big project. Benson Margulies wrote: > yes > > On Wed, Jul 15, 2009 at 2:50 PM, jaybytez wrote: > >> Is this the post: >> http://n2.nabble.com/Site-generation-tutorials--td32333

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread David C. Hicks
Thanks for the workaround, Benson. I was able to get it to work in my little test project. Now, I'm going after the big project. Benson Margulies wrote: > yes > > On Wed, Jul 15, 2009 at 2:50 PM, jaybytez wrote: > >> Is this the post: >> http://n2.nabble.com/Site-generation-tutorials--td32333

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread Benson Margulies
yes On Wed, Jul 15, 2009 at 2:50 PM, jaybytez wrote: > > Is this the post: > http://n2.nabble.com/Site-generation-tutorials--td327.html#a3239539 > > > Benson Margulies wrote: >> >> I've filed a JIRA on this and also posted a workaround, you have to >> set up the URL for each project yourself.

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread jaybytez
Is this the post: http://n2.nabble.com/Site-generation-tutorials--td327.html#a3239539 Benson Margulies wrote: > > I've filed a JIRA on this and also posted a workaround, you have to > set up the URL for each project yourself. If you can't find my posted > workaround I can post it again. >

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread Benson Margulies
I've filed a JIRA on this and also posted a workaround, you have to set up the URL for each project yourself. If you can't find my posted workaround I can post it again. On Wed, Jul 15, 2009 at 11:58 AM, jaybytez wrote: > > Okay...so I verified that each one of the sub projects has a site.xml with

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread David C. Hicks
er into where > things > might be going wrong. (BTW, you can change the skin in site.xml) > > Thanks, > mohan kr > > -Original Message- > From: David C. Hicks [mailto:dhi...@i-hicks.org] > Sent: Tuesday, July 14, 2009 6:57 PM > To: Maven Users List > Subject:

RE: site.xml for parent/child site which are siblings

2009-07-15 Thread jaybytez
The schema annotation says the following: A reference to a pre-defined menu, such as a reports, modules or parentProject. So it says a value of parentProject as opposed to parent. -- View this message in context: http://www.nabble.com/site.xml-for-parent-child-site-which-are-siblings-tp244892

RE: site.xml for parent/child site which are siblings

2009-07-15 Thread jaybytez
Okay...so I verified that each one of the sub projects has a site.xml with a and I verified that I am running site-plugin 2.0-beta-7 and my sub projects still don't produce a link based on . I did not change the skin yet, but that should just be based on the CSS exposed...otherwise that shouldn'

RE: site.xml for parent/child site which are siblings

2009-07-15 Thread Mohan KR
nt: Tuesday, July 14, 2009 6:57 PM To: Maven Users List Subject: Re: site.xml for parent/child site which are siblings I would really like to know if you're using the and if it works?? I've been playing with it for the better part of two days, and I cannot get the parent link to show up

Re: site.xml for parent/child site which are siblings

2009-07-15 Thread Dennis Lundberg
http://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site jaybytez wrote: > I have the following structure for my app: > avitek > -avitekApp (EAR) > - pom.xml > -avitekParent > - src/site/site.xml > - pom.xml > -av

Re: site.xml for parent/child site which are siblings

2009-07-14 Thread David C. Hicks
I would really like to know if you're using the and if it works?? I've been playing with it for the better part of two days, and I cannot get the parent link to show up at all. I've also been playing with breadcrumbs, but they appear to be severely broken - or, I just don't understand what they're

Re: site.xml for parent/child site which are siblings

2009-07-14 Thread jaybytez
Looks like it works if use the following at the command line: $ mvn site:stage -DstagingDirectory=c:/beaportal/user_projects/workspaces/default/avitek/published-site/site Is it best to build a site to a staging area and then push that staging area to a remote server? It appears to correctly have