From e03a62328b1c091694a6cb3df68270bddeacd667 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 3 Aug 2004 06:49:47 +0000 Subject: [PATCH] Document 1.5 settings git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115928 13f79535-47bb-0310-9956-ffa450edef68 --- java/xdocs/faq.fml | 43 +++++++++++++++++++++++++++++++++++++++ java/xdocs/navigation.xml | 1 + 2 files changed, 44 insertions(+) create mode 100644 java/xdocs/faq.fml 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 @@ +