shree vinayakh wrote: > hi, > > im using a java standalone app to write another java source file and ant > build file.... when i try to execute the ant build file from the same > standalone java app i get error > "Content is not allowed in prolog." > > Hello Shree,
this means that your build file is not valid XML. Try to open the build file in Internet Explorer or FireFox to see what happens. I would expect that there are some bytes before the <xml tag. Regards, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
