rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

Update of JSeatExtractor for the purpose of extracting/creating JSeat projects #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Background:
JSeatExtractor is an out of date extraction/reporting command line tool. 
It has not been updated since the advent of JSeat projects (Issue 17).

It currently performs neither extraction nor reporting properly with 
changes since build002.

Proposed Solution:
Update JSeatExtractor for the specific purpose of enabling project 
extraction/creation. Given an input version file output a JSeat project 
file (*.jpf).

Original issue reported on code.google.com by jtha...@gmail.com on 29 Aug 2007 at 8:42

GoogleCodeExporter commented 9 years ago
Fixed:
Invocation format is as follows...

 -i input.ver -o output.jpf -t number_of_concurrent_threads

 JSeatExtractor -i B:/../groovy/groovy.ver -o B:/MyGroovyProject/groovy.jpf -t 2

Original comment by jtha...@gmail.com on 29 Aug 2007 at 8:54