Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 7 and Version 8 of MmrnmhrmDeveloperNotes

Show
Ignore:
Author:
phoenix (IP: 82.150.96.2)
Timestamp:
07/21/10 17:48:38 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MmrnmhrmDeveloperNotes

    v7 v8  
    22 
    33'''Setting up the development environment:''' 
    4  * Checkout the mmrnmhrm-build the project into your workspace, and look at mrnmhrm-build/target to figure out the baseline requirements for the target platform. There is an Ant-target in the included build.xml file that can create a target platform (for automated builds), however, for a development environment, you dont need the delta-pack, and you will likely be interested in the SDK versions of the required bundles. 
     4 * Checkout the mmrnmhrm-build project into your workspace, and look at mrnmhrm-build/target to figure out the baseline requirements for the target platform. There is an Ant-target in the included build.xml file that can create a target platform (for automated builds), however, for a development environment, you dont need the delta-pack, and you will likely be interested in the SDK versions of the required bundles. 
    55 * Checkout the mmrnmhrm.ui and mmrnmhrm.tests, and all required dependency projects into your workspace. You will need a Java 1.6 JVM for most projects. Java Compiler should automatically be setup (using project specific settings) 
    66 * TODO: Setup a common Code Style, and or Java Compiler - Error/Warnings settings, and or Formatter settings?