dev@glassfish.java.net

Re: [v3] build error. Can't find jaxrpc-api-1.1.jar

From: Harsha Godugu <Harsha.Godugu_at_Sun.COM>
Date: Tue, 26 Aug 2008 11:06:54 -0700

Anissa Lam wrote:

> I got the following error when building v3 on WinXP.
> This is a new checkout of workspace, build by specifying a new empty
> local repo.
> Any idea ?
>
Try giving full path to your repo.

See the output here in your email..
Can not find JAR
  file \Anissa\V3\repository\javax\xml\jaxrpc-api\1.1\jaxrpc-api-1. 1.jar

It is the file separator. Notice they come us both /this/way and
\that\way . Are you using cygwin?

mvn -Dmaven.repo.local=c:/path/to/my/v3/local/repo install
should fix.

> [INFO] [jar:jar]
> [INFO] Building jar:
> C:\Anissa\V3\javaee-api\javax.xml.rpc\target\javax.xml.rpc-
> 10.0-SNAPSHOT.jar
> [INFO] [bundle:bundle {execution: osgi-bundle}]
> [ERROR] Error building bundle
> org.glassfish:javax.xml.rpc:jar:10.0-SNAPSHOT : Ca
> n not find JAR file
> \Anissa\V3\repository\javax\xml\jaxrpc-api\1.1\jaxrpc-api-1.
> 1.jar
> [ERROR] Error(s) found in bundle configuration
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error(s) found in bundle configuration
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 13 minutes 34 seconds
> [INFO] Finished at: Tue Aug 26 10:49:53 PDT 2008
> [INFO] Final Memory: 36M/64M
> [INFO]
> ------------------------------------------------------------------------
>
> C:\Anissa\V3>
>
> thanks
> Anissa
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>