Hold that thought...I'm an idiot...built the wrong branch. Let me build anew before bothering you again with my trivial stupidities... ;)
> -----Original Message----- > From: Sean Timm > Sent: Wednesday, February 04, 2004 12:05 PM > To: [EMAIL PROTECTED] > Subject: RC2 - Inheritance Question > > I've got a project-base.xml file that sets up my basic, > generic information (including build/SourceDirectory). I've > got a project-component.xml that extends this but does not > contain the build node at all. I then have a > component-specific project.xml that extends > project-component.xml. My expectation is that the <build> > node info would be inherited from project-base.xml, but this > does not appear to be the case. When I try and do a "maven > jar", I get the following output: > > No java source files to compile. > resources or todir was null > > However, if I modify project.xml to extend project-base.xml > (rather than > project-component.xml) and do a "maven jar", it works. So is > this a "feature", and inheritance is only supported for one > level, or is this a bug? > > Thanks! > > -- Sean T. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
