mat icon indicating copy to clipboard operation
mat copied to clipboard

Allow index files to go in a separate directory

Open eclipsewebmaster opened this issue 9 months ago • 5 comments

| --- | --- | | Bugzilla Link | 297599 | | Status | NEW | | Importance | P3 enhancement | | Reported | Dec 11, 2009 11:33 EDT | | Modified | Nov 08, 2013 07:36 EDT | | Version | 0.8 | | Reporter | Andrew Johnson |

Description

I've had some requests for the index files for Memory Analyzer to go in a separate directory.

Some possibilities:

  1. A directory based on my dump file. E.g.
    /u/user1/mydump.20091001.dmp.zip
    /u/user1/mydump.20091001.dmp.indexes/mydump.20091001.dmp.index
    /u/user1/mydump.20091001.dmp.indexes/mydump.20091001.dmp.o2c.index

  2. A directory in the same directory as the dump
    /u/user1/mydump.20091001.dmp.zip
    /u/user1/.metadata/mydump.20091001.dmp.index
    /u/user1/.metadata/mydump.20091001.dmp.o2c.index

/u/user1/dmp2/mydump.20090808.dmp.zip
/u/user1/dmp2/.metadata/mydump.20090808.dmp.index
/u/user1/dmp2/.metadata/mydump.20090808.dmp.o2c.index

  1. Another specified directory
    /u/user1/mydump.20091001.dmp.zip
    /tmp/tempindexes/mydump.20091001.dmp.index
    /tmp/tempindexes/mydump.20091001.dmp.o2c.index

How would we specify this while not breaking existing behaviour but still allowing batch and GUI modes to use other directories when required?

eclipsewebmaster avatar May 08 '24 16:05 eclipsewebmaster