matthiasblaesing opened a new pull request #337: Cleanup javac warnings and xmlcatalog in nbbuild URL: https://github.com/apache/incubator-netbeans/pull/337 The main commits are the first and last commit of this series: The first commit cleans up the usage of the xmlcatalog in nbbuild. When the xhtml DTDs were reintegrated into the codebase, the fallout was, that the unittests, that expected them in certain places began to fail. This was fixed by creating an xmlcatalog, that resolves the XSDs and DTDs in the `nbantext.jar`. This approach was consolidated and expanded to the javadoctools. When running `ant -f arch-all.xml` several `arch.xml` were reported, that were showing errors. The structural problems were fixed, the problems on the content level are still present. The last commit resolves javac warnings when the build tools are bootstrapped. The output of the netbeans build is not very usable, as it is littered with warnings. This is the first of many fixes, to get this down. The "Inspect+Transform" commits are basicly applications of the NetBeans tools to get the codebase to a newer level and remove redundancy.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
