Re: exec on batch file causes build to hang

2009-08-15 Thread David Weintraub
Can you run the batch file outside of Ant from the command line without the process hanging? Do you have echo turned on or off in the Batch file? I don't use a Windows system, so I don't know if the commands echo if echo is on. However, you sound like you're pretty sure that its the Java task that

Re: How to get sources for transitive dependencies with IvyDE

2009-08-15 Thread Daniel Becheanu
Can you give provide a library which you are trying to pull and you don't get sources? Also your ivyconf/ivy.xml will be nice. Daniel On Wed, Aug 12, 2009 at 12:46 AM, Ben Piper wrote: > Hi all, > > I'm using these Eclipse plug-in versions: > > Apache Ivy            2.1.0.cr2_20090704004254 > Ap

Re: Ivy Publishing Wrong Name to Artifactory

2009-08-15 Thread Daniel Becheanu
According with your log, ivy is publishing with ns-jmx-1.2.0-SNAPSHOT.jar. ant not spyglass-1.2.0-SNAPSHOT. You might have spyglass-1.2.0-SNAPSHOT from a previous publish when you had a different publishing pattern. Daniel : publishing :: com.ns#spyglass published ns-jmx to http://172.0.0

Re: Copy arbitrary files into jar (generation)

2009-08-15 Thread lobesquare
Hi Mike, Mike Baranczak-3 wrote: > > >> >> >> > > I see two problems here. > > 1. A path that begins with a "/" is an absolute path. I can't tell if > this is what you want, but I suspect you actually want a path relative > to the project directory.