| Author |
Comment/Response |
Daniele Lupo
|
12/03/06 4:33pm
Hi to all.
I've a problem with Mathematica Workbench.
I'm developing more than one init file, I say one called "a.m", and other called "b.m".
I've modified .MathematicaResources file in this way
Resources[
Version[1],
ExecutionBuildCommand["<<a`"]
ExecutionBuildCommand["<<b`"]
]
And the init.m file in this way
(* Mathematica Init File *)
Get[ "a`a`"]
Get[ "b`b`"]
Anyway, when I run the notebook file from W.W., only the first package is loaded, not the second.
How can I load all packages in one time?
Daniele
URL: , |
|