IBM / xmlservice

XML-based interface for accessing IBM i resources
https://xmlservice.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
35 stars 18 forks source link

ftpcompile.sh missed from migration #29

Closed jimoibm closed 5 years ago

jimoibm commented 5 years ago

@kadler I didn't find the ftpcompile.sh in GitHub which was in the first level directory in BitBucket. That script is used to push a build from linux to i and building PTF process also needs it.

jimoibm commented 5 years ago

looks like crt* files are all missing.

kadler commented 5 years ago

Yes, that is by design.

Everything should be built on IBM i with:

./configure --library mylib
make
jimoibm commented 5 years ago

@kadler I tried the new build way. It is pretty good! Some chars in the xmlservice output of xml seems different with ccsid 37 job. ! [ ] are not displayed correctly. Used cpyf Toccsid(37) to convert but seems not right.

<success><|¢CDATA¢+++ success JIMOXML XMLTEST !!></success>

jimoibm commented 5 years ago

Run system "chgjob ccsid(37)" with cpyf Toccsid(37), ! [ ] were displayed correctly.

jimoibm commented 5 years ago

Close this and will handle the ccsid issue in the other issue #32