ThoughtWorksInc / go-artifactory-poller

Apache License 2.0
2 stars 2 forks source link

com.thoughtworks.go.plugin.api.logging.Logger not included as a dependency. #1

Open nfisher opened 10 years ago

nfisher commented 10 years ago

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;

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