Re: svn commit: r1292755 - in /oodt/trunk/opendapps/src/main: java/org/apache/oodt/opendapps/ java/org/apache/oodt/opendapps/config/ java/org/apache/oodt/opendapps/extractors/ java/org/apache/oodt/ope

2012-02-25 Thread Mattmann, Chris A (388J)
Thanks Luca! Cheers, Chris On Feb 25, 2012, at 4:08 AM, Cinquini, Luca (3880) wrote: > Thanks Chris, done - did not realize we had that. > Luca > > On Feb 23, 2012, at 7:22 AM, Mattmann, Chris A (388J) wrote: > >> Hi Luca, >> >> Can you please also update CHANGES.txt and record a new changes

Jenkins build is still unstable: oodt-trunk #287

2012-02-25 Thread Apache Jenkins Server
See

Jenkins build is still unstable: oodt-trunk #286

2012-02-25 Thread Apache Jenkins Server
See

Re: Review Request: Integrate CAS-CLI into CAS-Crawler

2012-02-25 Thread brian Foster
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3854/ --- (Updated 2012-02-25 22:58:55.166458) Review request for oodt, Chris Mattmann and

Re: Issue with query_tool when all product types are not populated

2012-02-25 Thread Mattmann, Chris A (388J)
+1 to writing some unit tests for this *grin* Cheers, Chris On Feb 25, 2012, at 1:37 AM, Brian Foster wrote: > > Actually the command line parses it and removes the quotes, then the > shell is getting it without quotes and thus expands it, then java it getting > it and parses it... it

Jenkins build is unstable: oodt-trunk #285

2012-02-25 Thread Apache Jenkins Server
See

Build failed in Jenkins: oodt-trunk #284

2012-02-25 Thread Apache Jenkins Server
See Changes: [bfoster] - updated CHANGES.txt -- [...truncated 1306 lines...] Feb 25, 2012 12:16:33 PM org.apache.oodt.cas.catalog.system.Catalog delete INFO: Catalog 'TestCatalog2' attemping to delete

Build failed in Jenkins: oodt-trunk #283

2012-02-25 Thread Apache Jenkins Server
See Changes: [luca] OODT-371 in CHANGES.txt -- [...truncated 1513 lines...] --- T E S T S --- R

Re: svn commit: r1292755 - in /oodt/trunk/opendapps/src/main: java/org/apache/oodt/opendapps/ java/org/apache/oodt/opendapps/config/ java/org/apache/oodt/opendapps/extractors/ java/org/apache/oodt/ope

2012-02-25 Thread Cinquini, Luca (3880)
Thanks Chris, done - did not realize we had that. Luca On Feb 23, 2012, at 7:22 AM, Mattmann, Chris A (388J) wrote: > Hi Luca, > > Can you please also update CHANGES.txt and record a new changes entry there > (using the others present as a template)? > > Thanks! > > Cheers, > Chris > > On Feb

Build failed in Jenkins: oodt-trunk #282

2012-02-25 Thread Apache Jenkins Server
See Changes: [bfoster] - Updated to work with CAS-CLI OODT-379 patch - Lower cased command line action names --- OODT-379 OODT-362 [bfoster] - Updated to work with CAS-CLI OODT-379 patch - Fixed url which was setting workflow ma

Build failed in Jenkins: oodt-trunk #281

2012-02-25 Thread Apache Jenkins Server
See Changes: [bfoster] - Fix help option sorting and added handler initialization -- OODT-379 -- [...truncated 1434 lines...] [INFO] [compiler:compile {execution: default-compile}] [INFO]

Re: Issue with query_tool when all product types are not populated

2012-02-25 Thread Brian Foster
Actually the command line parses it and removes the quotes, then the shell is getting it without quotes and thus expands it, then java it getting it and parses it... it's an actual nightmare to deal with... I believe it was John Geiselman (spelling?) who showed me how to make quey_tool hand

Re: [jira] [Created] (OODT-386) The File Manager's filemgr-client script does not handle quoted parameter values.

2012-02-25 Thread Brian Foster
Didn't read my email far enough to see this... I see you are already on top of changing the filemgr-client script, Sean... Lol -Brian On Feb 24, 2012, at 8:57 PM, "Sean Hardman (Created) (JIRA)" wrote: > The File Manager's filemgr-client script does not handle quoted parameter > values. > -

Re: Issue with query_tool when all product types are not populated

2012-02-25 Thread Brian Foster
Hey Sean, Ya I'd expect query_tool to work in this case and filemgr-client with CLI to not because the query_tool script reads in its argument differently than filemgr-client script... Just a sucky shell side-affect... maybe we can change the filemgr-client script to read arguments the same way