Re: NGCC notes and video

2016-06-10 Thread Mattmann, Chris A (3980)
Thanks for sending these Jonathan!

++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattm...@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++










On 6/10/16, 1:48 PM, "Jonathan Ellis"  wrote:

>I've posted my notes from the NGCC talks here:
>https://docs.google.com/document/d/1rYyJWDsiwGmc3IUNCV_AKhzUJghLwA_iWDzog-eDSSE
>
>Videos for most of the talks are available here:
>https://www.youtube.com/user/PlanetCassandra/videos
>
>The recordings were done by a volunteer with a webcam, so I caution in
>advance not to set your expectations accordingly.
>
>-- 
>Jonathan Ellis
>Project Chair, Apache Cassandra
>co-founder, http://www.datastax.com
>@spyced


NGCC notes and video

2016-06-10 Thread Jonathan Ellis
I've posted my notes from the NGCC talks here:
https://docs.google.com/document/d/1rYyJWDsiwGmc3IUNCV_AKhzUJghLwA_iWDzog-eDSSE

Videos for most of the talks are available here:
https://www.youtube.com/user/PlanetCassandra/videos

The recordings were done by a volunteer with a webcam, so I caution in
advance not to set your expectations accordingly.

-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder, http://www.datastax.com
@spyced


Re: Unit tests in IDE

2016-06-10 Thread Jan Kotek
It does, I missed that, thanks

On Thu, 2016-06-09 at 11:53 -0500, Josh McKenzie wrote:
> Does ant generate-idea-files
>  cover
> this?
> 
> On Thu, Jun 9, 2016 at 11:26 AM, Jan Kotek  wrote:
> 
> > 
> > Hi,
> > 
> > I would like to run and debug unit tests directly in Intellij Idea.
> > Current Ant runner does not work for me.
> > 
> > I studied the problem a bit. Tests use java-agent that complicates
> > it a
> > bit. Also I would like to make minimal changes. So far my approach
> > is:
> > 
> > - Run special test case under regular Ant
> > 
> > - It saves JVM parameters generated by Ant (properties, JVM args,
> > java
> > agents, classpath) into text file
> > 
> > - Invoke Ant target to convert this text file into Run
> > Configuration
> > for IDE
> > 
> > - Click Run in Idea... :-)
> > 
> > I would be happy to polish it a bit more. Would you merge such
> > patch?
> > 
> > Regards,
> > Jan Kotek
> >