Re: wicketstuff-jmx-panel: can't find a repository

2008-04-07 Thread Gerolf Seitz
Hi Ivo,

you can find the release built for the current/upcoming wicket release 1.3.3
at
http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-jmx-panel/1.3.3/

let me know when you encounter any issues.

  Gerolf

On Mon, Apr 7, 2008 at 9:26 AM, Ivo van Dongen [EMAIL PROTECTED]
wrote:

 Hi Gerolf,

 Great to have this available in a repository. We're using this now in a
 project and we're really satisfied. One problem though is that we're using
 maven:release to release our projects and it refuses to release with
 snapshot dependencies (as it should :)).  Could we perhaps bother you to
 make a release of wicket-jmx-panel? It seems stable enough.

 Thanks in advance,
 Ivo van Dongen

 On Fri, Mar 7, 2008 at 4:00 AM, Gerolf Seitz [EMAIL PROTECTED]
 wrote:

  done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository
 
  dependency
   groudIdorg.wicketstuff/groupId
   artifactIdwicketstuff-jmx-panel/artifactId
   version1.3-SNAPSHOT/version
  /dependency
 
  cheers,
   Gerolf
 
 
  On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn [EMAIL PROTECTED]
  wrote:
 
   Hi,
  
   I'm setting up a small PoC web application with JMX, Spring  Wicket.
   Among other things I'm using the JmxPanel component by Gerolf Seitz.
   which I checked out here:
  
  
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
  
   The JmxPanel component works like a charm, so I'd like to add a
   dependency for the wicketstuff-jmx-panel artifact to my project.
   Unfortunately, I can't seem to find a repository that contains the
   wicketstuff-jmx-panel artifact at all.
  
   For now, I created a .jar from the svn checkout and added it to our
   local repository, but it would be preferable to use a public
 repository.
   Can anyone help me out?
  
   Thanks in advance,
   Rommert
  
   --
   Rommert de Bruijn
   Func. Internet Integration
   W http://www.func.nl
   T +31 20 423
   F +31 20 4223500
  
  
 



 --
 Ivo van Dongen
 Func. Internet Integration
 W http://www.func.nl
 T +31 20 423
 F +31 20 4223500



Re: wicketstuff-jmx-panel: can't find a repository

2008-04-07 Thread Ivo van Dongen
Hi Gerolf,

Great stuff! We'll try it out and let you know how it went.

Thanks,
Ivo

On Mon, Apr 7, 2008 at 10:05 AM, Gerolf Seitz [EMAIL PROTECTED]
wrote:

 Hi Ivo,

 you can find the release built for the current/upcoming wicket release
 1.3.3
 at

 http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-jmx-panel/1.3.3/

 let me know when you encounter any issues.

  Gerolf

 On Mon, Apr 7, 2008 at 9:26 AM, Ivo van Dongen [EMAIL PROTECTED]
 wrote:

  Hi Gerolf,
 
  Great to have this available in a repository. We're using this now in a
  project and we're really satisfied. One problem though is that we're
 using
  maven:release to release our projects and it refuses to release with
  snapshot dependencies (as it should :)).  Could we perhaps bother you to
  make a release of wicket-jmx-panel? It seems stable enough.
 
  Thanks in advance,
  Ivo van Dongen
 
  On Fri, Mar 7, 2008 at 4:00 AM, Gerolf Seitz [EMAIL PROTECTED]
  wrote:
 
   done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository
  
   dependency
groudIdorg.wicketstuff/groupId
artifactIdwicketstuff-jmx-panel/artifactId
version1.3-SNAPSHOT/version
   /dependency
  
   cheers,
Gerolf
  
  
   On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn [EMAIL PROTECTED]
 
   wrote:
  
Hi,
   
I'm setting up a small PoC web application with JMX, Spring 
 Wicket.
Among other things I'm using the JmxPanel component by Gerolf Seitz.
which I checked out here:
   
   
  
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
   
The JmxPanel component works like a charm, so I'd like to add a
dependency for the wicketstuff-jmx-panel artifact to my project.
Unfortunately, I can't seem to find a repository that contains the
wicketstuff-jmx-panel artifact at all.
   
For now, I created a .jar from the svn checkout and added it to our
local repository, but it would be preferable to use a public
  repository.
Can anyone help me out?
   
Thanks in advance,
Rommert
   
--
Rommert de Bruijn
Func. Internet Integration
W http://www.func.nl
T +31 20 423
F +31 20 4223500
   
   
  
 
 
 
  --
  Ivo van Dongen
  Func. Internet Integration
  W http://www.func.nl
  T +31 20 423
  F +31 20 4223500
 




-- 
Ivo van Dongen
Func. Internet Integration
W http://www.func.nl
T +31 20 423
F +31 20 4223500


Re: wicketstuff-jmx-panel: can't find a repository

2008-03-06 Thread Gerolf Seitz
done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository

dependency
  groudIdorg.wicketstuff/groupId
  artifactIdwicketstuff-jmx-panel/artifactId
  version1.3-SNAPSHOT/version
/dependency

cheers,
  Gerolf


On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn [EMAIL PROTECTED]
wrote:

 Hi,

 I'm setting up a small PoC web application with JMX, Spring  Wicket.
 Among other things I'm using the JmxPanel component by Gerolf Seitz.
 which I checked out here:

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

 The JmxPanel component works like a charm, so I'd like to add a
 dependency for the wicketstuff-jmx-panel artifact to my project.
 Unfortunately, I can't seem to find a repository that contains the
 wicketstuff-jmx-panel artifact at all.

 For now, I created a .jar from the svn checkout and added it to our
 local repository, but it would be preferable to use a public repository.
 Can anyone help me out?

 Thanks in advance,
 Rommert

 --
 Rommert de Bruijn
 Func. Internet Integration
 W http://www.func.nl
 T +31 20 423
 F +31 20 4223500