I'm trying to debug a problem with an Ant script executing differently between the command line and Eclipse. It comes down to Eclipse not seeming to get the same classpath as on the command line. I define the classpath that a task (OpenJPA PCTaskEnhancer) needs with an embedded "classpath" element. It might be useful if I could print out the resulting classpath according to that classpath variable and see if it looks differently on the command line and Eclipse.
Is there some way I can print out the resulting contents of a classpath according to a saved "path" element? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org