Page 1 of 1

compiling all jobs

Posted: Tue Nov 27, 2007 8:59 am
by mystuff
Is there anyway that we could compile all jobs within a project using dsjob command?

Posted: Tue Nov 27, 2007 9:20 am
by kcbland
No. Now if you had a job that compiles other jobs, you could run that job via dsjob. If you want, take a look on my website members area and grab the mass compile job I have posted there.

Posted: Tue Nov 27, 2007 9:30 am
by mystuff
Thanks Kenneth

Posted: Tue Nov 27, 2007 10:03 am
by rsomiset
You can use Multiple Job Compile option to compile all the jobs within the same project.

Posted: Tue Nov 27, 2007 10:07 am
by mystuff
Where do I find that?

Posted: Tue Nov 27, 2007 10:39 am
by chulett
From the Tools menu of the Manager. It's... slow.

Posted: Tue Nov 27, 2007 12:01 pm
by kcbland
rsomiset wrote:You can use Multiple Job Compile option to compile all the jobs within the same project.
And how would you run that using dsjob?

Posted: Tue Nov 27, 2007 12:18 pm
by say2prabhu1
1) Open manager
2) Tools and Run multiple job compile :twisted:
3) select jobs (like server,parallel,sequencer)
4) manual page selection
5) select whatever the jobs you want to compile

:wink:

Posted: Tue Nov 27, 2007 12:24 pm
by kcbland
say2prabhu1 wrote:1) Open manager
2) Tools and Run multiple job compile :twisted:
3) select jobs (like server,parallel,sequencer)
4) manual page selection
5) select whatever the jobs you want to compile

:wink:
And how would you run that using dsjob?

Posted: Tue Nov 27, 2007 12:40 pm
by chulett
Careful - that's a trick question! :P

Posted: Tue Nov 27, 2007 4:39 pm
by ray.wurlod
Umm... a script using dsjob -ljobs to get the jobs and dscc to compile them? That would also, of course, be slow.