I left the generated classes in the same directory. Rather than go through all the work to move them, better would be to remove them from source control and make the build process generate them.
Edward Kuns
added a comment - I left the generated classes in the same directory. Rather than go through all the work to move them, better would be to remove them from source control and make the build process generate them.
Werner Guttmann
added a comment - I always thought that there's already an Ant target to generate the Java classes off TestDescriptor.xsd. If not, that should be created ........
Yes. The idea is that I'll update that target to generate the code in a new package (and then update depenendencies) and make the build use that target.
Edward Kuns
added a comment - Yes. The idea is that I'll update that target to generate the code in a new package (and then update depenendencies) and make the build use that target.
I left the generated classes in the same directory. Rather than go through all the work to move them, better would be to remove them from source control and make the build process generate them.