River Lynn Bailey

Results 25 issues of River Lynn Bailey

i installed and configured v0.2.8 in my git bash shell, and it basically works... except gems are not available. i can call 'pik use 187' and it changes to v1.8.7......

I've got a job set up with the following: ```js var loadInterval = "1 day"; var loadTime = "15:00"; var job = agenda.create("schedule.load"); job.schedule("next " + loadTime) job.repeatEvery(loadInterval, { timezone:...

need to create an FxCop task to run code analysis stuff

new-feature

Rejmond Sejic provided this version of the msbuild task via email, to add the /nologo and /filelogger parameters to the msbuild command. need to integrate this into the dev branch...

uknown-status-waiting-for-reply

the .options attribute is a duplicate of the .parameters that exists in the runcommand module and needs to go away. also check other tasks to make sure we're not duplicating...

Stuff To Fix

see this stack overflow question: http://stackoverflow.com/questions/3151887/albacore-including-only-certain-files-folders-in-a-zip. Pasted below: --- I'm trying to zip up the artifacts of a rake build, using Albacore's [ZipTask](http://wiki.github.com/derickbailey/Albacore/ziptask). The solution I'm building has three projects...

Stuff To Fix
v0.2.x

upgrade to the latest rubygems version, for releases

v0.2.x

from Mike Nichols, via the albacoredev list: My understanding is doing a 'break' or 'next' within a rake task is effectively and early return. This is handy in case an...

Stuff To Fix
v0.3.0

## from @thecodejunkie, via the google group The next issue appears to originate from the assembly info rewriting I do.. it outputs "D:\My Dropbox\Development\Repositories\Nancy\src\Nancy.sln" (Clean;Build targe t) (1) -> "D:\My...

Stuff To Fix

create a way for end users to add their own attributes to any command line task, so that they can add custom attributes that provide command line parameters, easily. not...

v0.3.0