-
If you really wan't to use a specific compiler, then you could do it like this:
http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html
But if all you want is to compile to 1.5 and don't care which compiler is used then the target option should be enough.
2009-11-24 07:16:09 UTC by gpolya
-
I'd be more interested in how you are supposed to set this kind of thing up with maven 2 (hyperlink required).
2009-11-24 00:53:13 UTC by scolebourne
-
Fixed, thanks.
2009-11-24 00:51:45 UTC by scolebourne
-
scolebourne committed revision 68 to the Joda - Money SVN repository, changing 1 files.
2009-11-24 00:51:26 UTC by scolebourne
-
scolebourne committed revision 67 to the Joda - Money SVN repository, changing 5 files.
2009-11-24 00:45:37 UTC by scolebourne
-
scolebourne committed revision 66 to the Joda - Money SVN repository, changing 2 files.
2009-11-24 00:44:57 UTC by scolebourne
-
scolebourne committed revision 65 to the Joda - Money SVN repository, changing 2 files.
2009-11-24 00:41:17 UTC by scolebourne
-
I'm expecting many users to hold the data as Money, and convert to BigMoney just for the duration of the calculation, before converting back to Money.
2009-11-23 01:04:31 UTC by scolebourne
-
scolebourne committed revision 64 to the Joda - Money SVN repository, changing 1 files.
2009-11-22 23:31:46 UTC by scolebourne
-
TestCurrencyUnit doesn't compile using JDK 1.6 (at least on a Mac)
I realise that the library is meant to be compiled using 1.5, but there simply isn't a 1.5 compiler in OSX any more.
It should still compile just fine on 1.5, but I don't have any way to actually confirm this.
2009-11-22 12:18:44 UTC by gid79