thanks!!!

I am trying it in my workflow to see if I have problems because my Spark 
version uses scala 2.11.2... 

Il giorno lunedì 26 ottobre 2015 15:16:18 UTC+1, Robert Grider ha scritto:
>
> You can find a preview build of hexy, built against scala 2.11.7, here 
> (for mac) <http://ccl.northwestern.edu/devel/NetLogo%205.3-PREVIEW.dmg> 
> or here (for linux) 
> <http://ccl.northwestern.edu/devel/netlogo-5.3-PREVIEW.tar.gz>. The mac 
> version works ok, but the linux version crashes on start. Nonetheless, the 
> jars should still be usable. Also, please note that these jars are likely 
> to change and/or be taken down at any time without warning, come with no 
> warranty, etc, etc.
>
>
> On Mon, Oct 26, 2015 at 9:11 AM, digitaldust <simone.ga...@gmail.com 
> <javascript:>> wrote:
>
>> all I did so far is from bash, no IntelliJ project used. And you were 
>> right, it's really super easy. Following your lead here, `bin/release.sh` 
>> actually asks me some things then breaks with:
>>
>> error: pathspec 'bin/Mathematica-Link' did not match any file(s) known to 
>> git.
>> Did you forget to 'git add'?
>>
>> Actually, when should I 'git add'? and what?
>>
>> Thanks,
>> Simo
>>
>> ps: if there's anyone with a ready to use NetLogo.jar out of the hexy 
>> branch, I'd be more than happy to use it and stop bothering you with my 
>> basic questions... 
>>
>>
>>
>> Il giorno lunedì 26 ottobre 2015 14:59:46 UTC+1, Seth Tisue ha scritto:
>>>
>>> On Mon, Oct 26, 2015 at 9:52 AM, digitaldust 
>>> <simone.ga...@gmail.com> wrote: 
>>> > my goal is to have a NetLogo.jar that can be used with scala 2.11.x so 
>>> I can 
>>> > use it in my Spark project. 
>>>
>>> The NetLogo.jar you built is fine, it just depends on a lot of other 
>>> libraries (including the Scala 2.11 standard library) that you need to 
>>> add to your project as well. (This isn't specific to the hexy branch; 
>>> no version of NetLogo has a self-contained NetLogo.jar.) 
>>>
>>> The normal way that those libraries get put in place is by running 
>>> `bin/release.sh` out of the Git repo to build installation packages, 
>>> and then unpacking the resulting package. 
>>>
>>> Running `bin/release.sh` can be a bit of a headache, so if what you're 
>>> actually trying to do is set up an IntelliJ project, you might want to 
>>> take a different path where you look at the MANIFEST.MF in NetLogo.jar 
>>> to see what the required libraries are, then add those libraries to 
>>> your IntelliJ project.) 
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "netlogo-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to netlogo-deve...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to