Re: Trouble resolving external jar dependency

2011-11-11 Thread Raghu Reddy
Noah Watkins writes: > > Cool, this got me to where I needed to be. > > Thanks a lot! > -Noah > > On Aug 1, 2011, at 11:18 AM, Rottinghuis, Joep wrote: > > > Run a compile with a -verbose option to the ant command. > > That makes it more verbose and may reveal what the problem is. > > > > A

Re: Trouble resolving external jar dependency

2011-08-04 Thread Noah Watkins
Cool, this got me to where I needed to be. Thanks a lot! -Noah On Aug 1, 2011, at 11:18 AM, Rottinghuis, Joep wrote: > Run a compile with a -verbose option to the ant command. > That makes it more verbose and may reveal what the problem is. > > Another trick you can try is to add a regular depe

RE: Trouble resolving external jar dependency

2011-08-01 Thread Rottinghuis, Joep
Run a compile with a -verbose option to the ant command. That makes it more verbose and may reveal what the problem is. Another trick you can try is to add a regular dependency (in Ivy) and drop the file in your local ~/.ivy2 directory. You'll probably have to create a directory structure to mimi