Activiti installation process with Ant

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 08:27 AM
I am trying to install Activiti. For it, I run the ant command in the directory setup where there is a build.xml file. However, the installation process is stopped and the following error appears in the command prompt:
Buildfile: C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml
demo.install:
[echo] installing demo…
internal.define.jdbc.driver.libs:
internal.build.webapps:
BUILD FAILED
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:110: The following error occurred while executing this line:
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:352: C:\Users\user1\Downloads\activiti\distro\src\setup\files\webapps does not exist.
Total time: 1 second
I am trying to install Activiti. For it, I run the ant command in the directory setup where there is a build.xml file. However, the installation process is stopped and the following error appears in the command prompt:
Buildfile: C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml
demo.install:
[echo] installing demo…
internal.define.jdbc.driver.libs:
internal.build.webapps:
BUILD FAILED
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:110: The following error occurred while executing this line:
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:352: C:\Users\user1\Downloads\activiti\distro\src\setup\files\webapps does not exist.
Total time: 1 second
It is supposed that the webapps directory should be created for the installation process.
Buildfile: C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml
demo.install:
[echo] installing demo…
internal.define.jdbc.driver.libs:
internal.build.webapps:
BUILD FAILED
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:110: The following error occurred while executing this line:
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:352: C:\Users\user1\Downloads\activiti\distro\src\setup\files\webapps does not exist.
Total time: 1 second
I am trying to install Activiti. For it, I run the ant command in the directory setup where there is a build.xml file. However, the installation process is stopped and the following error appears in the command prompt:
Buildfile: C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml
demo.install:
[echo] installing demo…
internal.define.jdbc.driver.libs:
internal.build.webapps:
BUILD FAILED
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:110: The following error occurred while executing this line:
C:\Users\user1\Downloads\activiti\distro\src\setup\build.xml:352: C:\Users\user1\Downloads\activiti\distro\src\setup\files\webapps does not exist.
Total time: 1 second
It is supposed that the webapps directory should be created for the installation process.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 09:36 AM
we've not used ant for a loooooong time. Why not use the latest version?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 11:51 AM
I am precisely using the latest version of Ant.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 01:50 PM
I mean the latest version of Activiti, of course 😉
The current release does not use ant, not has it an ant installer (it has been like that for a couple of years now)
The current release does not use ant, not has it an ant installer (it has been like that for a couple of years now)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2016 06:17 AM
I am using the book "Activiti in Action" and following its examples. The book uses the version 5.9 of Activiti and that is precisely what I want to make use of.
