In order to consume artefacts from Artifactory, it is desired to use this plug-in. Currently there is no link to a binary download and as a result it must be built by hand. The compilation process currently fails with the following configuration details;
Debian 7.
Oracle JDK SE 1.7.0_40
Ant 1.8.2
Ivy 2.4.0-rc1 placed in $PROJECT_ROOT/lib/apache-ivy-2.4.0-rc1
Action Taken
ant -lib lib/apache-ivy-2.4.0-rc1/ -lib lib/apache-ivy-2.4.0-rc1/
Expected result
A binary in the target folder.
Actual Result
Compilation fails as seen below;
compile.source:
[javac] Compiling 17 source files to /home/nfisher/workspace/go-artifactory-poller/target/src
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] /home/nfisher/workspace/go-artifactory-poller/src/com/tw/go/plugin/maven/apimpl/ArtifactoryPoller.java:3: error: package com.thoughtworks.go.plugin.api.logging does not exist
[javac] import com.thoughtworks.go.plugin.api.logging.Logger;
[javac] ^
...etc
Background
In order to consume artefacts from Artifactory, it is desired to use this plug-in. Currently there is no link to a binary download and as a result it must be built by hand. The compilation process currently fails with the following configuration details;
Action Taken
Expected result
A binary in the target folder.
Actual Result
Compilation fails as seen below;