jenkinsci / salesforce-migration-assistant-plugin

Salesforce Migration Assistant plugin for Jenkins CI
https://plugins.jenkins.io/salesforce-migration-assistant-plugin/
MIT License
29 stars 15 forks source link

No error message if there is no src folder. #27

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I just spent a few days working through the code because the plugin wasn't working for me, only to find out I needed to have my metadata in a folder called src. I was keeping it in a folder called Metadata :man_facepalming: :stuck_out_tongue_closed_eyes: .

Can you add some documentation on how the folder structure should work and a console error notification that would say something like: 'No src folder found, please keep you metadata in a folder named "src"'. (I realize this is a standard thing but for some reason when using ant I started putting my code in a folder called Metadata and have had no issues till now)