MantisBT - BatchMake
View Issue Details
0008447BatchMakepublic2009-01-30 12:062009-02-06 16:16
Julien Jomier 
Julien Finet 
normalfeaturealways
feedbackopen 
 
 
0008447: Include(${var})
Right now batchmake can include(string) it would be nice to be able to include a variable which point to a script filename.
No tags attached.
Issue History
2009-01-30 12:06Julien JomierNew Issue
2009-01-30 12:06Julien JomierStatusnew => assigned
2009-01-30 12:06Julien JomierAssigned To => Julien Finet
2009-02-06 16:16Julien FinetNote Added: 0014813
2009-02-06 16:16Julien FinetNote Added: 0014814
2009-02-06 16:16Julien FinetStatusassigned => feedback

Notes
(0014813)
Julien Finet   
2009-02-06 16:16   
The include command is processed a compile time, not run time. Because a script is compiled before being executed and because a variable content is valid only at execution time, it is not trivial to "Include" a variable.
We could reopen the case with a more pragmatic usecase.
(0014814)
Julien Finet   
2009-02-06 16:16   
The include command is processed a compile time, not run time. Because a script is compiled before being executed and because a variable content is valid only at execution time, it is not trivial to "Include" a variable.
We could reopen the case with a more pragmatic usecase.