RE: Mappers and Closure can't be nullable

2005-05-03 Thread Dominique Devienne
> From: Casey Daniell [mailto:[EMAIL PROTECTED] > > > > > > > > from="^(\w+(\-*\w*)*)(\-+([0-9]?.?)*)*(.jar)$$" > to="\1\5"/> > Your regexp looks a bit too complex. Assuming the version number is always after the - and before the .ja

Mappers and Closure can't be nullable

2005-05-03 Thread Casey Daniell
What am I overlooking here, I remember getting this working before, but its been a while. Can anyone think of something I am overlooking here? I am basically trying to strip out the version string from the jar file's name. I then get the following error when r