Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.xml of example points to wrong path #42

Open
dinoopp opened this issue Nov 3, 2018 · 0 comments
Open

build.xml of example points to wrong path #42

dinoopp opened this issue Nov 3, 2018 · 0 comments

Comments

@dinoopp
Copy link

dinoopp commented Nov 3, 2018

The jsip\src\examples\ims\build.xml is confirgured with wrong paths to log4j_jar and junit_jar.

Current value
<property name="log4j_jar" value="${root}/lib/${log4j}" /> <property name="junit_jar" value="${root}/lib/${junit}" />

And it has to be

<property name="log4j_jar" value="${root}/${log4j}" /> <property name="junit_jar" value="${root}/${junit}" />

The folder lib is already added in ant-build-config.properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant