You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by Barry Atkins <ba...@us.ibm.com> on 2006/10/19 17:43:22 UTC

Building MUSE w/ Foundation/Minimum OSGI classes

Attempting to build the source with a minimum OSGI ee environment 
(ee.minimum.jar) gave the following missing packages/methods  :

java.text.*
RuntimeException(_MESSAGES.get("InvalidEPRCreated"), error)
RuntimeException.initCause();
String.replaceAll();
java.util.ZipOutputStream
java.net.URI
TimerTask
HashMap
HashSet
Integer.valueOf
String.replaceFirst();
File.listFiles();
File.getParentFile()
Timezone.getOffset()
java.util.zip.ZipOutputStream;
java.util.jar.JarFile;
java.util.jar.JarOutputStream;
java.util.logging
java.util.Hashset
java.text.*;
java.security.SecureRandom
java.io.Filefilter
SimpleDateFormat
java.text.ParseException
DecimalFormat
FileFilter
DateFormat


The build terminated at this point due to maximum error counts, and could 
not continue building other modules until these dependent modules were 
built.

Attempting to build the source with an OSGI foundation profile 
(ee.foundation.jar) environment failed with the following problems :

File(URI);
Throwable.getCause
RuntimeException.initCause
java.util.Logger
java.util.RemoteException
java.util.LinkedHashMap;
java.util.logging.ConsoleHandler;
java.util.logging.FileHandler;
java.util.logging.Handler;
java.util.logging.Level;
java.util.logging.Logger;
java.util.logging.SimpleFormatter;
java.util.regex.Matcher;
java.util.regex.Pattern;
FileOutputStream(File, boolean)
StackTraceElement
RuntimeException constructors


regards,
Barry