anil614sagar / openapi2apigee

OpenAPI to Apigee API Proxy using Node.js Utility
MIT License
33 stars 45 forks source link

Problem with bundle zipping #11

Open EpsteinsMutha opened 9 years ago

EpsteinsMutha commented 9 years ago

For me the tool successfully creates a bundle, but I found that when I imported into Apigee, my proxy was empty. I eventually determined there was a problem with the zipping of the bundle folders. If I zip them manually, the Apigee import works fine.

I am using Windows 7. I did make sure that node and npm were in the front of my PATH, in case a wrong zip tool was being used, but still no luck.

anil614sagar commented 9 years ago

Dear @EpsteinsMutha ,

We haven't tested it on windows, Linux & Mac it works fine. I believe it's the zip extraction plugin that we use causes problem.

We now have docker image for the tool, give it a try & let us know. We will keep you posted on windows issue.

nemec commented 8 years ago

@EpsteinsMutha i had the same problem, but I discovered that the tool names the zip file "apiproxy.zip" while the Apigee import tool requires the zip file to have the same name as the XML file in the root of the apiproxy folder.