Re: Wicket-stuff site down?

2009-10-28 Thread Martin Grigorov
hi Johan

this should be fixed with my first commit yesterday:

wicketstuff-org-maven

scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository
false<<<<<< ADDED



Here is a little Perl magic which should save you few hours next time
you need to delete such artefacts

this one will *only* print which files will be deleted:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; print "$2\n"}'

this one will actually delete them:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; unlink $arg if $2;}'

El mar, 27-10-2009 a las 18:03 +0100, Johan Compagner escribió:
> you can easily check it your self for example:
> 
> http://www.wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/
> 
> johan
> 
> 
> On Tue, Oct 27, 2009 at 11:59, Martin Grigorov 
> wrote:
> One more fixed: wicketstuff-animator/pom.xml
> 
> According to
> http://maven.apache.org/pom.html#Distribution_Management
> these fixes should be enough.
> 
> @Johan: if the build still produces unique versions of the
> snapshots
> please tell us which are the problematic projects.
> 
> El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov
> escribió:
> 
> > There was only one  in
> wicketstuff-core/pom.xml
> > (and sub-modules) without the needed setting:
> >
> > 
> >   wicketstuff-org-maven
> >
> >
> 
> scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository
> >   false
> > 
> >
> > Now I'll check the projects which are not in
> wicketstuff-core.
> >
> > El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner
> escribió:
> > > i already did that
> > > its up again but it was AGAIN disk full problems
> > > and that is because of that STUPID maven that generates
> unique snapshots
> > >
> > > Who is the maven expert here that will FIX that problems
> on all our pom
> > > files?
> > > i have been deleting stuff now for at least 1 hour!
> > >
> > > johan
> > >
> > >
> > > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> > > nino.martinez.w...@gmail.com> wrote:
> > >
> > > > Yeah it does look that way. Anyone around to take a look
> at the server?
> > > >
> > > > 2009/10/27 Brill Pappin 
> > > >
> > > > > I don't think this is maintenance, unless they have an
> extremely long
> > > > > running SQL export or something.
> > > > > I'd say broken at this point.
> > > > >
> > > > > - Brill
> > > > >
> > > > >
> > > > >
> > > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > > > >
>     > > > >  Here aswell ? argh :
> http://wicketstuff.org/confluence/errors.jsp
> > > > >>
> > > > >> 2009/10/26 Jeremy Thomerson
> 
> > > > >>
> > > > >>  Yes
> > > > >>>
> > > > >>> --
> > > > >>> Jeremy Thomerson
> > > > >>> http://www.wickettraining.com
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin
> 
> > > > wrote:
> > > > >>>
> > > > >>>  Is the Wicket-stuff site down for anyone else?
> > > > >>>>
> > > > >>>> - Brill
> > > > >>>>
> > > > >>>>
> -
> > > > >>>> To unsubscribe, e-mail:
> users-unsubscr...@wicket.apache.org
> > > > >>>> For additional commands, e-mail:
> users-h...@wicket.apache.org
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail:
> users-unsubscr...@wicket.apache.org
> > > > > For additional commands, e-mail:
> users-h...@wicket.apache.org
> > > > >
> > > > >
> > > >
> >
> >
> >
> -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail:
> users-h...@wicket.apache.org
> >
> >
> 
> 
> 


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



Re: Wicket-stuff site down?

2009-10-27 Thread Johan Compagner
you can easily check it your self for example:

http://www.wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/

johan


On Tue, Oct 27, 2009 at 11:59, Martin Grigorov  wrote:

> One more fixed: wicketstuff-animator/pom.xml
>
> According to http://maven.apache.org/pom.html#Distribution_Management
> these fixes should be enough.
>
> @Johan: if the build still produces unique versions of the snapshots
> please tell us which are the problematic projects.
>
> El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov escribió:
> > There was only one  in wicketstuff-core/pom.xml
> > (and sub-modules) without the needed setting:
> >
> > 
> >   wicketstuff-org-maven
> >
> > scpexe://
> wicketstuff.org/home/wicket/tomcat/webapps/maven/repository
> >   false
> > 
> >
> > Now I'll check the projects which are not in wicketstuff-core.
> >
> > El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:
> > > i already did that
> > > its up again but it was AGAIN disk full problems
> > > and that is because of that STUPID maven that generates unique
> snapshots
> > >
> > > Who is the maven expert here that will FIX that problems on all our pom
> > > files?
> > > i have been deleting stuff now for at least 1 hour!
> > >
> > > johan
> > >
> > >
> > > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> > > nino.martinez.w...@gmail.com> wrote:
> > >
> > > > Yeah it does look that way. Anyone around to take a look at the
> server?
> > > >
> > > > 2009/10/27 Brill Pappin 
> > > >
> > > > > I don't think this is maintenance, unless they have an extremely
> long
> > > > > running SQL export or something.
> > > > > I'd say broken at this point.
> > > > >
> > > > > - Brill
> > > > >
> > > > >
> > > > >
> > > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > > > >
> > > > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > > > >>
> > > > >> 2009/10/26 Jeremy Thomerson 
> > > > >>
> > > > >>  Yes
> > > > >>>
> > > > >>> --
> > > > >>> Jeremy Thomerson
> > > > >>> http://www.wickettraining.com
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin 
> > > > wrote:
> > > > >>>
> > > > >>>  Is the Wicket-stuff site down for anyone else?
> > > > >>>>
> > > > >>>> - Brill
> > > > >>>>
> > > > >>>>
> -
> > > > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > > For additional commands, e-mail: users-h...@wicket.apache.org
> > > > >
> > > > >
> > > >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>


Re: Wicket-stuff site down?

2009-10-27 Thread Martin Grigorov
One more fixed: wicketstuff-animator/pom.xml

According to http://maven.apache.org/pom.html#Distribution_Management
these fixes should be enough.

@Johan: if the build still produces unique versions of the snapshots
please tell us which are the problematic projects. 

El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov escribió:
> There was only one  in wicketstuff-core/pom.xml
> (and sub-modules) without the needed setting:
> 
> 
>   wicketstuff-org-maven
> 
> scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository
>   false
> 
> 
> Now I'll check the projects which are not in wicketstuff-core.
> 
> El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:
> > i already did that
> > its up again but it was AGAIN disk full problems
> > and that is because of that STUPID maven that generates unique snapshots
> > 
> > Who is the maven expert here that will FIX that problems on all our pom
> > files?
> > i have been deleting stuff now for at least 1 hour!
> > 
> > johan
> > 
> > 
> > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> > nino.martinez.w...@gmail.com> wrote:
> > 
> > > Yeah it does look that way. Anyone around to take a look at the server?
> > >
> > > 2009/10/27 Brill Pappin 
> > >
> > > > I don't think this is maintenance, unless they have an extremely long
> > > > running SQL export or something.
> > > > I'd say broken at this point.
> > > >
> > > > - Brill
> > > >
> > > >
> > > >
> > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > > >
> > > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > > >>
> > > >> 2009/10/26 Jeremy Thomerson 
> > > >>
> > > >>  Yes
> > > >>>
> > > >>> --
> > > >>> Jeremy Thomerson
> > > >>> http://www.wickettraining.com
> > > >>>
> > > >>>
> > > >>>
> > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin 
> > > wrote:
> > > >>>
> > > >>>  Is the Wicket-stuff site down for anyone else?
> > > >>>>
> > > >>>> - Brill
> > > >>>>
> > > >>>> -
> > > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >
> > > > -
> > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > For additional commands, e-mail: users-h...@wicket.apache.org
> > > >
> > > >
> > >
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 


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



Re: Wicket-stuff site down?

2009-10-27 Thread Martin Grigorov
There was only one  in wicketstuff-core/pom.xml
(and sub-modules) without the needed setting:


wicketstuff-org-maven

scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository
false


Now I'll check the projects which are not in wicketstuff-core.

El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:
> i already did that
> its up again but it was AGAIN disk full problems
> and that is because of that STUPID maven that generates unique snapshots
> 
> Who is the maven expert here that will FIX that problems on all our pom
> files?
> i have been deleting stuff now for at least 1 hour!
> 
> johan
> 
> 
> On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> nino.martinez.w...@gmail.com> wrote:
> 
> > Yeah it does look that way. Anyone around to take a look at the server?
> >
> > 2009/10/27 Brill Pappin 
> >
> > > I don't think this is maintenance, unless they have an extremely long
> > > running SQL export or something.
> > > I'd say broken at this point.
> > >
> > > - Brill
> > >
> > >
> > >
> > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > >
> > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > >>
> > >> 2009/10/26 Jeremy Thomerson 
> > >>
> > >>  Yes
> > >>>
> > >>> --
> > >>> Jeremy Thomerson
> > >>> http://www.wickettraining.com
> > >>>
> > >>>
> > >>>
> > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin 
> > wrote:
> > >>>
> > >>>  Is the Wicket-stuff site down for anyone else?
> > >>>>
> > >>>> - Brill
> > >>>>
> > >>>> -
> > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >


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



Re: Wicket-stuff site down?

2009-10-27 Thread Johan Compagner
i already did that
its up again but it was AGAIN disk full problems
and that is because of that STUPID maven that generates unique snapshots

Who is the maven expert here that will FIX that problems on all our pom
files?
i have been deleting stuff now for at least 1 hour!

johan


On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
nino.martinez.w...@gmail.com> wrote:

> Yeah it does look that way. Anyone around to take a look at the server?
>
> 2009/10/27 Brill Pappin 
>
> > I don't think this is maintenance, unless they have an extremely long
> > running SQL export or something.
> > I'd say broken at this point.
> >
> > - Brill
> >
> >
> >
> > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> >
> >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> >>
> >> 2009/10/26 Jeremy Thomerson 
> >>
> >>  Yes
> >>>
> >>> --
> >>> Jeremy Thomerson
> >>> http://www.wickettraining.com
> >>>
> >>>
> >>>
> >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin 
> wrote:
> >>>
> >>>  Is the Wicket-stuff site down for anyone else?
> >>>>
> >>>> - Brill
> >>>>
> >>>> -
> >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>
> >>>>
> >>>>
> >>>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: Wicket-stuff site down?

2009-10-27 Thread nino martinez wael
Yeah it does look that way. Anyone around to take a look at the server?

2009/10/27 Brill Pappin 

> I don't think this is maintenance, unless they have an extremely long
> running SQL export or something.
> I'd say broken at this point.
>
> - Brill
>
>
>
> On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
>
>  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
>>
>> 2009/10/26 Jeremy Thomerson 
>>
>>  Yes
>>>
>>> --
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>>
>>>
>>>
>>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin  wrote:
>>>
>>>  Is the Wicket-stuff site down for anyone else?
>>>>
>>>> - Brill
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket-stuff site down?

2009-10-26 Thread Brill Pappin
I don't think this is maintenance, unless they have an extremely long  
running SQL export or something.

I'd say broken at this point.

- Brill


On 2009-10-26, at 7:26 PM, nino martinez wael wrote:


Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp

2009/10/26 Jeremy Thomerson 


Yes

--
Jeremy Thomerson
http://www.wickettraining.com



On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin   
wrote:



Is the Wicket-stuff site down for anyone else?

- Brill

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







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



Re: Wicket-stuff site down?

2009-10-26 Thread nino martinez wael
Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp

2009/10/26 Jeremy Thomerson 

> Yes
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin  wrote:
>
> > Is the Wicket-stuff site down for anyone else?
> >
> > - Brill
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: Wicket-stuff site down?

2009-10-26 Thread Jeremy Thomerson
Yes

--
Jeremy Thomerson
http://www.wickettraining.com



On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin  wrote:

> Is the Wicket-stuff site down for anyone else?
>
> - Brill
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Wicket-stuff site down?

2009-10-26 Thread Brill Pappin

Is the Wicket-stuff site down for anyone else?

- Brill

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