JNLP plugin

2004-10-22 Thread Colin Hawkett
Hi, I am in the process of using the JNLP plugin, and I am having a couple of difficulties. Firstly my project structure is - BuildRoot Project A Project B I don't have the build root above projects A & B because I am using eclipse as a development environment, and this dictates a flat proje

RE: maven website

2004-10-22 Thread Robert Hernik
One way to achieve this (the only way I know!) is to put a file called navigation.xml in your maven.docs.src of each subproject. Mine looks like: Miki This is pretty basic but at least allows you to get back to the root. It is assuming you're using the aggregate style o

maven website

2004-10-22 Thread Manoj . Thomas
Hi, In my Maven generated website for multi-project viz MAIN and java top left panel with project information shows - Projects >MAIN >JAVA If I click on "JAVA" which is a subproject, I cant navigate well to the MAIN, currently I am forced to click the back button option in the internet explorer

RE: jxr source xref not being created

2004-10-22 Thread Robert Hernik
Hi David, I think I found the cause of my problem - I haven't updated the list yet though. In my case the sourceDirectory tag in the project.xml file of the sub-projects was pointing to the wrong place. When I set that to the top level directory containing the source code it works fine.