ieugen opened a new pull request #319:
URL: https://github.com/apache/ofbiz-framework/pull/319


   Work in progress.
   
   This is to start discussion around improving ofbiz codebaase to allow more 
contributions.
   
   ## Goals: 
   * Migrate ofbiz components to use gradle projects.
   * Expose dependencies of each component.
   * Expose circular dependencies between components.
   * Allow easier future code changes / dependency updates.
   
   Test with:
   ```
   cd framework
   ./gradlew clean build
   ```
   
   Done so far:
   
   * Created build.gradle files for some components; start, base, common, etc.
   * Circular dependencies between components needs to be fixed before we move 
forward.
   ** start depends on base and reverse 
   ** common depends on base and reverse
   ** base depends on entity and webapp
   ** etc ?!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to