ant

package
v0.7.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2018 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHashes

func GetHashes(path string) (module.Hashes, error)

GetHashes computes hexadecimal checksums of a variety of types for a given file path

Types

type Analyzer

type Analyzer struct {
	AntCmd     string
	AntVersion string

	JavaCmd     string
	JavaVersion string

	Options Options
}

Analyzer implements build context for SBT builds

func New

func New(opts map[string]interface{}) (*Analyzer, error)

Initialize collects metadata on Java and SBT binaries

func (*Analyzer) Analyze

func (a *Analyzer) Analyze(m module.Module) (module.Module, error)

Analyze resolves a lib directory and parses the jars inside

func (*Analyzer) Build

func (a *Analyzer) Build(m module.Module) error

Build is currently not implemented

func (*Analyzer) Clean

func (a *Analyzer) Clean(m module.Module) error

Clean is currently not implemented

func (*Analyzer) Discover

func (a *Analyzer) Discover(dir string) ([]module.Module, error)

Discover returns a root build.xml if found, and build configs for all sub-projects otherwise

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt(m module.Module) (bool, error)

IsBuilt always returns true for Ant builds

type Options

type Options struct {
	LibDir string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL