|
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? Thanks. -- B. Regards, Edward J. Yoon --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
On Wed, Apr 23, 2008 at 9:47 AM, Edward J. Yoon <[hidden email]> 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: [hidden email] > For additional commands, e-mail: [hidden email] > > -- - Jan Fredrik Wedén --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
Thank you for your reply.
Exception throwed by white space. So, i just recommend to set the local repository path of DOS-style. However, I'm trying to find other solution; too many (developers's local setting/project codes) should be changed. Is there any solution for avoid this issue using pom.xml settings? Thanks, Edward. On Wed, Apr 23, 2008 at 4:56 PM, Jan Fredrik Wedén <[hidden email]> wrote: > > On Wed, Apr 23, 2008 at 9:47 AM, Edward J. Yoon <[hidden email]> 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: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > -- > - Jan Fredrik Wedén > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > -- B. Regards, Edward J. Yoon |
|
When are you seeing this error? Can you provide more of the stack
trace, or possibly the entire execution trace (mvn -X) by pasting it to www.pastebin.org and sending us the URL so someone can review it? Wayne On 4/23/08, Edward J. Yoon <[hidden email]> wrote: > Thank you for your reply. > > Exception throwed by white space. So, i just recommend to set the > local repository path of DOS-style. However, I'm trying to find other > solution; too many (developers's local setting/project codes) should > be changed. > Is there any solution for avoid this issue using pom.xml settings? > > Thanks, > Edward. > > On Wed, Apr 23, 2008 at 4:56 PM, Jan Fredrik Wedén <[hidden email]> wrote: > > > > On Wed, Apr 23, 2008 at 9:47 AM, Edward J. Yoon <[hidden email]> 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: [hidden email] > > > For additional commands, e-mail: [hidden email] > > > > > > > > > > -- > > - Jan Fredrik Wedén > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > > > -- > B. Regards, > Edward J. Yoon > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
| Powered by Nabble | Edit this page |
