Re: deploying a directory structure in tomcat using Jenkins

2014-02-27 Thread Maciej Jaros
Kamal Ahmed (2014-02-27 08:16): Hi, Has anyone resolved this issue: The application frontend comprises of files , structure such as: workspace/DATASC-UI-DEV-STAGING/datasc-ui/dist $ tree . ├── DataSc.html ├── index.jsp ├── js │ └── DataSc.min.js ├── lib │ ├── ember.js │ ├── handlebars.js

deploying a directory structure in tomcat using Jenkins

2014-02-26 Thread Kamal Ahmed
Hi, Has anyone resolved this issue: The application frontend comprises of files , structure such as: workspace/DATASC-UI-DEV-STAGING/datasc-ui/dist $ tree . ├── DataSc.html ├── index.jsp ├── js │   └── DataSc.min.js ├── lib │   ├── ember.js │   ├── handlebars.js │   └── jquery.js ├── META-INF │