Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: C:\Temp\RoundhousE may not exist #7

Closed
ferventcoder opened this issue May 26, 2011 · 8 comments
Closed

BUG: C:\Temp\RoundhousE may not exist #7

ferventcoder opened this issue May 26, 2011 · 8 comments
Milestone

Comments

@ferventcoder
Copy link
Member

Writing the log file out will fail if it can't reach the folder above.

@ferventcoder
Copy link
Member Author

@ferventcoder
Copy link
Member Author

@PascalMestdach
Copy link

Even a bigger problem with the c:\temp\roundhouse\roundhouse.changes.log is that when RoundhousE is executed on a buildserver for multiple projects at the same time, then one of the builds fail. Because the logging file is in use by another process. A better solution would be to make the output folder required, and always log there, instead of first logging to c:\temp and then copying the file.

@ferventcoder
Copy link
Member Author

Yep - to do that I need to actually set up logging configuration that
explicitly points to that folder.


Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

On Thu, Jun 9, 2011 at 4:08 PM, PascalMestdach <
[email protected]>wrote:

Even a bigger problem with the c:\temp\roundhouse\roundhouse.changes.log is
that when RoundhousE is executed on a buildserver for multiple projects at
the same time, then one of the builds fail. Because the logging file is in
use by another process. A better solution would be to make the output folder
required, and always log there, instead of first logging to c:\temp and then
copying the file.

Reply to this email directly or view it on GitHub:
#7 (comment)

@ferventcoder
Copy link
Member Author

And that would be a better solution. I am not a fan of having it go one place and then moving it somewhere. Perhaps I can grab the logger and point it to the correct directory to ease the configuration pain.

@PascalMestdach
Copy link

Yes, that would solve it. And maybe give the outputfolder a default to c:\temp\roundhouse so that it's no breaking change?

@ferventcoder
Copy link
Member Author

Actually no one knows/cares about that folder. It started as a dropping point for the log prior to moving it to the change drop folder. It was meant to be temporary at the time it was added...

@ferventcoder
Copy link
Member Author

Fixed in 9250541

GoogleCodeExporter pushed a commit to google-code-export/roundhouse that referenced this issue Mar 13, 2015
@ferventcoder ferventcoder modified the milestone: 0.8.5 Jun 3, 2015
@ferventcoder ferventcoder added Bug and removed Bug labels Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants