Author: mattmann
Date: Sat Jun 22 16:40:42 2013
New Revision: 1495752

URL: http://svn.apache.org/r1495752
Log:
- fix for OODT-635: Fix trivial errors in Basic CAS Curation Example 
contributed by lewismc identified by Bill Rideout committed by mattmann

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/curator/src/site/xdoc/user/basic.xml

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1495752&r1=1495751&r2=1495752&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Jun 22 16:40:42 2013
@@ -4,11 +4,12 @@ Apache OODT Change Log
 Release 0.6 - Current Development
 --------------------------------------------
 
+* OODT-635 Fix trivial errors in Basic CAS Curation Example (lewismc via 
mattmann, Bill Rideout)
+
 * OODT-636 Fixed Javadoc warnings in CAS-Product (rlaidlaw)
 
 * OODT-634 Fixed lingering bug in Solr Catalog implementation that would still 
not return null
            if no matching product is found (luca)
-
 * OODT-628 Multiple cluster Ganglia xml parse error (Rajith Siriwardana via 
mattmann)
 
 * OODT-610 Added new empty package oodt.cas.product.service for future JAX-RS

Modified: oodt/trunk/curator/src/site/xdoc/user/basic.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/curator/src/site/xdoc/user/basic.xml?rev=1495752&r1=1495751&r2=1495752&view=diff
==============================================================================
--- oodt/trunk/curator/src/site/xdoc/user/basic.xml (original)
+++ oodt/trunk/curator/src/site/xdoc/user/basic.xml Sat Jun 22 16:40:42 2013
@@ -355,7 +355,7 @@ cmd += "</val></keyval>\"}' > "+fileName
 os.system(cmd)
 
 f = open(fileName+".met", 'a')
-f.write('<keyval><key>ProductType</key><val>'+productType)
+f.write('<keyval><key>ProductType</key><val>+productType)
 f.write('</val></keyval>\n<keyval><key>Filename</key><val>')
 f.write(fileName+'</val></keyval>\n'<keyval><key>FileLocation')
 f.write('</key><val>'+fileLocation+'</val></keyval>\n')
@@ -430,10 +430,8 @@ f.close()
     consist of the following parameters:</p>
 
 <source>
-extractor.classname=
-   org.apache.oodt.cas.metadata.extractors.ExternMetExtractor
-extractor.config.files=
-   /usr/local/extractors/mp3extractor/mp3PythonExtractor.config
+extractor.classname=org.apache.oodt.cas.metadata.extractors.ExternMetExtractor
+extractor.config.files=/usr/local/extractors/mp3extractor/mp3PythonExtractor.config
 </source>
 
     <p>To recap, we first created a Python script that calls


Reply via email to