Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. . "$TM_SUPPORT_PATH/lib/webpreview.sh"
  2. require_cmd "${TM_ANT:=ant}" "Ant was not found, please ensure that it has been installed and your \$PATH is set correctly."
  3.  
  4. html_header "Ant Build"
  5.  
  6. cd "$TM_SELECTED_FILE";
  7. result=`"$TM_ANT"`;
  8.  
  9. echo "<pre>$result</pre>";
  10.  
  11. html_footer
  12. exit_show_html
Add Comment
Please, Sign In to add comment