Skip to content
kimukou edited this page Sep 14, 2010 · 32 revisions

griffon develop memo(for windows)

  1. eclipse_debug_setting
  2. eclipse_command_setting
  3. batfile_setting

griffon memo

  1. griffon upgrade problem(0.3=>0.9)
    1. When Plugin is before version, I may not runnning
      griffon uninstall plugin XXX
    2. Has plugin uninstall error occur
      1. manual delete %USERPROFILE%\.griffon\0.9\projects\PROJRCT_NAME\plugins\XXX
    3. reinstall plugin
      griffon install plugin XXX
    4. clean and run-app
      griffon clean
      griffon run-app
  2. griffon sample 0.3.1 running 0.3(windows XP ,griffon 0.3.1 not running)
    1. application.properties edit
      1. app.griffon.version=0.3.1 =>app.griffon.version=0.3
  3. package app
    griffon prod package
    1. When I move it in applet,In jar of staging, it is signed It is not signed jar of dist/applet.
    2. I think that it is fixed in the next version, but substitution is necessary at the time of release
  4. use griffon installer plugin , can create windows.exe(use JSmooth)
    griffon package windows
  5. loggin setting(stand alone mode)
    1. dist/jar directory can set the logging if I copy log4j.xml
  6. To move a development environment in a different terminal
    1. backup %USERPROFILE%\.griffon\0.9\projects\PROJRCT_NAME\
    2. backup workspace\projects\PROJRCT_NAME\

Clone this wiki locally