WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

Adjust process for generating TCK sigtest and batch.xml #34

Closed scottkurz closed 9 years ago

scottkurz commented 9 years ago

I'd like to make it a bit more extra work for someone to update the .sig files in the batch.xml file in the TCK.

I'm thinking about comitting them as source and adding some separate logic/goal/whatever which only an updater of the TCK would typically do.

I'd also like to package the .sig files along with the '..tck' module and have the '..tck.exec' module execute SigTest.

I'm working on this now.

scottkurz commented 9 years ago

OK, I made some changes which slow down the process of updating the .sig and batch.xml files in the TCK.

Again, I just didn't want to make it too easy to update these and wanted to put a bit of a speed bump into the process. I also like being able to track the history in Git rather than ignoring them.

I didn't update the README yet.. maybe will wait until I'm done some other changes.