Skip to content

Commit

Permalink
Couple of cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lewis committed Jun 14, 2011
1 parent c4f7124 commit 5e07a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ test.db
target/
.classpath
.settings
.settings/*
.settings/*
results
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Database
--------
This distribution of FixCache operates on a MySQL database constructed by [our fork of CVSanalY2](http://github.com/SoftwareIntrospectionLab/cvsanaly) constructed with the following parameters:

./cvsanaly2 -g -f config.sqlite --extensions=FileTypes,BugFixMessage,Content,FileCount,Patches,Hunks,HunkBlame --hard-order [repository path]
./cvsanaly2 --db-user=[user] --db-password=[password] --extensions=FileTypes,BugFixMessage,Content,FileCount,Patches,Hunks,HunkBlame --hard-order [repository path]

To allow FixCache to run unit tests without instansiating a database, the unit tests on an in-memory SQLite database. As Java has no standard SQLite library (for shame!), a dependency is downloaded automatically by Maven.

Expand Down
2 changes: 1 addition & 1 deletion RUN
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

mvn build exec:java -Dexec.args="--help"
mvn compile exec:java -Dexec.args="--help"

0 comments on commit 5e07a7a

Please sign in to comment.