Skip to content
Snippets Groups Projects
Commit db338ef7 authored by Ernesto Corbellini's avatar Ernesto Corbellini
Browse files

Added apache logging dependency.

parent 67b0afad
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ dependencies { ...@@ -30,6 +30,7 @@ dependencies {
/* An external maven artifact dependency */ /* An external maven artifact dependency */
compile 'org.ros.rosjava_core:rosjava:[0.2,0.3)' compile 'org.ros.rosjava_core:rosjava:[0.2,0.3)'
compile 'org.apache.directory.studio:org.apache.commons.logging:[1.1,1.2)'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
/* Example of a local subproject dependency */ /* Example of a local subproject dependency */
...@@ -46,6 +47,6 @@ task deployApp(dependsOn: 'installApp') << { ...@@ -46,6 +47,6 @@ task deployApp(dependsOn: 'installApp') << {
} }
File link = new File(binDir,"execute") File link = new File(binDir,"execute")
File target = new File(project.projectDir, "build/install/$project.name/bin/$project.name") File target = new File(project.projectDir, "build/install/$project.name/bin/$project.name")
println "Creating symlink from $link.absolutePath to $target.absolutePath" //println "Creating symlink from $link.absolutePath to $target.absolutePath"
ant.symlink(link: link.absolutePath, resource: target.absolutePath, overwrite: true) ant.symlink(link: link.absolutePath, resource: target.absolutePath, overwrite: true)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment