Re: Writing out classpath from element

2005-03-01 Thread OpenLDAP User
Make the classpath a path reference that is declared at the top of the build file. Then, create a property that has the value as the classpath. This will cause the property to be set with a string representation of the path. You can then echo that property. > I want to know if there is anyway I c

Writing out classpath from element

2005-03-01 Thread Daniel Kalcevich
I want to know if there is anyway I can write out what the element is using for it's classpath. I need to debug to see if all my .jar files exist or not. The element I have is: Any ideas? T