Is there a way to include IFS files in IBM i projects and have the build engine bring them to the i ?
![](http://jazz.net/_images/myphoto/831482032b0e48418898c211d3a17a08.jpg)
One answer
![](http://jazz.net/_images/myphoto/831482032b0e48418898c211d3a17a08.jpg)
Christian, remember that you can have any file type you want and you can have source only types (like copybooks) AND if you are using the CL based build style you can have your own compile commands essentially.
It would be pretty simple to define a new type .IFS and have the Build CL be a CPYTOSTMF command which allows file level customization.
If you are not using the CL based build style then you can still define the .IFS type as a source only so you can manage these in RTC and then either extend the Build process to do the CPYTOSTMF or do it post build manually.
We extended the Build engine through plugins for our processing at Arcad but depending on the Build style you will have additional options.
I am not versed in all the IBM i Build styles but there should be a way to extend whatever build you are using. If you have different file types you want to manage (you never said what you wanted to manage but the first thing that occurred to me was PCML) you could have just .IFS or any number of types.
Thanks Jeff
Arcad Software