Chris, Tom
The project is GRAVITE, here http://www.techbriefs.com/component/content/article/ntb/tech-briefs/sensors-data-acquisition/23226 which I believe uses OODT My question was not very well phrased, so I am a programmer, and the way I learn about new code is running a program step by step using a debugger, and IDEA is just the absolute best Java editor/debugger my experience with Eclipse is not so good, I found it to be full of bugs. IDEA just works out of the box, I recommend you give it a try Just import the OODT maven project https://www.jetbrains.com/idea/ so, I download and compiled OODT , imported the maven project in IDEA, and now I want to run/debug some code, but in the documentation I did not find a way to do this so, the question is , after compiling OODT, where should we start, (which main program to run), what parameters, etc. Thanks ---------------------- Pedro Vicente [email protected] https://twitter.com/_pedro__vicente http://www.space-research.org/ ----- Original Message ----- From: Tom Barber To: [email protected] Cc: Pedro Vicente Sent: Tuesday, May 31, 2016 4:38 PM Subject: Re: oodt I use Idea all the time, mostly cause its cool and as an ASF committer I get a free license! Anyway, as with 100% of Java apps, regardless of IDE, I always execute them on the command line and connect a remote debugger to them, call me old fashioned, but its easy and works every time. Tom On Tue, May 31, 2016 at 9:09 PM, Mattmann, Chris A (3980) <[email protected]> wrote: Hi Pedro, Not sure I heard back from you on this - have you tried to use Eclipse? I mostly use Eclipse. Could you also talk more about the project you’re going to start? Thanks! Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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: [email protected] 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 5/20/16, 8:54 AM, "Pedro Vicente" <[email protected]> wrote: > >Chris > >I am going to start using OODT on a project and I am interested in learning the code > >I use IntelliJ IDEA as a developing environment, is there a way to run/debug OODT from within IDEA? > >thanks > > > >---------------------- >Pedro Vicente >[email protected] >https://twitter.com/_pedro__vicente >http://www.space-research.org/
