Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

unable to build gem from source #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout trunk
2. type rake gem
3. rake expects three files that don't exist: 
 *  casserver.db
 * casserver.log
 * casserver_db.log

If I touch these files, I can build the gem. What are the implications?

Original issue reported on code.google.com by lastobe...@mac.com on 29 Jul 2008 at 3:29

GoogleCodeExporter commented 8 years ago
I've removed those three files from the Manifest.txt. It should build fine 
without
them now. They shouldn't have been there in the first place.

Original comment by matt.zuk...@gmail.com on 28 Aug 2008 at 3:46