Can you please list down the steps that you've done ! That would be easier for me to see whats going wrong !
On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <[email protected]> wrote: > No, i wasnt able to run it. I added the Akka libraries, it compiled with > 26 errors and 4 warnings. > > > Information:Modules "main1", "main", "main2", "test", "main3" were fully > rebuilt due to project configuration/dependencies changesInformation:14/11/16 > 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s > 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) > tests of testWarning:scala: skipping Scala files without a Scala SDK in > module(s) main3Warning:scala: skipping Scala files without a Scala SDK in > module(s) main2Warning:scala: skipping Scala files without a Scala SDK in > module(s) > main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, > 28) object FeyGenericActor is not a member of package > org.apache.iota.feyimport > org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, > 8) object FeyGenericActor is not a member of package > org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) > object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, > 69) not found: type FeyGenericActor > override val autoScale: Boolean = false) extends > FeyGenericActor {Error:(39, 12) not found: value ZMQ > var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ > var pub: ZMQ.Socket = nullError:(44, 5) not found: value log > log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ > ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ > ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive > override def customReceive: Receive = {Error:(87, 15) not found: value log > case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log > log.debug(s"Msg count: $count")Error:(117, 5) not found: value log > log.debug(s"messsage =$Message")Error:(105, 17) not found: value log > case _ => log.error("Ignoring this message as format not > expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, > 8) object FeyGenericActor is not a member of package > org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) > object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, > 70) not found: type FeyGenericActor > override val autoScale: Boolean = false) extends > FeyGenericActor {Error:(39, 12) not found: value ZMQ > var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ > var pub: ZMQ.Socket = nullError:(44, 5) not found: value log > log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ > ctx = ZMQ.context(1)Error:(60, 9) not found: value log > log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not > found: type Receive > override def customReceive: Receive = {Error:(95, 15) not found: value log > case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log > log.debug(s"Msg count: $count")Error:(104, 17) not found: value log > case _ => log.debug("Ignoring this message as format not expected") > > > > On 14 November 2016 at 11:26, Shivansh Srivastava <[email protected]> > wrote: > >> Hey kibm9999, >> >> Sorry for the late reply, >> Were you able to run the iota on your dev machine ? >> >> Thanks. >> >> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <[email protected]> wrote: >> >>> I installed Intellij, cloned the repository from github (this one -> >>> https://github.com/apache/incubator-iota). >>> I also installed the scala plugin for intellij. >>> Anything else i need? >>> >>> Thanks >>> >>> On 13 November 2016 at 12:56, Tony Faustini <[email protected]> wrote: >>> >>>> Yes - let’s get you setup first - try document each step since your >>>> first task would be documenting this process for others to follow. We can >>>> do this together. Since you are totally new to the project you are in a >>>> great position to document the steps for others to follow. I can provide >>>> some guidance as you move through each step >>>> >>>> Step 1 download Intellij community Edition >>>> >>>> What system are you planning on using? MacBook, Linux, Windows? >>>> >>>> Thanks >>>> >>>> -Tony >>>> >>>> >>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <[email protected]> wrote: >>>> >>>> Any small tasks that i could do? >>>> >>>> On 13 November 2016 at 12:43, klbm9999 . <[email protected]> wrote: >>>> >>>>> I recently learned scala. But i dont know Akka. I will learn it. >>>>> >>>>> >>>>> On 13 November 2016 at 12:42, Tony Faustini <[email protected]> wrote: >>>>> >>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some >>>>>> great opportunities to contribute. >>>>>> >>>>>> -Tony >>>>>> >>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <[email protected]> >>>>>> wrote: >>>>>> > >>>>>> > Hello, >>>>>> > >>>>>> > I just joined this mailing list. I am an undergrad student, and >>>>>> would like to contribute to this project. >>>>>> > I would like some guidance regarding this. >>>>>> > >>>>>> > Thank you >>>>>> >>>>>> >>>>> >>>> >>>> >>> >> >> >> -- >> *Best Regards | Shivansh* >> *Software Consultant* >> *Knoldus Software LLP* >> >> *India - US - Canada* >> * Twitter <http://www.twitter.com/shiv4nsh> | FB >> <http://www.facebook.com/xeruo> | LinkedIn >> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>* >> > > -- *Best Regards | Shivansh* *Software Consultant* *Knoldus Software LLP* *India - US - Canada* * Twitter <http://www.twitter.com/shiv4nsh> | FB <http://www.facebook.com/xeruo> | LinkedIn <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
