RE: Plugin to download jars from Maven repositories?

2011-01-21 Thread Thomas Loy
Take a look at Apache Ivy dependency manager. Cheers, Tom Thomas Loy Sysops - Build Engineer Cbeyond 320 Interstate North Pkwy. Suite 300 Atlanta, GA 30339 (678) 370-2383 thomas@cbeyond.net -Original Message- From: Donald McLean [mailto:dmcl...@stsci.edu] Sent: Friday, January 21

RE: Antnewbie - failed to create task or type httpget

2010-01-05 Thread Thomas Loy
Try using something like this: The classpath ref should look something like this and point to your antcontrib.jar file. Cheers, Tom Loy -Original Message- From: soochoi [mailto:choiso...@hotmail.com] Sent: Tuesday, January 05,

RE: sshexec on remote server

2010-01-05 Thread Thomas Loy
That is exactly what you need to do. Going through SSN does not activate interactive mode which normally runs you .profile or .bashrc or whatever. Your choice is to source it on the command line, or source it in the shell scripts your are trying to execute. Cheers, Tom Loy -Original