Re: specify xmlcatalog verbose and CatalogManager.properties

2008-11-29 Thread David Crossley
David Crossley wrote: > I am trying to get the "xmlcatalog" element of the XmlValidate task > to be verbose. Well really it is the verbosity level of the > Apache XML Commons Resolver which is used by "xmlcatalog". > > One way to do this is with a CatalogManag

specify xmlcatalog verbose and CatalogManager.properties

2008-11-26 Thread David Crossley
I am trying to get the "xmlcatalog" element of the XmlValidate task to be verbose. Well really it is the verbosity level of the Apache XML Commons Resolver which is used by "xmlcatalog". One way to do this is with a CatalogManager.properties file. The directory that contains this file, needs to be

Re: How to figure out what is in my class path?

2008-11-26 Thread David Crossley
dave.alvarado wrote: > Hi David, > > > DEBUG: project.class.path.property = > "${project.class.path}" > > > > I followed your suggestion, only I put the FAIL statement in the target being > executed ... > > but what is printed out on the screen is > > /export/third-party/etsbea/sta

Re: SCP and SSHExec tasks

2008-11-26 Thread David Crossley
Rez wrote: > > Is it possible to create the directories on the remote server on the fly as > the scp ant task is executed or do I need to run sshexec to create them first? At Apache Forrest our "forrestbot" can deploy using the Ant scp task. It does certainly successfully create new remote dire