Re: Some .java files being skipped by build process
Re: Some .java files being skipped by build process
- Subject: Re: Some .java files being skipped by build process
- From: Denise Howard <email@hidden>
- Date: Mon, 10 Aug 2009 18:11:40 -0700
On Aug 10, 2009, at 6:02 PM, Chuck Hill wrote: On Aug 10, 2009, at 5:57 PM, Denise Howard wrote: > > On Aug 10, 2009, at 5:49 PM, Chuck Hill wrote: > >> >> On Aug 10, 2009, at 5:43 PM, Denise Howard wrote: >> >> > >> > On Aug 10, 2009, at 5:05 PM, Q wrote: >> >> On 11/08/2009, at 3:54 AM, Denise Howard wrote: >> >> > >> >> > I just inherited an Eclipse-based WO project from a guy who's >> >> leaving, >> >> > and I'm scrambling to get it working on my machine before he >> turns >> >> > into a pumpkin. He's on a PC (builds fine there), I'm on a Mac. >> >> My >> >> > problem is that when building on my machine, several classes >> in the >> >> > project are not being built. They're not failing with compiler >> >> > errors; the .java files are just skipped as if they're not even >> >> > there. >> >> >> >> How did you determine this? Are you not seeing .class files >> generated >> >> for these classes? >> >> >> > Correct. Nor are there any compiler errors or warnings for them. >> >> Are they in the same folder as other classes that are getting >> compiled? >> > > No. NSDictionary.java is in the project in src/com/webobjects/ > foundation, and is getting built. Files in src/com/pgp/utils are > built, but files in src/com/pgp/util and src/com/pgp/revrec are not. We are talking about an incremental build in Eclipse right, not an Ant controlled build? Check the Project - Properties - Java Build Path - Source tab for inclusions and exclusions. Also check woproject/ classes.include.patternset and woproject/classes.exclude.patternset.
Included is "all", excluded is "none". There is no woproject directory since as I mentioned, this guy was doing this work on Linux without benefit of anything WO except putting the libraries in a place on his machine where he could reference them from Eclipse. (Go figure.) |
Attachment:
PGP.sig
Description: PGP signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden