On Wed, Apr 23, 2008 at 9:47 AM, Edward J. Yoon <[EMAIL PROTECTED]> wrote: > My project throws URISyntaxException. > > Embedded error: java.net.URISyntaxException: Illegal character in > opaque part at index 22: jar:file:/C:/Documents and > Settings/Administrator/.m2/repository/com/nhn/common-community/1.0.25/c > mbedded error: java.net.URISyntaxException: Illegal character in > opaque part at index 22: jar:file:/C:/Documents and > > Settings/Administrator/.m2/repository/com/nhn/common-community/1.0.25/common-community-1.0.25.jar!/com/naver/common/community/dao/AbstractExSqlMapDAO$1.class > > In this current, I just recommend to use the local settings. > > <settings> > <localRepository>C:\Documents~1\.m2\repository\</localRepository> > </settings> > > Is there any solution for avoid this issue?
Maybe you could try using forward slashes (e.g. C:/Documents~1/.m2/repository/), or a full file:// URL if that does not work. > Thanks. > -- > B. Regards, > Edward J. Yoon > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- - Jan Fredrik Wedén --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]