[Sablevm-developer] Release progress - problems w/ 'make distcheck' of classpath
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-02-14 09:03:58
|
Hi all! Shortly. - Take a look at http://devel.sablevm.org/wiki/ReleaseProcess That's more less what I had in mind. Comments? - staging has now version '1.0.9+staging' - it should be less confusing (we'll make it 1.1.0+staging after 1.1.0 release, I guess). - I am missing only #3 to complete Prolog part, that is, I fixed SableVM 'make distcheck', updated INSTALL-DEVEL (which is both: Installation and Release Notes), but 'make distcheck' in classpath dies with this output: Found 2 semantic errors compiling "../../external/jaxp/source/javax/xml/transform/TransformerFactory.java": 94. throws TransformerFactoryConfigurationError ^----------------------------------^ *** Semantic Error: Type javax.xml.transform.TransformerFactoryConfigurationError was not found. 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. Found 3 semantic errors compiling "../../external/jaxp/source/javax/xml/transform/ClassStuff.java": 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. 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. 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. I guess some .java files aren't included in the tarball? or...? Help w/ this issue would be greatly apprieciated. GBP -> sleep -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |