Hi folks,

we are doing development on a Java app to run on a PDA (iPAQ, PocketPC type
device).

I specifically want to compile Jaxen with JDK1.1.8 type stuff.

I have seen an e-mail query on the subject in the mail archives and I can
now testify that:

1. Yes, I have had to edit the build.xml to get the collections-related
substitutions to work. A few collection classes needed to be added to the
list

2. No, it still doesnt compile. There are the following classes/interfaces
that are being used in the source code:
UnsupportedOperationException
NoSuchElementException
Comparable

that cause the compilation to fail. I imagine Comparable is the familiar
java.util.Comparable interface that Java 2 provides. This looks like a
problem in the case of JDK 1.1.8

I dont know where the other two comme from.

Could somebody possibly have a look at those and tell me if there might be a
workaround?

I am desparate to get Jaxen to work (I am using JDOM with no problems with
1.1.8 and I want to do the same for the XPath part of my app wityh Jaxen).

Thanks very much in advance

Kostas


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to