You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated the type of the error JFrame to see if that would remove its transparency on Linux
* updated how logs are created and fixed Popup issue
* fixed issue with the different file separators
* Updated the routines.py to make it compatible with python 3.7
* Updated the README and the routines script
* Updated the README
After modifying any of the Java files in the repository, you can go to the base directory of this repository and run
84
+
85
+
```
86
+
python routines.py
87
+
```
88
+
89
+
When prompted for the routine to run, enter 'debug'. This will compile all of the current Java files into the test/db_diff_checker_gui folder where it will be run if no errors occur (no JAR file will be created).
90
+
91
+
### Manually Running The JAR File
92
+
93
+
In order to use the JAR file with logs, make sure that where you run the jar file you have a logs folder.
94
+
95
+
To run the applciation through the JAR file run
96
+
97
+
```
98
+
java -jar path_to_jar_file
99
+
```
100
+
101
+
<ahref="#table_of_contents">Back to Table of Contents</a>
102
+
52
103
<h2id="features">Features</h2>
53
104
54
105
<ol>
@@ -107,47 +158,6 @@ Make sure that Python and the jre paths have been added to your PATH variable.
107
158
108
159
<ahref="#table_of_contents">Back to Table of Contents</a>
109
160
110
-
<h2id="usage">Usage</h2>
111
-
112
-
Go to the base directory and run
113
-
114
-
```
115
-
python routines.py
116
-
```
117
-
118
-
You should see
119
-
120
-
```
121
-
Routine Options
122
-
run - makes and runs the JAR file
123
-
push - commits the current repo and pushes it
124
-
debug - runs the current code base for testing
125
-
clean - deletes the test and builds directories
126
-
Enter desired option:
127
-
```
128
-
129
-
### Running
130
-
131
-
When prompted by the script for a routine to run, type 'run'.
132
-
133
-
If there are no errors you will see the following GUI:
After modifying any of the Java files in the repository, you can go to the base directory and run
142
-
143
-
```
144
-
python routines.py
145
-
```
146
-
147
-
When prompted for the routine to run, enter 'debug'. This will compile all of the current Java files into the test/db_diff_checker_gui folder where it will be run if no errors occur (no JAR file will be created).
148
-
149
-
<ahref="#table_of_contents">Back to Table of Contents</a>
0 commit comments