|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
OpenJML setup issues on Mac
Dan, David et al.,
Note: that I am working with a Snow Leopard machine. MAC ISSUES: ========== I'm following the instructions given on the OpenJML setup page and I am running in to a few issues (well, actually, I'm not sure _if_ they are issues):
============== I've set up Eclipse to use the OpenJDK as instructed on the setup page. Then, using the project set file to import the OpenJML projects it seems to pickup the projects ok but I get the following build problems: Description Resource Path Location TypeCould it be that these two libraries have not been committed? Thanks! Patrice -- Patrice Chalin, Eng. Associate Prof., Dependable Software Research Group DSRG, http://www.dsrg.org CSE Dept., Concordia University, Room EV3.215 Home page http://www.encs.concordia.ca/~chalin Tel.+1-514-848-2424 x3004 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmlspecs-developers mailing list Jmlspecs-developers@... https://lists.sourceforge.net/lists/listinfo/jmlspecs-developers |
|
|
Re: OpenJML setup issues on Mac--On 6 September 2009 18:15:53 -0500 Patrice Chalin <chalin@...> wrote: > Dan, David et al., > > Note: that I am working with a Snow Leopard machine. > > MAC ISSUES: > ========== > > I'm following the instructions given on the OpenJML setup page and I am > running in to a few issues (well, actually, I'm not sure _if_ they are > issues): > > * "sudo port upgrade outdated" reported "Error: No ports found" for > me. Is that ok? (I suspect it is, but just wanted to double check.) If you had no ports installed, that's fine. > * "sudo port install openjdk6" reported one error (given next). Is > this a problem? Could it be that the warning issued by javac > causes the "error 2" to be reported or do you think that the two > are unrelated? OpenJDK6 also does not yet build for me on Snow Leopard, but (I think) my issue (<http://trac.macports.org/ticket/20956>) is different. > * My openjdk was found under, > "/opt/local/share/java/openjdk6_bootstrap". Is that normal, or is > the fact that the dir name is different mean that my install > didn't quite work (or that I got the wrong package ...? Yet I > issued the command "sudo port install openjdk6".) That's the bootstrap OpenJDK. The full one did not successfully build. I'm not sure the bootstrap one will work for building OpenJML, but maybe it will... -Dan ------------------------------------------------------------------ Daniel M. Zimmerman Assistant Professor 1900 Commerce St. Box 358426 Institute of Technology, UWT Tacoma, WA 98402 dmz@... ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmlspecs-developers mailing list Jmlspecs-developers@... https://lists.sourceforge.net/lists/listinfo/jmlspecs-developers |
|
|
Re: OpenJML setup issues on MacDaniel M. Zimmerman wrote:
> --On 6 September 2009 18:15:53 -0500 Patrice Chalin > <chalin@...> wrote: > > If you had no ports installed, that's fine. Ok. > OpenJDK6 also does not yet build for me on Snow Leopard, but (I think) > my issue (<http://trac.macports.org/ticket/20956>) is different. Actually, if I run the "port -d install" command, I get that error too. Please let me know once you are able to successfully build openjdk6. >> * My openjdk was found under, >> "/opt/local/share/java/openjdk6_bootstrap". Is that normal, or is >> the fact that the dir name is different mean that my install >> didn't quite work (or that I got the wrong package ...? Yet I >> issued the command "sudo port install openjdk6".) > > That's the bootstrap OpenJDK. The full one did not successfully build. > I'm not sure the bootstrap one will work for building OpenJML, but > maybe it will... Don't really know yet ... pending the resolution of the OpenJMLUI Eclipse project build problems. Thanks, Patrice -- Patrice Chalin, Eng. Associate Prof., Dependable Software Research Group DSRG, http://www.dsrg.org CSE Dept., Concordia University, Room EV3.215 Home page http://www.encs.concordia.ca/~chalin Tel.+1-514-848-2424 x3004 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmlspecs-developers mailing list Jmlspecs-developers@... https://lists.sourceforge.net/lists/listinfo/jmlspecs-developers |
|
|
Re: OpenJML setup issues on MacPatrice et al. (Sorry for the delayed response over the holiday weekend)
- I also had trouble building openjdk itself on Mac-Leopard. I am successfully using the prebuilt openjdk that Dan provided. - For now I suggest that you close the OpenJMLUI project until I iron out a few kinks in it. However, you can try running the Make Release, which builds the release and copies some stuff into the OpenJMLUI project that that project needs. I will embellish the build instructions appropriately when I sort them out. David Patrice Chalin wrote: > Daniel M. Zimmerman wrote: >> --On 6 September 2009 18:15:53 -0500 Patrice Chalin >> <chalin@...> wrote: >> >> If you had no ports installed, that's fine. > Ok. >> OpenJDK6 also does not yet build for me on Snow Leopard, but (I >> think) my issue (<http://trac.macports.org/ticket/20956>) is different. > Actually, if I run the "port -d install" command, I get that error > too. Please let me know once you are able to successfully build > openjdk6. >>> * My openjdk was found under, >>> "/opt/local/share/java/openjdk6_bootstrap". Is that normal, or is >>> the fact that the dir name is different mean that my install >>> didn't quite work (or that I got the wrong package ...? Yet I >>> issued the command "sudo port install openjdk6".) >> >> That's the bootstrap OpenJDK. The full one did not successfully >> build. I'm not sure the bootstrap one will work for building OpenJML, >> but maybe it will... > Don't really know yet ... pending the resolution of the OpenJMLUI > Eclipse project build problems. > > Thanks, > Patrice > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmlspecs-developers mailing list Jmlspecs-developers@... https://lists.sourceforge.net/lists/listinfo/jmlspecs-developers |
|
|
Re: OpenJML setup issues on MacDavid Cok wrote:
> Patrice et al. (Sorry for the delayed response over the holiday weekend) > Not a problem ... that's was the week-end was for :). > - I also had trouble building openjdk itself on Mac-Leopard. I am > successfully using the prebuilt openjdk that Dan provided. > Ok, I'll do that too. > - For now I suggest that you close the OpenJMLUI project until I iron > That's what I ended up doing (so as to be able to make progress). > out a few kinks in it. However, you can try running the Make Release, > which builds the release and copies some stuff into the OpenJMLUI > project that that project needs. I will embellish the build > instructions appropriately when I sort them out. > Ok. Thanks, Patrice -- Patrice Chalin, Eng. Associate Prof., Dependable Software Research Group DSRG, http://www.dsrg.org CSE Dept., Concordia University, Room EV3.215 Home page http://www.encs.concordia.ca/~chalin Tel.+1-514-848-2424 x3004 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmlspecs-developers mailing list Jmlspecs-developers@... https://lists.sourceforge.net/lists/listinfo/jmlspecs-developers |
| Free embeddable forum powered by Nabble | Forum Help |