Ant xmlvalidate cvc-elt.1.a: Cannot find the declaration of element 'topic'

2013-08-24 Thread Alex Muir
Hi, I'm wondering if anyone has some ideas on how to solve this xmlvalidateproblem listed for quite a while now on stackoverflow http://stackoverflow.com/questions/18252651/ant-xmlvalidate-cvc-elt-1-a-cannot-find-the-declaration-of-element-topic Thanks -- - Alex Muir http://ca.linkedin.com/pub/

Re: Annotations Stripping or Transformation at Build time

2013-08-24 Thread Matt Benson
Hi Raja, Sorry I didn't understand originally that you wanted source transformation, though I'm not sure exactly what you mean when you say that bytecode transformation wouldn't work for your context. As for the debug/source argument I would say that debugging Java 3 bytecode with Java 5 source

AW: Annotations Stripping or Transformation at Build time

2013-08-24 Thread jhm
Deleting all Annotations would be one part. Maybe this could be done with s and regexps. Not sure if this approach would help with removing the generics ... Jan Von: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] Gesendet: Samstag, 24. August 2013 12:18 An: user@ant.apache

Re: Annotations Stripping or Transformation at Build time

2013-08-24 Thread Raja Nagendra Kumar
Hi Matt, Thank You for the directions. Most the tools, which work in these contrained devices, does not work on byte code. hence transformation the source code is essential in my case. Also, more essentially, source code helps in better debugging with break poi