Interestgin bug that could be a real pain in the butt to fix. This
probably changed with the upgrade to the final jexl release.
What is happening is that it detects '3' as a number, so attempts a
numerical subtraction, the result of which is 0 because the LHS is not
a number. That's annoying.
Any chance you can use a version with a '.' in it? Jexl doesn't
interpret that as a float and so should be fine.
- Brett
On 8/2/05, Brill Pappin <brill@pappin.ca> wrote:
> For some reason, with Maven 1.1-b1 my artifact id is *always* 0 (zero)
> when I build anything.
> For instance if I attain the war goal, I get an artifact called 0.war.
>
> I've tried setting <artifactId>xxx</artifactId> and <id>xxx</id>
in my
> pom (as well as both together) with no results.
>
> This is really stumping me, as I haven't run into it before.
>
> Anyone have any idea whats going on?
>
> FYI - I've got my POM version set to 3.
>
> - Brill Pappin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|