Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-17 Thread Barrie Treloar
On 4/17/07, Davis Ford <[EMAIL PROTECTED]> wrote: Hi Barrie, I understand about create a separate resource module that can be shared. Let me ask a quick question though. You mention you don't use a flat structure. This isn't a flat structure as far as i can tell...it is hierarchical. Fair en

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-17 Thread Davis Ford
Hi Barrie, I understand about create a separate resource module that can be shared. Let me ask a quick question though. You mention you don't use a flat structure. This isn't a flat structure as far as i can tell...it is hierarchical. It's my understanding that a flat structure puts both paren

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Barrie Treloar
On 4/17/07, Davis Ford <[EMAIL PROTECTED]> wrote: Hi, it appears that in order for eclipse to see relative path links like this, an entry needs to be made to the .project file with the linkeResources tag. If you manually add a src folder in eclipse, this is the change it makes in .project. Is t

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Davis Ford
Hi, it appears that in order for eclipse to see relative path links like this, an entry needs to be made to the .project file with the linkeResources tag. If you manually add a src folder in eclipse, this is the change it makes in .project. Is there some way to cause the maven-eclipse-plugin to

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Davis Ford
It says: Project child is missing required source folder: 'D:/temp/parent/conf' Try the steps to reproduce it..easy to reproduce. I think perhaps it has more to do with the eclipse jdt core. Can it handle absolute paths? I've tried editing the .classpath file manually to make it a relative pat

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Haim Ashkenazi
Davis Ford wrote: [ .. ] > The .classpath file for the guide-ide-eclipse-site project contains this: > > excluding="**/*.java"/> > > This seems completely reasonable, and the directory does exist, but > eclipse cannot build the projectwhy? Hi I don't work on eclipse usually but when you ope

maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Davis Ford
Hi, I posted on this earlier, but it fell on deaf ears, I guess. Here's a concrete example of the problem I'm experiencing. I followed the directions for the maven-eclipse-plugin on generating a multiple module project, as described here -> http://maven.apache.org/plugins/maven-eclipse-plugin/rea