darshakshah1988 / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 1 forks source link

Maven install crashs for 1.1.3-SNAPSHOT #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
We are building a dynamic Web-Project with 
JSF
IceFaces
Spring
and gmaps4jsf.

Then we added the repository tag to repositories and dependency tag to
dependencies within pom.xml
<repository>
<id>googlecode.com</id>
<url>http://gmaps4jsf.googlecode.com/svn/trunk/gmaps4jsf-repo</url>
</repository>      

<dependency>
  <groupId>com.googlecode.gmaps4jsf</groupId>
  <artifactId>gmaps4jsf-core</artifactId>
  <version>1.1.3-SNAPSHOT</version>
</dependency> 

What is the expected output? What do you see instead?
Instead of a successful build I get the error you can see in the error.log.

What version of the product are you using? On what operating system?
Windows XP 32bit
JDK 1.6_13
gmaps4jsf-1.1.3-SNAPSHOT

Please provide any additional information below.
In another project, which was no web project, we added the dependency and
were able to the project successfully. 

It seems as the pom.xml for the parent of gmaps4jsf-core was not found by
maven. Maybe this pom isn't uploaded at all?

Kind Regards,
Carl Heckmann

Original issue reported on code.google.com by oubo...@gmail.com on 29 Jan 2010 at 8:32

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello Carl,

This configuration works fine with the example web project of Mashups4JSF, 
please
check its pom.xml:
http://code.google.com/p/mashups4jsf/source/browse/trunk/examples/pom.xml

You can see how it works by: 
1. checking out the Mashups4JSF source code:
http://mashups4jsf.googlecode.com/svn/trunk/ mashups4jsf
2. From the parent pom directory type (mvn clean install).
3. you will find the gmaps4jsf snapshot jar in the lib of mashups4jsf example.

Original comment by Hazem.sa...@gmail.com on 29 Jan 2010 at 11:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hallo Hazem,

there seems to be an error in the pom file from version 1.1.3. If you look at 
the parent element, there is a 
reference to "gmaps4jsf-project" but there is no folder in the repo with the 
given name.

king regards
Niko

Original comment by will.n...@googlemail.com on 23 Feb 2010 at 9:20

GoogleCodeExporter commented 8 years ago
Hi Niko,

I just discovered that bug!
I will fix it soon. Much Thanks to you.

As a temp solution now, please use the binaries uploaded in the downloads 
section.

Original comment by Hazem.sa...@gmail.com on 23 Feb 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Hello,

Kindly try it now with 1.1.3. I fixed it for you.

Iam sorry for all inconveniences.

Please tell me it works with you to close the issue. 

Original comment by Hazem.sa...@gmail.com on 24 Feb 2010 at 1:05

GoogleCodeExporter commented 8 years ago
Fixed!

Original comment by Hazem.sa...@gmail.com on 24 Feb 2010 at 11:32