You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Andrew Hart <ah...@apache.org> on 2010/07/07 10:54:42 UTC

OODT-15 status update

Chris (Mattmann),

I got a start on renaming packages and imports. I've taken one pass 
through each project, and have at least one more to go. Here's some 
status about what has been done so far:

Every project that had a src/main/java/gov/nasa/jpl/oodt directory now 
has a src/main/java/org/apache/oodt directory (with the contents svn 
'move'd to the o.a dir)

Every *.java file that was moved to an o.a directory was further 
processed to replace internal occurrences of gov.nasa.jpl with 
org.apache. (package & import statements)



Here's what still needs to be done:

Some projects have jpl.eda directories instead of gov.nasa.jpl. I still 
need a special pass to handle them (specifically: 'product', 'profile', 
'query', 'xmlquery') but I have a question: Do we want to maintain the 
'eda' legacy -- i.e.: should we create o/a/eda as well as o/a/oodt, or 
do you think we should somehow unify them going forward?

So far only .java files have been internally scrubbed of gov.nasa.jpl 
(not .jsp!). I need to make one more pass for .jsp files (limited to 
those projects with webapps).

So far only files in src/main/java have been moved from g/n/j/oodt to 
o/a/oodt. I need one more pass for test files (src/main/test) for all 
projects.


Let me know what your feeling is on the jpl.eda question above,

Thanks!

Andrew.