Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Embed the ofbiz-plugins project inside the ofbiz-framework project.

...

  1. You can either allow Eclipse to download OFBiz directly from SVN,
  2. or you can import an already downloaded copy of OFBiz (from SVN or otherwise) from the filesystem.
  3. OFBiz has been split in framework and plugins. It's though still easy to allow Eclipse handles the plugins inside the framework by embedding the ofbiz-plugins project inside the ofbiz-framework project. For that
    simply follow https://stackoverflow.com/questions/9163501/eclipse-import-folder-of-source-code-to-other-projects and then run "gradlew pullAllPluginsSource"  from ofbiz-framework project root.

Importing OFBiz from the filesystem into Eclipse

...