IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34960


Ignore:
Timestamp:
Jan 18, 2013, 5:20:12 AM (14 years ago)
Author:
eugene
Message:

adding autoconf installation of jars, jython, config data

Location:
branches/eam_branches/ipp-20121219/ippToPsps
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/Makefile.am

    r27345 r34960  
    1 SUBDIRS = src
     1# SUBDIRS = config jars jython src
     2SUBDIRS = config jars jython
    23
    34CLEANFILES = *.pyc *~ core core.*
  • branches/eam_branches/ipp-20121219/ippToPsps/configure.ac

    r34080 r34960  
    4343AC_CONFIG_FILES([
    4444  Makefile
     45  config/Makefile
     46  jars/Makefile
     47  jython/Makefile
    4548  src/Makefile
    4649  Doxyfile
  • branches/eam_branches/ipp-20121219/ippToPsps/doc/concerns.txt

    r34946 r34960  
    4848   prevents testing.
    4949
     50* a variety of issues in getting the dvodetection.py code to work
     51  (basically, the mods to the sql were wrong)
     52
     53
     54-----
     55
     56config / build / install plan:
     57
     581) everything needs to be installed in the IPP (psconfig-based) build
     59   location
     602) relative path references need to be changed to absolute paths based
     61   on the installed locations
     623) the config/IN tables.vot needs to have a small test version (maybe
     63   this is temporary)
     644) replace the tables.vot ingest with something faster / more
     65   reliable?
     665) need a script to launch the code with correct paths set up
     676) jython code needs to be included in the supplied libext code
     687) java needs to installed externally (like perl), but the install
     69   location may need to be supplied?
     708) need a (single?) script to set up all ops databases
Note: See TracChangeset for help on using the changeset viewer.