|
So I'm writing a small gem and I have a '/tasks' dir in it with some specific rake tasks. How do I make those tasks available automatically everywhere, where the gem is required? For example I wish I could run 'rake mygemrake:task' inside my rails root...
Started by snitko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At least, not with Rake.
The task' # the gem require 'rake/rdoctask' # the task
You can't do that.
Check out the rdoctask in rake for an example of how to define a task provided by a gem.
|
|
I'm new to Rake and using it to build .net projects. What I'm interested in is having a Summary task that prints out a summary of what has been done. I want this task to always be called, no matter what tasks rake was invoked with.
Is there an easy way...
Started by rathkopf on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
task :compile => :realcompile do summary stuff end
You should be able to do this with 'enhance':
Rake::Task["my_task"].enhance do Rake::Task["my_after_task....
tasks" Summary ones that call real tasks.
|
|
I are working in a small development team of 4 people. We are trying develop "Agile style" - story points, small tasks, etc... Unfortunately, we are currently managing our tasks in a (shared) excel table.
We looked at some available tools (Mingle, TFS...
Started by ripper234 on
, 22 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
At another company, we used Excel more specific than just seeing a task in the past that was undersetimated, you should ask about of answers - tasks are not....
Here we use Trac for one project and @Task for another.
Management etc.
|
Ask your Facebook Friends
|
In Vista Task Manager, I understand the available page file is listed like this:
Page File inUse M / available M
In XP it's listed as the Commit Charge Limit.
I had thought that:
Available Virtual Memory = Physical Memory Total + Sum of Page Files
But...
Started by Scott Langham on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have:
Available Virtual Memory = 4 033 552 KB
Physical Memory Total.
Of memory not accounted for by this.
|
|
For example if I add four (blank) script tasks A1, A2, B1, and B2, where A2 has a constraint to run after A1 and B2 has a constraint to run after B1, but neither A1 nor B1 have constraints, then what order will the tasks run?
When I try this it seems ...
Started by Simon D on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Unless you explicitly put a constraint, there's nothing to stop both from running at the same time... .
So A1 and A2 will run and then B1 will start as soon as A1 is done and B2 will start as soon as B1 is done .
I always see things like this run in parallel.
|
|
I would like to do remote deployment from my build machine onto a server. The remoting can be done via ssh commands from a script, but I would rather use phing and a deploy.xml file that would do the automation.
What alternatives do I have to do ssh (...
Started by Johan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
<exec command="scp -i keys/id_rsa myfile user.
I ended up doing a exec task, this way it was all in the xml file.
I ran into the same problem about a year ago and back then i could not find a task.
|
|
"Excel cannot complete this task with available resources. Choose less data or close other applications."
Started by Danzo87 on
, 12 posts
by 10 people.
Answer Snippets (Read the full thread at microsoft):
Choose less.
How else can I fix the "Excel cannot complete this task with available resources.
There.
|
|
Excel cannot complete the task with available resources. Choose less data or close applications. the size of the file is 640MB with over 250k records. I have 3.25GB of memory. It takes 5 mintues for the file to open.
Started by mcmillion on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at microsoft):
These Preview/Details panes contribute....
I am running Windows 7 and Office 2010 panes.
Choose less data or close applications).
I have been experiencing this problem for months (i.e., Excel cannot complete the task with available resources.
|
|
Hello everyone,
Okay after struggling, I finally managed to get packages running in BID data flow .
I know how to run packages (SSIS) in SSMS , schedule them and received email notification. However, I am curious, can I set packages to run on schedule...
Answer Snippets (Read the full thread at microsoft):
Hello,
BIDS is a developer tool to ....
After deployment you can create a SQL Server Agent job in SSMS (or as a T-SQL script) to schedule the package .
Hello,
BIDS is a developer tool to create & deploy SSIS packages, but you can't schedule anything there .
|
|
Hello everyone,
Okay after struggling, I finally managed to get packages running in BID data flow .
I know how to run packages (SSIS) in SSMS , schedule them and received email notification. However, I am curious, can I set packages to run on schedule...
Answer Snippets (Read the full thread at microsoft):
Hello,
BIDS is a developer tool to ....
After deployment you can create a SQL Server Agent job in SSMS (or as a T-SQL script) to schedule the package .
Hello,
BIDS is a developer tool to create & deploy SSIS packages, but you can't schedule anything there .
|