Can't build

Asked by Dmitry Motylev

I checked out the project
and run ant to build project. Next is log of that try
------------------------------------------------
dmotylev:jotscale dmotylev$ ant buildJava
Buildfile: build.xml

init:

buildJavaXCommon:

BUILD FAILED
/Users/dmotylev/Workshop/Externals/jotscale/build.xml:35: srcdir "/Users/dmotylev/Workshop/Externals/JotCommon/src" does not exist!

Total time: 0 seconds
dmotylev:jotscale dmotylev$

Question information

Language:
English Edit question
Status:
Solved
For:
JotScale Edit question
Assignee:
No assignee Edit question
Solved by:
jotpark
Solved:
Last query:
Last reply:
Revision history for this message
jotpark (marty-jotpark) said :
#1

the ant script is broken. The project no longer depends upon JotCommon.

Revision history for this message
Best jotpark (marty-jotpark) said :
#2

fixed and checked in

Revision history for this message
Dmitry Motylev (dmotylev) said :
#3

Thanks jotpark, that solved my question.