Re: Required file not found in building

2014-12-02 Thread Stephen Boesch
Thanks Sean, I followed suit (brew install zinc) and that is working. 2014-12-01 22:39 GMT-08:00 Sean Owen : > I'm having no problems with the build or zinc on my Mac. I use zinc > from "brew install zinc". > > On Tue, Dec 2, 2014 at 3:02 AM, Stephen Boesch wrote: > > Mac as well. Just found th

Re: Required file not found in building

2014-12-01 Thread Sean Owen
I'm having no problems with the build or zinc on my Mac. I use zinc from "brew install zinc". On Tue, Dec 2, 2014 at 3:02 AM, Stephen Boesch wrote: > Mac as well. Just found the problem: I had created an alias to zinc a > couple of months back. Apparently that is not happy with the build anymor

Re: Required file not found in building

2014-12-01 Thread Ted Yu
I used the following for brew: http://repo.typesafe.com/typesafe/zinc/com/typesafe/zinc/dist/0.3.0/zinc-0.3.0.tgz After starting zinc, I issued the same mvn command but didn't encounter the error you saw. FYI On Mon, Dec 1, 2014 at 8:18 PM, Stephen Boesch wrote: > The zinc src zip for 0.3.5.3

Re: Required file not found in building

2014-12-01 Thread Stephen Boesch
The zinc src zip for 0.3.5.3 was downloaded and exploded. Then I ran sbt dist/create . zinc is being launched from dist/target/zinc-0.3.5.3/bin/zinc 2014-12-01 20:12 GMT-08:00 Ted Yu : > I use zinc 0.2.0 and started zinc with the same command shown below. > > I don't observe such error. > >

Re: Required file not found in building

2014-12-01 Thread Ted Yu
I use zinc 0.2.0 and started zinc with the same command shown below. I don't observe such error. How did you install zinc-0.3.5.3 ? Cheers On Mon, Dec 1, 2014 at 8:00 PM, Stephen Boesch wrote: > > Anyone maybe can assist on how to run zinc with the latest maven build? > > I am starting zinc a

Re: Required file not found in building

2014-12-01 Thread Stephen Boesch
Anyone maybe can assist on how to run zinc with the latest maven build? I am starting zinc as follows: /shared/zinc-0.3.5.3/dist/target/zinc-0.3.5.3/bin/zinc -scala-home $SCALA_HOME -nailed -start The pertinent env vars are: 19:58:11/lib $echo $SCALA_HOME /shared/scala 19:58:14/lib $which scal

Re: Required file not found in building

2014-12-01 Thread Stephen Boesch
Mac as well. Just found the problem: I had created an alias to zinc a couple of months back. Apparently that is not happy with the build anymore. No problem now that the issue has been isolated - just need to fix my zinc alias. 2014-12-01 18:55 GMT-08:00 Ted Yu : > I tried the same command on M

Re: Required file not found in building

2014-12-01 Thread Ted Yu
I tried the same command on MacBook and didn't experience the same error. Which OS are you using ? Cheers On Mon, Dec 1, 2014 at 6:42 PM, Stephen Boesch wrote: > It seems there were some additional settings required to build spark now . > This should be a snap for most of you ot there about wh