|
From: Miles P. <mil...@gm...> - 2007-07-06 22:17:05
|
Yeeah, I didn't mention oAW because I wasn't sure that you would want to be doing codegen right away. The char issue is for french quotation marks. You need to set the format to ISO-8859-1. Aha.. those characters are On Jul 6, 2007, at 4:48 PM, McMahon, Matt wrote: > I just did a fresh re-install to get back to baseline. The > exception to your description below is I installed the > openarchitectureware plugin (4.1.2) into eclipse. After removing > the @override in the offending file, I get 4 errors, > unexpected char: 0xFFFD repast.simphony.score.gen/model/score/ > tmpl Java.xpt > > the other 4 are HTMLDoc.xpt, RepastAspect.xpt, and Scenario.xpt > > Each file shows up in the eclipse editor with an unidentified > character (a square symbol), as opposed to the double angle > brackets I see in the Windows version and in linux vi. Any thoughts? > > > > > > From: Miles Parker [mailto:mil...@gm...] > Sent: Friday, July 06, 2007 3:27 PM > To: McMahon, Matt > Cc: rep...@li... > Subject: Re: [Repast-developer] Building RepastS Alpha 2 in Linux > -- Error > > > Europa is definitely the way to go, all of the EMF stuff is up to > date. You don't need the included plugins for the basic > environment, just take virgin Eclipse and grab EMF SDK from the > Europa update site. > > And yeah, I just used the straight zipped set of projects. Hmm.. > I'm assuming that you've done a refresh, clean and all of that and > that everything is in the same directory and that you don't have > any markers. How about posting the integrity report -- might > provide some clues.. > > > On Jul 6, 2007, at 1:39 PM, McMahon, Matt wrote: > >> Yes, I'm using Europa. Guess I need to re-evaluate given that >> someone has had success. Did you build from the platform >> independent release? >> >> Matt >> >> >> From: Miles Parker [mailto:mil...@gm...] >> Sent: Friday, July 06, 2007 1:17 PM >> To: McMahon, Matt >> Cc: rep...@li... >> Subject: Re: [Repast-developer] Building RepastS Alpha 2 in Linux >> -- Error >> >> >> I don't... things seem to work perfectly, though I'm sorry but I >> can't absolutly gurantee that I haven't made any other local >> changes. I assume you are using Europa? I am using 1.5.0 on Mac OS >> so it might be worth trying that.. are you using the included >> launch targets? >> >> On Jul 6, 2007, at 1:07 PM, McMahon, Matt wrote: >> >>> Thanks, >>> >>> I tried this, but then get runtime errors when I try to run any >>> of the test models *. Were you able to successfully run the test >>> models with this fix? >>> >>> >>> * e.g., when I run the predatorprey model: I get an error dialog >>> titled "Plugins Integrity Check Failed" containing "can't access >>> to resources from library repast.simphony.visualization" (then a >>> very long integrity check report) >>> >>> Matt >>> >>> From: Miles Parker [mailto:mil...@gm...] >>> Sent: Friday, July 06, 2007 12:48 PM >>> To: McMahon, Matt >>> Cc: rep...@li... >>> Subject: Re: [Repast-developer] Building RepastS Alpha 2 in Linux >>> -- Error >>> >>> >>> I've had that as well on Mac OS..the quick fix is to just take >>> the referenced @override annotation out. >>> >>> On Jul 6, 2007, at 12:42 PM, McMahon, Matt wrote: >>> >>>> Hello, >>>> >>>> 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 >>>> // >>>> >>>> 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 >>>> // >>>> >>>> uname info: SMP Fedora Core 5, 2.6.20 kernel, x86_64 >>>> >>>> Does anybody have any insite into this particular error? >>>> Is anybody successfully building the Alpha 2 release under >>>> Linux; which platform and distro? >>>> >>>> Thanks, >>>> >>>> Matt >>>> >>>> ------------------------------------------------------------------- >>>> ------ >>>> This SF.net email is sponsored by DB2 Express >>>> Download DB2 Express C - the FREE version of DB2 express and take >>>> control of your XML. No limits. Just data. Click to get it now. >>>> http://sourceforge.net/powerbar/db2/ >>>> _______________________________________________ >>>> Repast-developer mailing list >>>> Rep...@li... >>>> https://lists.sourceforge.net/lists/listinfo/repast-developer >>> >> > |