webworkoffice / partakein

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

By default, debut.partake.properties does not exist #294

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Every time following the BuildAndInstall steps ( 
http://code.google.com/p/partakein/wiki/BuildAndInstall )
2. By default, "in.partake.mode" property is "debug" in partake.properties 
    So debug.partake.properties file will be loaded when server starts.
    But debug.partake.properties does not exist by default.

What is the expected output? What do you see instead?
2 possible solutions.

1. Modify BuildAndInstall wiki page.
or 
2. Commit debug.partake.properties file to repository

Original issue reported on code.google.com by shiketa1...@gmail.com on 29 Jun 2012 at 10:24

GoogleCodeExporter commented 8 years ago
Actually it was intentional. We have a sample, though.

But it's good to have it.

Original comment by ma...@mayah.jp on 30 Jun 2012 at 10:47

GoogleCodeExporter commented 8 years ago
Gotcha.

So made a tiny patch for it.

Original comment by shiketa1...@gmail.com on 1 Jul 2012 at 6:19

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch.
Now we're migrating our code to github, and the current beta3 code already 
contains debug.partake.properties.
Could you check our github repository from now on?
The code in github has already been migrated to Play! framework. It still has a 
lot of test failures, but it should work in debug mode.

The beta2 code in GoogleCode will be eventually deprecated.

Original comment by ma...@mayah.jp on 3 Jul 2012 at 4:26

GoogleCodeExporter commented 8 years ago
Sure.

> The code in github has already been migrated to Play! framework. It still has 
a lot of test failures, but it should work in debug mode.
Awesome! will check it.

Original comment by shiketa1...@gmail.com on 4 Jul 2012 at 4:25