Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Template Ant+Ivy enabled Eclipse project for mixed Java/Scala code

Notifications You must be signed in to change notification settings

zsellera/java-scala-ivy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is an Eclipse template to create new ivy-enabled projects which supports
both Java and Scala development.

The settings files (build.xml, build.properties, ivysettings.xml, ivy.xml) are
copy-pasted from several places with small amount of customization.

Directory sructure:

project-directory		-> top level directory
 |`- build			-> built product (jar, classes) goes here
 |`- ivy			-> ivy lib
 |`- lib			-> ivy's resolved libs
 |`- src			-> source folders
 |    |`- main
 |    |    `- packages		-> app codes
 |    |`- test
 |    |    `- packages		-> test code
 |    |`- .project		-> eclipse
 |    |`- .classpath		->    files
 |    |`- build.properties	
 |    |`- build.xml		-> build
 |    |`- ivy.xml		->    files
 |     `- ivysettings.xml	
  ` README

About

Template Ant+Ivy enabled Eclipse project for mixed Java/Scala code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published