RE: RC2 - Inheritance Question

2004-02-04 Thread Sean Timm
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 -

RC2 - Inheritance Question

2004-02-04 Thread Sean Timm
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 expect