ATM the server seems to be down, so that might cause your problem.
otherwise make sure you included the following repository in your pom.

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

Maurice

On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <[EMAIL PROTECTED]> wrote:
>
>  I downloaded svn from the link below,
>  but running maven2 on any of the 3 project gives the error:
>  Missing
>  com.resoap.wicket:wicket-progressbar:jar:0.1-SNAPSHOT
>
>  Is this a repository problem?
>
>  Lucio Rodriguez
>
>
>
>  Christopher Hlubek wrote:
>  >
>  > I always wondered why there was no progress bar component for wicket.
>  > The UploadProgressBar is cool but only for file uploads and not
>  > designed for background tasks or long taking actions.
>  >
>  > So some time ago I wrote a progress bar component to have an easy to
>  > use a component for progress display of some task with AJAX updates. I
>  > recently published this as the "wicketstuff-progressbar" project.
>  >
>
> > Just see the wiki
>  > 
> (http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-progressbar)
>  > for a short description and the examples module for some example code.
>  >
>  > Since this is still work in progress I appreciate your comments or
>  > contribution!
>  >
>  > Thanks,
>  >
>  > Christopher Hlubek
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >
>
>  --
>  View this message in context: 
> http://www.nabble.com/New-wicketstuff-progress-bar-component---project-tp15392340p16321414.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to