What's the best approach on deployment #1956
-
Hello guys, I have some question related to the deployment and build directly on the IFS. I am currently using Codefori for some time, and I love it. I am currently developing on the AS400 machine, on an IASP. In order to have access to the IASP in VSCode I modified the JOBD for my user to set this IASP as the default. I have the sources in a number of libraries, depending on the client, but they are all same IASP. I would love to be able to write the code locally and deploy it and compile it on the IFS, but it doesn't work for now for me 😞. Could u give me a hint to the best solution i could use? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
@vaisoliviu Are you able to share some of those errors you are seeing? This will help us solve them! |
Beta Was this translation helpful? Give feedback.
By default, the actions are defined to compile programs into
&CURLIB
(the current library, as defined in theUser Library List
view). Like this:That is one way to define where the program is going to be created. But you may want to manage this compilation library differently. You can use custom variables.
You can either define a custom variable using the dedicated action from the palette:
These variables are stored in your user settings and linked to your connection settings, so they are active when connected to the IBM i they've been defined for. Using this, you could define a
&BUILDLIB
…