Documentation ¶
Index ¶
- type AntBuilder
- func (builder *AntBuilder) Analyze(m module.Module, allowUnresolved bool) ([]module.Dependency, error)
- func (builder *AntBuilder) Build(m module.Module, force bool) error
- func (builder *AntBuilder) DiscoverModules(dir string) ([]module.Config, error)
- func (builder *AntBuilder) Initialize() error
- func (builder *AntBuilder) IsBuilt(m module.Module, allowUnresolved bool) (bool, error)
- func (builder *AntBuilder) IsModule(target string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntBuilder ¶
AntBuilder implements build context for SBT builds
func (*AntBuilder) Analyze ¶
func (builder *AntBuilder) Analyze(m module.Module, allowUnresolved bool) ([]module.Dependency, error)
Analyze resolves a lib directory and parses the jars inside
func (*AntBuilder) Build ¶
func (builder *AntBuilder) Build(m module.Module, force bool) error
Build is currently not implemented
func (*AntBuilder) DiscoverModules ¶
func (builder *AntBuilder) DiscoverModules(dir string) ([]module.Config, error)
DiscoverModules returns a root build.xml if found, and build configs for all sub-projects otherwise
func (*AntBuilder) Initialize ¶
func (builder *AntBuilder) Initialize() error
Initialize collects metadata on Java and SBT binaries
Click to show internal directories.
Click to hide internal directories.