Title: Message Title
Dan Tran commented on an issue
Mojo's AppAssembler Maven Plugin / Bug MAPPASM-188
Empty CLASSPATH_PREFIX adds current directory to classpath
The generated script for unix has this construct:
CLASSPATH=$CLASSPATH_PREFIX:@CLASSPATH@

This means that if $CLASSPATH_PREFIX is empty the classpath will include the current directory. Since it is at the beginning, it will prefer any file in the current directory over other files on the classpath.

I presume this is not intentional. It should at le...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to