Ant-Ivy- Scala Template: any suggestions for improvement?

I just created a template project for Scala using Ant and Apache Ivy. I want Communitie information to be made to any improvements in the Template so that it can be improved.

The environment effectively consists of three files:

  • build.xml
  • ivy.xml
  • ivysettings.xml

running ant init will create all the necessary directories. I was wondering if there is Ant or Apache Ivy gurus out there that can provide some input. Git project is located here

And here is the main project page

+3
source share
1 answer

I would recommend an sbt-based solution.

Git ( Windows msysgit) :

git clone http://github.com/mgutz/sbt-console-template.git

Scala ( ).

. Scala, Sbt Eclipse .

+1

Source: https://habr.com/ru/post/1727022/


All Articles