Re: [Sablevm-developer] Release progress - problems w/ 'make distcheck' of classpath
Brought to you by:
egagnon
From: Mark W. <ma...@kl...> - 2004-02-14 10:19:49
|
Hi, On Sat, 2004-02-14 at 09:43, Grzegorz B. Prokopski wrote: > but 'make distcheck' in classpath dies with this output: >=20 > Found 2 semantic errors compiling > "../../external/jaxp/source/javax/xml/transform/TransformerFactory.java": >=20 > 94. throws TransformerFactoryConfigurationError > ^----------------------------------^ > *** Semantic Error: Type > javax.xml.transform.TransformerFactoryConfigurationError was not found. >=20 >=20 > 104. throw new > TransformerFactoryConfigurationError(e); > ^----------------------------------^ > *** Semantic Error: A candidate for type > "TransformerFactoryConfigurationError" was found, but it is invalid and > needs to be fixed before this type will successfully compile. >=20 > Found 3 semantic errors compiling > "../../external/jaxp/source/javax/xml/transform/ClassStuff.java": >=20 > 141. throw new TransformerFactoryConfigurationError (e, > ^----------------------------------^ > *** Semantic Error: A candidate for type > "TransformerFactoryConfigurationError" was found, but it is invalid and > needs to be fixed before this type will successfully compile. >=20 >=20 > 145. throw new TransformerFactoryConfigurationError (e, > ^----------------------------------^ > *** Semantic Error: A candidate for type > "TransformerFactoryConfigurationError" was found, but it is invalid and > needs to be fixed before this type will successfully compile. >=20 >=20 > 149. throw new TransformerFactoryConfigurationError (e, > ^----------------------------------^ > *** Semantic Error: A candidate for type > "TransformerFactoryConfigurationError" was found, but it is invalid and > needs to be fixed before this type will successfully compile. >=20 >=20 > I guess some .java files aren't included in the tarball? or...? >=20 > Help w/ this issue would be greatly apprieciated. Ugh, so it isn't my setup :{ I get the same with a clean "upstream" classpath. Somehow one of the gnu jaxp .java files ends up in the root build dir!?! I'll try to fix make distcheck for classpath soon (hopefully tonight). Cheers, Mark P.S. To the Classpath hackers. Please do a make distcheeck from time to time. Especially after you alter configure.ac, Makefile.am and/or added a file. |