AndreVanDelft / scala

The SubScript extension to the Scala programming language
http://www.subscript-lang.org/
12 stars 1 forks source link

Everything is merged to one repository; separation on ant task level #38

Closed anatoliykmetyuk closed 10 years ago

anatoliykmetyuk commented 10 years ago

I have merged everything to one repository. Everything that is not subscript core is contained under src/subscript-extras. ant quick.subscript now builds only subscript core. The extras under subscript-extras are compiled using ant quick.subscript-extras, presumably to build/quick/classes/subscript-extras. Core compiles without problems. Extras don't compile. Also, it is possible to compile the extras using abt, because they are stored in the form of abt projects. This doesn't prevent ant from doing its job.