Ant-Ivy-Scala Template: any suggestions on improvements?
Posted
by luigi-prog
on Stack Overflow
See other posts from Stack Overflow
or by luigi-prog
Published on 2010-01-01T07:35:01Z
Indexed on
2010/04/27
7:53 UTC
Read the original article
Hit count: 375
I just created a template project for Scala using Ant and Apache Ivy. I want to get the communitie's input on any improvements to the Template so it can be improved.
The Environment effectively consists of 3 files:
- build.xml
- ivy.xml
- ivysettings.xml
running ant init will create all needed directories. I was wondering if there are any Ant or Apache Ivy gurus around that could give some input. The Git Project is Located Here
© Stack Overflow or respective owner