> Hi, > > I've got the same problem (using W2k). It seems to be caused by Jelly: > it has tags for opening files, but not for closing, and > org.apache.commons.jelly.tags.util.FileTag.java doesn't check, if the > variable to be assigned already contains a file to be closed. So files > may stay open up to finishing Maven.
Well, it seems in my case it was only my fault. I wrote a script to set the environtment variables: #!/bin/bash export MAVEN_HOME=/opt/maven export PATH=$PATH:$MAVEN_HOME/bin maven "$@" That seems to be wrong. I don't know why, but this starts the processes. When doing this without the script it works fine. The problem was that I forgot to deactivate the script for further testing and so thought, that even a call to maven directly would lead to the same. Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
