Changeset 34960
- Timestamp:
- Jan 18, 2013, 5:20:12 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20121219/ippToPsps
- Files:
-
- 2 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
doc/concerns.txt (modified) (1 diff)
-
jars/Makefile.am (added)
-
jython/Makefile.am (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/Makefile.am
r27345 r34960 1 SUBDIRS = src 1 # SUBDIRS = config jars jython src 2 SUBDIRS = config jars jython 2 3 3 4 CLEANFILES = *.pyc *~ core core.* -
branches/eam_branches/ipp-20121219/ippToPsps/configure.ac
r34080 r34960 43 43 AC_CONFIG_FILES([ 44 44 Makefile 45 config/Makefile 46 jars/Makefile 47 jython/Makefile 45 48 src/Makefile 46 49 Doxyfile -
branches/eam_branches/ipp-20121219/ippToPsps/doc/concerns.txt
r34946 r34960 48 48 prevents testing. 49 49 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 56 config / build / install plan: 57 58 1) everything needs to be installed in the IPP (psconfig-based) build 59 location 60 2) relative path references need to be changed to absolute paths based 61 on the installed locations 62 3) the config/IN tables.vot needs to have a small test version (maybe 63 this is temporary) 64 4) replace the tables.vot ingest with something faster / more 65 reliable? 66 5) need a script to launch the code with correct paths set up 67 6) jython code needs to be included in the supplied libext code 68 7) java needs to installed externally (like perl), but the install 69 location may need to be supplied? 70 8) need a (single?) script to set up all ops databases
Note:
See TracChangeset
for help on using the changeset viewer.
