This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 83b6f61  Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
83b6f61 is described below

commit 83b6f61936ec9b27ba0f84e010c6ef928a1df846
Author: Chris Mattmann <[email protected]>
AuthorDate: Sun Oct 6 11:32:18 2019 -0700

    Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
---
 Getting-DRAT-1.0-working-with-OODT-1.9.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Getting-DRAT-1.0-working-with-OODT-1.9.md 
b/Getting-DRAT-1.0-working-with-OODT-1.9.md
index cf7c3e2..9ef9e30 100644
--- a/Getting-DRAT-1.0-working-with-OODT-1.9.md
+++ b/Getting-DRAT-1.0-working-with-OODT-1.9.md
@@ -19,4 +19,6 @@ There are some issues with Apache OODT 1.9 mainly that it 
makes Avro the silent
      ```
   6. edit {filemgr|workflow|resmgr}/etc/*.properties, and make sure to select 
the XmlRpc version of the server in the configuration properties.
   7. edit `workflow/lib/cas-{workflow|resource}-1.9.jar` and edit 
`{workflow|resource}.properties` to change the client class to the XmlRpc one
-  8. since DRAT scripts were updated to use Python3, forgot to run `2to3` on 
`bin/dratstats.py`. So, run `2to3 bin/dratstats.py`
+  8. since DRAT scripts were updated to use Python3, forgot to run `2to3` on 
`bin/dratstats.py`. So, run<br/>
+     `2to3 bin/dratstats.py > out.patch`<br/>
+     `patch -p0 bin/dratstats.py < out.patch`

Reply via email to