Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Run the test suite you created for the server (as yet unreleaed) on the released server.
  • aidatest dpRdbTest 1 2 3 etc
    Then release
  • java/
    • cvs add
    • cvs commit
  • matlab/
    • test the array extraction in matlab.
    • cvs add
    • cvs commit
      Compile the test suite in the released area:
      Code Block
      
      > addUserRefWrite
      > source $AIDASCRIPT/aidaSetEnvDev.csh dev
      > aidamake testsuite
      > removeUserRefWrite
      

Finally, aidamake all, to make the javadoc, zip file for Eclipse etc.
Test from the ref test examples.

...