On 6/8/10 4:58 AM, noemi rc wrote:
> 
> Hi, 
> 
> When I changed the parent artifactId
>         <parent>
>                 <groupId>org.gvsig</groupId>
>                 <artifactId>gvsig-base-pom</artifactId>
>                 <version>2.0-SNAPSHOT</version>
>         </parent> 
> to:
>         <parent>
>                 <groupId>org.gvsig</groupId>
>                 <artifactId>gvsig-base-extension-pom</artifactId>
>                 <version>2.0-SNAPSHOT</version>
>         </parent> 
> 
> The pom.xml shows this error:
> Project build error: For managed dependency jre:javaws:jar: system-scoped
> dependency must specify an absolute systemPath but is
> ${java.home}/lib/javaws.jar
> 
> and cannot import all the dependencies I have, does anybody knows why ???
Did you read the error message? It's pretty explicit - you need to set
the java.home property. Whomever is distributing this parent POM should
really make this clear or, better yet, not use the system scope at all.

Justin

> any idea ????
> please I need some help !!!!
> 
> Thanks.
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to