Code Monkey home page Code Monkey logo

adasim's Introduction

Building and running Adasim
---------------------------

Building and running Adasim is simple. There are two
basic ways to compile and run Adasim. Either use Ant,
or create an Eclipse workspace and compile through Eclipse.
Below are instructions how to achieve both.

Compiling with Ant
------------------

The ant build file supports the following targets:

compile        compile the adasim core
test-compile   compile the adasim test suite
test           run the adasim test suite
jar            build an executable JAR file containing only the 
               adasim core
jar-deps       build an executable JAR file that includes
               all dependencies and should run without having 
               to set the classpath
javadoc        generate end-user JavaDoc documentation. The
               generated HTML will be in 'javadoc'.
               
The easiest way to compile and run Adasim is to use
ant jar-libs 
to compile and package adasim. Then run
java -jar adasim.jar -I config.xml
where 'config.xml' must be a configuration file.
For furhter details on running Adasim, check
the Wiki at 
https://github.com/brunyuriy/adasim/wiki/Inst090


Compiling with Eclipse
----------------------

The source checkout already contains a project file for
Eclipse. Checking out through the MercurialEclipse 
plugin should set you up.
If it doesn't, import your checkout into your Eclipse 
workspace, add all the JARs in the 'lib' directory
to the classpath, define 'src' and 'test' as source
directories and you are good to go.

adasim's People

Contributors

brunyuriy avatar jowu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.