|
From: McMahon, M. <mc...@mi...> - 2007-07-06 16:43:04
|
Hello, =20 I've been trying to build the Repast S Alpha 2 release on a Linux platform, using the latest stable releases of Eclipse 3.3 and jre 1.6.0. I get an error during build in NetworkProjectionDryer.java line 91: // The method loadProperties(Context, Network, Map<String,Object>) of type NetworkProjectionDryer must override or implement a supertype method // =20 The identical code in the Windows bundle yields warnings, but no error: // Context is a raw type. References to generic type Context<T> should be parameterized Network is a raw type. References to generic type Network<T> should be parameterized // =20 uname info: SMP Fedora Core 5, 2.6.20 kernel, x86_64 =20 Does anybody have any insite into this particular error? Is anybody successfully building the Alpha 2 release under Linux; which platform and distro? =20 Thanks, =20 Matt=20 =20 |