Re: [M1] Comparing properties in maven.xml

2006-04-06 Thread Dion Gillard
James, there were some issues in earlier versions of maven using dotted variables. Could you try the following: and then use specVersion and compileTarget in your echo's. On 4/6/06, Shute, James <[EMAIL PROTECTED]> wrote: > > Does anybody know how I can compare 2 properties in a custom goal

[M1] Comparing properties in maven.xml

2006-04-06 Thread Shute, James
Does anybody know how I can compare 2 properties in a custom goal in my maven.xml file? e.g. For a build where the properties are java.specification.version : 1.5 maven.compile.target : 1.4 Then these steps ${java.specification.version ne maven.compile.target} ${java.specification.