Re: Update on development for 1.5

2016-08-15 Thread Antoine Toulme
OK, we now have support for Scala 2.11. Two things had to go to make it happen: -the Zinc compiler’s last release was 6 years ago, and it doesn’t seem to play well with the latest. I have removed it. -specs vs specs2. specs would not work with 2.11. I have removed it. Also, as a bonus we now ru

Re: Update on development for 1.5

2016-08-15 Thread Alex Boisvert
On Mon, Aug 15, 2016 at 3:24 PM, Antoine Toulme wrote: > Two things had to go to make it happen: > -the Zinc compiler’s last release was 6 years ago, and it doesn’t seem to > play well with the latest. I have removed it. > Zinc's last release was about a month ago (July 3rd); I think you might

Re: Update on development for 1.5

2016-08-15 Thread Alex Boisvert
BTW, this is great! Looking forward to 1.5. Has anybody looked at deprecations? We could remove anything that's been marked as deprecated in 1.3.x and before. https://cwiki.apache.org/confluence/display/BUILDR/Backward+Compatibility On Mon, Aug 15, 2016 at 3:24 PM, Antoine Toulme wrote: > O

Re: Update on development for 1.5

2016-08-15 Thread Antoine Toulme
On Aug 15, 2016, at 3:47 PM, Alex Boisvert wrote: > > On Mon, Aug 15, 2016 at 3:24 PM, Antoine Toulme wrote: > >> Two things had to go to make it happen: >> -the Zinc compiler’s last release was 6 years ago, and it doesn’t seem to >> play well with the latest. I have removed it. >> > > Zinc's

Re: Update on development for 1.5

2016-08-15 Thread Antoine Toulme
No, there are quite a few places in the code mentioning 1.5. > On Aug 15, 2016, at 3:49 PM, Alex Boisvert wrote: > > BTW, this is great! Looking forward to 1.5. > > Has anybody looked at deprecations? We could remove anything that's been > marked as deprecated in 1.3.x and before. > > https

Re: Update on development for 1.5

2016-08-15 Thread Peter Donald
Hi, On Tue, Aug 16, 2016 at 8:49 AM, Alex Boisvert wrote: > BTW, this is great! Looking forward to 1.5. Agreed - fantastic work Antoine. I am currently on a death march project so won't be able to help out merging custom_pom addon back into core. But I love the work that is being done. -- Ch

Re: BUILDR-572: Allow to upload unique version (timestamp based) snapshot artifacts to a repository

2016-08-15 Thread Peter Donald
On Sun, Aug 14, 2016 at 5:27 PM, Antoine Toulme wrote: >> Brice, good stuff! I'm tempted to make snapshot-timestamping default instead >> of an opt-in option. I'll take this discussion to the mailing list first. > > I agree with Alex, this is the behavior users have come to expect from the > bui

Re: Update on development for 1.5

2016-08-15 Thread Antoine Toulme
Just brought zinc back in. Had to do a little dancing around with a Java class to call out to the Scala main object. Here is the commit: [master 749acfe] Bring back zinc compiler, using the latest version and a runner class 5 files changed, 183 insertions(+), 5 deletions(-) create mode 100644