diff --git a/java/xdocs/faq.fml b/java/xdocs/faq.fml new file mode 100644 index 00000000..42efd906 --- /dev/null +++ b/java/xdocs/faq.fml @@ -0,0 +1,43 @@ + + + + + + + JDK 1.5 + + + How do I get Maven to compile using JDK 1.5? + +

+ The default javac settings cause problems with jdk 1.5 because the + target is set to 1.1 and no source has been set. +

+

+ You will need to provide two properties to allow compilation to work + with 1.5: +

+ + +
+
+
+
\ No newline at end of file diff --git a/java/xdocs/navigation.xml b/java/xdocs/navigation.xml index e613fab0..bb158290 100644 --- a/java/xdocs/navigation.xml +++ b/java/xdocs/navigation.xml @@ -29,6 +29,7 @@ +