Changes between Version 9 and Version 10 of AppBuilding


Ignore:
Timestamp:
Dec 31, 1969, 4:35:47 PM (55 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppBuilding

    v9 v10  
    11= Application Building =
     2[[PageOutline]]
    23''This page describes how to build single applications. For official release and nightly build information/procedures, see BuildProcess''
    34
     
    7172</target>
    7273}}}
     74== Building Applications ==
     75=== Using Eclipse ===
     76To build an application using eclipse, open [source:trunk/ant/MultiAppBuilder.xml ant/MultiAppBuilder.xml] inside eclipse. If you don't see the "Outline" view (usually on the right side of your eclipse workspace), first make sure you're in the Java perspective. If it still doesn't show up, go to Window -> Show View -> Outline.
     77
     78Locate the task for the application(s) that you would like to build in the outline. For example:
     79* build.hc.local - for Hazard Curve Local Mode Application
     80* build.local - for all Local Mode Applications
     81* build.atten.rel - for the Attenuation Relationship Plotter Application
     82
     83Right click on the task, and select "Run As -> Ant Build". Progress will be shown in the console window.