I'd take a look at what files are generated when you create a new project using SAP. Are there other folders / files that are created? (starting with a dot).
Are there project natures / builders that are not being included (in the .project file)? It sounds like there is *something* missing that SAP is reading / looking at. Jim On 9/17/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Since we're talking about Eclipse... As I said before, I'm using SAP > NWDS (2.0.14) which is based on Eclipse v2.1. I'm using > eclipse:eclipse to generate metadata and added the proper perspectives > etc. > > When I create a new project (J2EE, EJB Module Project or Web Module > Project) then it shows up in the J2EE Explorer and things are good. > > When I use mvn e:e and then import the project, it comes in as a > "standard" Java project. I've tried editing metadata files manually > but its still not coming up the way I was hoping. The EJB project > shows up in J2EE Explorer but the beans don't show up since I'm not > using the default ejbModule directory etc. > > Any ideas? I might try upgrading to the latest NWDS build which is > based on Eclipse 3, apparently. > > Wayne > > On 9/16/07, Thierry Lach <[EMAIL PROTECTED]> wrote: > > There can be problems caused with a single build destination caused by > the > > Eclipse incremental compiler that would sometimes require doing a clean > in > > both maven and eclipse. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
