tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
394 stars 273 forks source link

How do I build my application and run it like a server? #19

Closed kunjanshah6 closed 2 years ago

kunjanshah6 commented 7 years ago

I have downloaded the source code and build application by JAVA, Whenever I clean by ANT it cleans the lib folder and ant compile and run doesn't work for me.

Can you please provide the full step to build it and put the request and response for the same? Thanks.

jacalata commented 2 years ago

I'm not sure I understand the question, but it sounds like difficulty with ant. ant clean is expected to delete the lib folder. ant will re-download any dependencies ant run will compile and run the program.