Home
Name Modified Size InfoDownloads / Week
2014-03-30 2014-03-30
jasi 2011-06-15
README.txt 2014-03-30 1.6 kB
simframe-architecture.pdf 2014-03-30 1.5 MB
Totals: 4 Items   1.5 MB 0
JASI - Java Event-Based Simulation Framework
============================================

This library provides an architecture based on a simulation kernel and elementary classes 
for simulation elements and event to build event-based simulation systems in Java.


Get Up And Running Quick
------------------------

This projet is based on Java 8

mvn compile     (compile the source code of the project)
mvn test        (test the compiled source code)
mvn package     (take the compiled code and package it)
mvn clean       (projet clean up)


Instructions
------------
This project was created with:

mvn archetype:create -DgroupId=org.jasi -DartifactId=java-simframe-dev
mvn eclipse:eclipse -DdownloadSources=true
mvn ant:ant

Create a binary distribution:

mvn assembly:assembly
    bin : binary package
    jar-with-dependencies : binary package with dependency libraries included 
        unpacked inside the archive.
       src : source archive which can be used to build your project.
    project : entire source project, including the Maven POM and other files 
        outside of your source directory structure, but excluding all SCM files 
        and the target directory. GOTCHA: If you use an output directory other 
        than /target, this descriptorRef may include the output from your build 
        process.   
   
mvn -Dtest=TestAirtraffic1 test
mvn javadoc:javadoc
mvn javadoc:test-javadoc


Other Stuff
-----------

Ant can be used as an alternative for Maven.

This software is distributed under the terms of the Gnu Public License version 3.
Source: README.txt, updated 2014-03-30