From: Tim M. <tim...@po...> - 2003-04-06 22:25:35
|
Guys - in the background I am still trying to work out how to simplify the usage of the mock objects library for users of IDE's. If I am using an ide - what source tree's am I supposed to include, the rules seem very unclear to me? If I am using jdk1.4 I would expect to include: /src/jdk/1.4 /src/jdk/common /src/j2ee/1.4 /src/2jee/common but if I do this I am missing classes. If I incclude both 1.3 and 1.4 I get conflicts - the best I appear to be able to do is: /src/jdk/1.4 /src/jdk/common /src/j2ee/1.3 /src/2jee/common But then the examples break because I guess the mailing list example uses something in j2ee/1.4? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.467 / Virus Database: 266 - Release Date: 01/04/2003 |