You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Daniele Dellafiore <il...@gmail.com> on 2008/08/13 12:30:42 UTC

uploading wickestuff on maven repo, wicketstuff-animator in particular

Hi.

I would like to put wicketstuff animator on the wickestuff maven repository.
Also, I have made some little additions to the code I would like to contribute.

my sourceforge user id is: "della"

Are the two things possible?

Thanks.

-- 
Daniele Dellafiore
http://blog.ildella.net/

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Daniele Dellafiore <il...@gmail.com>.
it worked, great! :)

Thanks.

On Wed, Nov 12, 2008 at 3:37 PM, Nino Saturnino Martinez Vazquez Wael
<ni...@jayway.dk> wrote:
> added to team city... Let me know if somethings wrong...
>
> But the project's at
>
> http://wicketstuff.org/maven/repository/org/wicketstuff/
>
> now..
>
>
> Pointbreak wrote:
>>
>> There is no wicketstuff-animator project in teamcity, so it will never
>> get build and deployed.
>>
>> On Wed, 12 Nov 2008 09:32:46 +0100, "Daniele Dellafiore"
>> <il...@gmail.com> said:
>>
>>>
>>> Hi.
>>>
>>> I have committed a pom for wicketstuff-animator many days ago. POM has
>>> this section:
>>>
>>>   <distributionManagement>
>>>      <repository>
>>>         <id>wicketstuff-repo</id>
>>>         <name>Local Bamboo/Tomcat repository </name>
>>>         <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>>>      </repository>
>>>      <snapshotRepository>
>>>         <id>wicketstuff-repo-snapshot</id>
>>>         <name>Local Bamboo/Tomcat repository </name>
>>>         <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>>>      </snapshotRepository>
>>>   </distributionManagement>
>>>
>>> but as you can see there is still non artifact here:
>>> http://wicketstuff.org/maven/repository/org/wicketstuff/
>>>
>>> What am I missing?
>>>
>>> On Wed, Sep 3, 2008 at 7:09 PM, Nino Saturnino Martinez Vazquez Wael
>>> <ni...@jayway.dk> wrote:
>>>
>>>>
>>>> Daniele Dellafiore wrote:
>>>>
>>>>>
>>>>> Great, I saw and just made my first commit. Very small, indeed :)
>>>>>
>>>>> For the repo, sorry to listen this... but I do not get the whole
>>>>> point: you can actually make the deploy manually, right?
>>>>>
>>>>
>>>> no the deploy happens automatically when setup.
>>>>
>>>>>
>>>>>  The repo has
>>>>> some artifact, so sf.net is banning the automatic deploy of snapshot
>>>>> made by teamcity?
>>>>>
>>>>>
>>>>
>>>> No sf arent banning deployment, however there seems to be trouble with
>>>> the
>>>> svn connection from team city, that may or may not be caused by sf.
>>>>
>>>>>
>>>>> If this is the case, can anyone make a deploy of wicketstuff-animator?
>>>>>
>>>>>
>>>>
>>>> Im not sure if it's setup, you should add some distribution management
>>>> to
>>>> your pom if not.
>>>>
>>>>>
>>>>> I also have a small pom update (sl4j dep and updated version to
>>>>> 1.3.3). You think I can commit?
>>>>>
>>>>>
>>>>
>>>> For me fine, we can always roll the stuff back, im not sure what others
>>>> say?
>>>>
>>>>>
>>>>> Thanks.
>>>>>
>>>>> On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg
>>>>> <ig...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> you have svn access. maven repo is a bit harder, seems sf.net keeps
>>>>>> banning our teamcity instance. not sure what to do about it, we have
>>>>>> already contacted them, but they keep banning it.
>>>>>>
>>>>>> -igor
>>>>>>
>>>>>> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore
>>>>>> <il...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> Hi.
>>>>>>>
>>>>>>> I would like to put wicketstuff animator on the wickestuff maven
>>>>>>> repository.
>>>>>>> Also, I have made some little additions to the code I would like to
>>>>>>> contribute.
>>>>>>>
>>>>>>> my sourceforge user id is: "della"
>>>>>>>
>>>>>>> Are the two things possible?
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> --
>>>>>>> Daniele Dellafiore
>>>>>>> http://blog.ildella.net/
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> -Wicket for love
>>>>
>>>> Nino Martinez Wael
>>>> Java Specialist @ Jayway DK
>>>> http://www.jayway.dk
>>>> +45 2936 7684
>>>>
>>>>
>>>>
>>>
>>> --
>>> Daniele Dellafiore
>>> http://blog.ildella.net/
>>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>



-- 
Daniele Dellafiore
http://blog.ildella.net/

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
added to team city... Let me know if somethings wrong...

But the project's at

http://wicketstuff.org/maven/repository/org/wicketstuff/

now..


Pointbreak wrote:
> There is no wicketstuff-animator project in teamcity, so it will never
> get build and deployed.
>
> On Wed, 12 Nov 2008 09:32:46 +0100, "Daniele Dellafiore"
> <il...@gmail.com> said:
>   
>> Hi.
>>
>> I have committed a pom for wicketstuff-animator many days ago. POM has
>> this section:
>>
>>    <distributionManagement>
>>       <repository>
>>          <id>wicketstuff-repo</id>
>>          <name>Local Bamboo/Tomcat repository </name>
>>          <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>>       </repository>
>>       <snapshotRepository>
>>          <id>wicketstuff-repo-snapshot</id>
>>          <name>Local Bamboo/Tomcat repository </name>
>>          <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>>       </snapshotRepository>
>>    </distributionManagement>
>>
>> but as you can see there is still non artifact here:
>> http://wicketstuff.org/maven/repository/org/wicketstuff/
>>
>> What am I missing?
>>
>> On Wed, Sep 3, 2008 at 7:09 PM, Nino Saturnino Martinez Vazquez Wael
>> <ni...@jayway.dk> wrote:
>>     
>>> Daniele Dellafiore wrote:
>>>       
>>>> Great, I saw and just made my first commit. Very small, indeed :)
>>>>
>>>> For the repo, sorry to listen this... but I do not get the whole
>>>> point: you can actually make the deploy manually, right?
>>>>         
>>> no the deploy happens automatically when setup.
>>>       
>>>>  The repo has
>>>> some artifact, so sf.net is banning the automatic deploy of snapshot
>>>> made by teamcity?
>>>>
>>>>         
>>> No sf arent banning deployment, however there seems to be trouble with the
>>> svn connection from team city, that may or may not be caused by sf.
>>>       
>>>> If this is the case, can anyone make a deploy of wicketstuff-animator?
>>>>
>>>>         
>>> Im not sure if it's setup, you should add some distribution management to
>>> your pom if not.
>>>       
>>>> I also have a small pom update (sl4j dep and updated version to
>>>> 1.3.3). You think I can commit?
>>>>
>>>>         
>>> For me fine, we can always roll the stuff back, im not sure what others say?
>>>       
>>>> Thanks.
>>>>
>>>> On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg <ig...@gmail.com>
>>>> wrote:
>>>>
>>>>         
>>>>> you have svn access. maven repo is a bit harder, seems sf.net keeps
>>>>> banning our teamcity instance. not sure what to do about it, we have
>>>>> already contacted them, but they keep banning it.
>>>>>
>>>>> -igor
>>>>>
>>>>> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>           
>>>>>> Hi.
>>>>>>
>>>>>> I would like to put wicketstuff animator on the wickestuff maven
>>>>>> repository.
>>>>>> Also, I have made some little additions to the code I would like to
>>>>>> contribute.
>>>>>>
>>>>>> my sourceforge user id is: "della"
>>>>>>
>>>>>> Are the two things possible?
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> --
>>>>>> Daniele Dellafiore
>>>>>> http://blog.ildella.net/
>>>>>>
>>>>>>
>>>>>>             
>>>>
>>>>
>>>>         
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>>       
>>
>> -- 
>> Daniele Dellafiore
>> http://blog.ildella.net/
>>     

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Pointbreak <po...@ml1.net>.
There is no wicketstuff-animator project in teamcity, so it will never
get build and deployed.

On Wed, 12 Nov 2008 09:32:46 +0100, "Daniele Dellafiore"
<il...@gmail.com> said:
> Hi.
> 
> I have committed a pom for wicketstuff-animator many days ago. POM has
> this section:
> 
>    <distributionManagement>
>       <repository>
>          <id>wicketstuff-repo</id>
>          <name>Local Bamboo/Tomcat repository </name>
>          <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>       </repository>
>       <snapshotRepository>
>          <id>wicketstuff-repo-snapshot</id>
>          <name>Local Bamboo/Tomcat repository </name>
>          <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
>       </snapshotRepository>
>    </distributionManagement>
> 
> but as you can see there is still non artifact here:
> http://wicketstuff.org/maven/repository/org/wicketstuff/
> 
> What am I missing?
> 
> On Wed, Sep 3, 2008 at 7:09 PM, Nino Saturnino Martinez Vazquez Wael
> <ni...@jayway.dk> wrote:
> >
> >
> > Daniele Dellafiore wrote:
> >>
> >> Great, I saw and just made my first commit. Very small, indeed :)
> >>
> >> For the repo, sorry to listen this... but I do not get the whole
> >> point: you can actually make the deploy manually, right?
> >
> > no the deploy happens automatically when setup.
> >>
> >>  The repo has
> >> some artifact, so sf.net is banning the automatic deploy of snapshot
> >> made by teamcity?
> >>
> >
> > No sf arent banning deployment, however there seems to be trouble with the
> > svn connection from team city, that may or may not be caused by sf.
> >>
> >> If this is the case, can anyone make a deploy of wicketstuff-animator?
> >>
> >
> > Im not sure if it's setup, you should add some distribution management to
> > your pom if not.
> >>
> >> I also have a small pom update (sl4j dep and updated version to
> >> 1.3.3). You think I can commit?
> >>
> >
> > For me fine, we can always roll the stuff back, im not sure what others say?
> >>
> >> Thanks.
> >>
> >> On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg <ig...@gmail.com>
> >> wrote:
> >>
> >>>
> >>> you have svn access. maven repo is a bit harder, seems sf.net keeps
> >>> banning our teamcity instance. not sure what to do about it, we have
> >>> already contacted them, but they keep banning it.
> >>>
> >>> -igor
> >>>
> >>> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com>
> >>> wrote:
> >>>
> >>>>
> >>>> Hi.
> >>>>
> >>>> I would like to put wicketstuff animator on the wickestuff maven
> >>>> repository.
> >>>> Also, I have made some little additions to the code I would like to
> >>>> contribute.
> >>>>
> >>>> my sourceforge user id is: "della"
> >>>>
> >>>> Are the two things possible?
> >>>>
> >>>> Thanks.
> >>>>
> >>>> --
> >>>> Daniele Dellafiore
> >>>> http://blog.ildella.net/
> >>>>
> >>>>
> >>
> >>
> >>
> >>
> >
> > --
> > -Wicket for love
> >
> > Nino Martinez Wael
> > Java Specialist @ Jayway DK
> > http://www.jayway.dk
> > +45 2936 7684
> >
> >
> 
> 
> 
> -- 
> Daniele Dellafiore
> http://blog.ildella.net/

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Daniele Dellafiore <il...@gmail.com>.
Hi.

I have committed a pom for wicketstuff-animator many days ago. POM has
this section:

   <distributionManagement>
      <repository>
         <id>wicketstuff-repo</id>
         <name>Local Bamboo/Tomcat repository </name>
         <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
      </repository>
      <snapshotRepository>
         <id>wicketstuff-repo-snapshot</id>
         <name>Local Bamboo/Tomcat repository </name>
         <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
      </snapshotRepository>
   </distributionManagement>

but as you can see there is still non artifact here:
http://wicketstuff.org/maven/repository/org/wicketstuff/

What am I missing?

On Wed, Sep 3, 2008 at 7:09 PM, Nino Saturnino Martinez Vazquez Wael
<ni...@jayway.dk> wrote:
>
>
> Daniele Dellafiore wrote:
>>
>> Great, I saw and just made my first commit. Very small, indeed :)
>>
>> For the repo, sorry to listen this... but I do not get the whole
>> point: you can actually make the deploy manually, right?
>
> no the deploy happens automatically when setup.
>>
>>  The repo has
>> some artifact, so sf.net is banning the automatic deploy of snapshot
>> made by teamcity?
>>
>
> No sf arent banning deployment, however there seems to be trouble with the
> svn connection from team city, that may or may not be caused by sf.
>>
>> If this is the case, can anyone make a deploy of wicketstuff-animator?
>>
>
> Im not sure if it's setup, you should add some distribution management to
> your pom if not.
>>
>> I also have a small pom update (sl4j dep and updated version to
>> 1.3.3). You think I can commit?
>>
>
> For me fine, we can always roll the stuff back, im not sure what others say?
>>
>> Thanks.
>>
>> On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg <ig...@gmail.com>
>> wrote:
>>
>>>
>>> you have svn access. maven repo is a bit harder, seems sf.net keeps
>>> banning our teamcity instance. not sure what to do about it, we have
>>> already contacted them, but they keep banning it.
>>>
>>> -igor
>>>
>>> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com>
>>> wrote:
>>>
>>>>
>>>> Hi.
>>>>
>>>> I would like to put wicketstuff animator on the wickestuff maven
>>>> repository.
>>>> Also, I have made some little additions to the code I would like to
>>>> contribute.
>>>>
>>>> my sourceforge user id is: "della"
>>>>
>>>> Are the two things possible?
>>>>
>>>> Thanks.
>>>>
>>>> --
>>>> Daniele Dellafiore
>>>> http://blog.ildella.net/
>>>>
>>>>
>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>



-- 
Daniele Dellafiore
http://blog.ildella.net/

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.

Daniele Dellafiore wrote:
> Great, I saw and just made my first commit. Very small, indeed :)
>
> For the repo, sorry to listen this... but I do not get the whole
> point: you can actually make the deploy manually, right?
no the deploy happens automatically when setup.
>  The repo has
> some artifact, so sf.net is banning the automatic deploy of snapshot
> made by teamcity?
>   
No sf arent banning deployment, however there seems to be trouble with 
the svn connection from team city, that may or may not be caused by sf.
> If this is the case, can anyone make a deploy of wicketstuff-animator?
>   
Im not sure if it's setup, you should add some distribution management 
to your pom if not.
> I also have a small pom update (sl4j dep and updated version to
> 1.3.3). You think I can commit?
>   
For me fine, we can always roll the stuff back, im not sure what others say?
> Thanks.
>
> On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg <ig...@gmail.com> wrote:
>   
>> you have svn access. maven repo is a bit harder, seems sf.net keeps
>> banning our teamcity instance. not sure what to do about it, we have
>> already contacted them, but they keep banning it.
>>
>> -igor
>>
>> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com> wrote:
>>     
>>> Hi.
>>>
>>> I would like to put wicketstuff animator on the wickestuff maven repository.
>>> Also, I have made some little additions to the code I would like to contribute.
>>>
>>> my sourceforge user id is: "della"
>>>
>>> Are the two things possible?
>>>
>>> Thanks.
>>>
>>> --
>>> Daniele Dellafiore
>>> http://blog.ildella.net/
>>>
>>>       
>
>
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Daniele Dellafiore <il...@gmail.com>.
Great, I saw and just made my first commit. Very small, indeed :)

For the repo, sorry to listen this... but I do not get the whole
point: you can actually make the deploy manually, right? The repo has
some artifact, so sf.net is banning the automatic deploy of snapshot
made by teamcity?

If this is the case, can anyone make a deploy of wicketstuff-animator?
I also have a small pom update (sl4j dep and updated version to
1.3.3). You think I can commit?

Thanks.

On Thu, Aug 14, 2008 at 3:07 AM, Igor Vaynberg <ig...@gmail.com> wrote:
> you have svn access. maven repo is a bit harder, seems sf.net keeps
> banning our teamcity instance. not sure what to do about it, we have
> already contacted them, but they keep banning it.
>
> -igor
>
> On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com> wrote:
>> Hi.
>>
>> I would like to put wicketstuff animator on the wickestuff maven repository.
>> Also, I have made some little additions to the code I would like to contribute.
>>
>> my sourceforge user id is: "della"
>>
>> Are the two things possible?
>>
>> Thanks.
>>
>> --
>> Daniele Dellafiore
>> http://blog.ildella.net/
>>
>



-- 
Daniele Dellafiore
http://blog.ildella.net/

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

Posted by Igor Vaynberg <ig...@gmail.com>.
you have svn access. maven repo is a bit harder, seems sf.net keeps
banning our teamcity instance. not sure what to do about it, we have
already contacted them, but they keep banning it.

-igor

On Wed, Aug 13, 2008 at 3:30 AM, Daniele Dellafiore <il...@gmail.com> wrote:
> Hi.
>
> I would like to put wicketstuff animator on the wickestuff maven repository.
> Also, I have made some little additions to the code I would like to contribute.
>
> my sourceforge user id is: "della"
>
> Are the two things possible?
>
> Thanks.
>
> --
> Daniele Dellafiore
> http://blog.ildella.net/
>