as far as I can tell
there is no wicketstuff-core or gma2 module on maven.

You need to compile it yourself.

svn checkout 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/
cd wicketstuff-core
mvn clean install

should just do that.

mf
Am 14.04.2009 um 15:29 schrieb shiraz memon:

Thanks Martin for your quick reply,

I have tried to fetch dependencies using maven, but seems like dependencies
could not be downloaded.

below is the repository if I am adding to my pom

<repositories>
 <repository>
 <id>wicket-snaps</id>
 <url>http://wicketstuff.org/maven/repository</url>
 <snapshots>
 <enabled>true</enabled>
 </snapshots>
 <releases>
 <enabled>true</enabled>
 </releases>
 </repository>
</repositories>

and the declaring dependency as follows:

<dependency>
 <groupId>org.wicketstuff</groupId>
 <artifactId>wicketstuff-core</artifactId>
 <version>1.4-SNAPSHOT</version>
 </dependency>

Best regards,

Shiraz




On Tue, Apr 14, 2009 at 2:31 PM, Martin Funk <mafulaf...@googlemail.com >wrote:

Hi Shiraz,

gmap2-contrib has moved


https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

mf

2009/4/14 shiraz memon <shiraz.li...@googlemail.com>

Hi

I am a newbie to wicket and stumbled upon it via several websites and
blogs,
even I managed to run simple examples with in couple of minutes. Also
very
amazed about its elegance and simplicity, which really pushes me to use
this
framework in my application.

I am using maven for dependency management and implicity got wicket
v1.4-rc2
dep's without any problems, but did not see any GoogleMap classes which
are
explained in gmap(2)-contrib's. Are they deployed on any maven repos or
downloadable from any website as seperate source/binary bundle?

Thanks for any help in advance,

Shiraz




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to