sengsational / cwhelper

The code here is the background job for CW_EPG, an electronic program guide / DVR for Windows
1 stars 1 forks source link

Only mods needed for operation on Terry's dev system. #35

Closed TPeterson94070 closed 2 weeks ago

TPeterson94070 commented 2 weeks ago

When I started over by cloning sengsational's repository today I found that I had to change a few lines in BuildExeFromClassFiles.java. The clearly necessary change was to the USER definition, which I remember adding last year. But I also had to modify the JRE_PATH and set forceRevisionNumber to false. It's been over a year since I set this up previously, but I don't remember needing to change the JRE_PATH last time. Did you change it from the path installed (I think) by Eclipse?

With this PR, I think we'll have a version of BuildExeFromClassFiles.java that works for us both with only a change in USER.

sengsational commented 2 weeks ago

We can make your system-specific stuff the default in github. It doesn't matter. I'll just not pull this file when I synchronize.