Dynamic Agent Computations - Installation
Installation from sources
For our project we use Mercurial as a distributed revision control system, that is why to checkout repository you need eg. TortoiseHg tool ( http://bitbucket.org/tortoisehg/stable/wiki/Home).
Repository location:
- https://www.dacframe.org/src (clone, pull for all but push only for registered user)
- https://www.dacframe.org/code/dac/ (all operations only for registered user)
Using TortoiseHg we can clone repository in two ways:
1. Using directory in Windows Explorer
Please create folder "dac" and right click on it:
2. Using command line:
To clone repository using command line just start "cmd".
Change location to directory where you want to keep cloned repository.
![]()
Interesting for us command is "hg clone".
![]()
We need to define repository location.
![]()
Provide login and password if it is necessary.
You will see information about files which were downloaded.
How to compile the project
To compile the project you have to launch following Ant ( http://ant.apache.org/) targets from main build.xml file:
Location of the build.xml file.
get-ivy
Interesting for us command is "ant get-ivy".
get-jsch
Interesting for us command is "ant get-jsch".
compile
Interesting for us command is "ant compile".
Creating jar file
To generate jar file from previously compiled project simply use "jar" target.
Binary installation
If you want to use our latest stable or development version please check content of our Download site.
Attachments
-
dac-clone-repository-step-1-a.jpg
(43.4 KB) - added by klider
3 years ago.
-
dac-clone-repository-step-2-a.jpg
(61.3 KB) - added by klider
3 years ago.
-
dac-clone-repository-step-3-a.jpg
(60.8 KB) - added by klider
3 years ago.
-
dac-clone-repository-step-4-a.jpg
(111.7 KB) - added by klider
3 years ago.
-
dac-clone-repository-step-5-a.jpg
(54.3 KB) - added by klider
3 years ago.
-
dac-clone-cmd-1.jpg
(50.4 KB) - added by klider
3 years ago.
-
dac-clone-cmd-2.jpg
(55.4 KB) - added by klider
3 years ago.
-
dac-clone-cmd-3.jpg
(93.7 KB) - added by klider
3 years ago.
-
dac-clone-cmd-4.jpg
(19.9 KB) - added by klider
3 years ago.
-
dac-clone-cmd-5.jpg
(59.7 KB) - added by klider
3 years ago.
-
dac-clone-cmd-6.jpg
(77.7 KB) - added by klider
3 years ago.
-
dac-cmd-ant-targets-1.jpg
(87.2 KB) - added by klider
3 years ago.
-
dac-cmd-ant-targets-2.jpg
(72.4 KB) - added by klider
3 years ago.
-
dac-cmd-ant-targets-3.jpg
(77.0 KB) - added by klider
3 years ago.
-
dac-cmd-ant-targets-4.jpg
(135.6 KB) - added by klider
3 years ago.
-
dac-cmd-ant-targets-5.jpg
(108.6 KB) - added by klider
3 years ago.
















