I have just started using version 5.0 (which looks great) but I still find some problems I had with 5.0 beta. 1. I still get the error messages about description pages, which then are *not* included in the jar file. For instance, in my own "users/ehu/jma/analytical_mechanics/action.xml" I get: Add description page error : Couldn't find description file: Introduction Link = ./action_Intro_1.html Add description page error : Couldn't find description file: Activities Link = ./action_Intro_2.html Add description page error : Couldn't find description file: Author Link = ./action_Intro_3.html
2. "users/ehu/jma/chaos/Henon_Poincare.xml" compiles without complaining (after selecting Java 1.8 as target)
Generating simulation file Henon_Poincare... Compilation successful Congratulations! The simulation was generated successfully. Trying to run simulation Henon_Poincare..
But the simulation doesn't show and must be killed. The problem is related to the use of the deprecated DrawingPanel3D_old (and happens in all my old simulations using that element). OK, I know, it's deprecated; but then, maybe it shouldn't compile...