You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Per Newgro <pe...@gmx.ch> on 2012/01/23 13:24:19 UTC

Howto patch wicket 1.5.4

Hi,

i would like to apply some patches not included in 1.5.4 yet. But i 
can't find the wicket-git repository.
On website there is only a description for building wicket from svn.

Thanks
Per

Re: Howto patch wicket 1.5.4

Posted by Per Newgro <pe...@gmx.ch>.
Ok, i removed the clone and did it again. Now i could see all projects.
Patch applied and satisfied.

Thanks 4 help
Per

Am 23.01.2012 21:33, schrieb Michael O'Cleirigh:
> Hi Per,
>
> I see the wicket-spring module in the main directory:
>
> $ git ls-tree release/wicket-1.5.4
> 100644 blob 6121122a4abb527e4c0b841339d6c17ce17a9e2b    .gitignore
> 100644 blob 39213b2449fd6734a2d5fc0fdff6882e90612773    CHANGELOG-1.5
> 100644 blob d645695673349e3947e8e5ae42332d0ac3164cd7    LICENSE
> 100644 blob 3faa3bb03db97b934a18bfbe49967fb072be4b12    NOTICE
> 100644 blob 82e28ab926a9f9a1e228bae82c7291f1c96b7fb1    README
> 040000 tree d206a05d0a5ddbb8c11190a9c359d25bc4d9728d    archetypes
> 040000 tree 8179cc32cbd7aa6482609e0e9c5a6ebdb8501633    licenses
> 100644 blob 324efbe31b8dff72acc273b371e81ed6f37ed666    pom.xml
> 100755 blob 660dc2e9bf3a18381551dcfa5f1fe887951d5b09    release-igor.sh
> 100755 blob bfa7f651025edd3edbe08ab2dcbe6e5175ebc3b5    release.sh
> 040000 tree 1bbc10070b550cb916a2f23e3f7300ae0f7b167d    testing
> 100644 blob 92fdf7fa6bfc851e5d6ff9e04ec84a279e98c9ab    
> wicket-assembly-all.xml
> 040000 tree 96de318ed1240938ecb15a0f12e02429a54d84c1    wicket-auth-roles
> 040000 tree 03ffdf4c1f5e1d1ff2152a91b71f906ba5b0ef85    wicket-core
> 040000 tree bf0dbba79b57ab32df6f0aefc7b9ea65bfded362    wicket-datetime
> 040000 tree 3cf7463ab2235b3912831bea5cf4b42d0f69a894    wicket-devutils
> 040000 tree bdc30b2e587e405b9f99a86b8aacae24a8b8855c    wicket-examples
> 040000 tree 3a8e2d68c88f8ca93f170de88283e5d64dac8789    wicket-extensions
> 040000 tree 09bc05e7a95856ecea87e505665aa86f716d5dab    wicket-guice
> 040000 tree 2092367dbd7cf0259670ddde08d8677d24e258b6    wicket-ioc
> 040000 tree e3faddcb22c4abe706d40eb8d0e34b44bf18c510    wicket-jmx
> 040000 tree 680a40126a70aab3febf347a63787e735a81b4ef    
> wicket-objectssizeof-agent
> 040000 tree dc4c356470cc1cc801ae7bde1652eb8a9dc53a70    wicket-request
> 040000 tree 5407e76c262e2c90da28cb601216cb6d8ee99af5    wicket-spring 
> <-- right here
> 040000 tree eb3b8c8f0efdeeca4bb0dfefaa8c91d9529d9d9c    wicket-util
> 040000 tree cff725cc137db59e48b022ba1a83e5337ed5723e    wicket-velocity
> 040000 tree dd7833ce6747d0b2fc4bf83fadce8c5b70ac92d4    wicket
>
> If you are working in Eclipse typically you import the base artifact 
> and then import existing maven projects from that one in the package 
> explorer.
>
> Are you sure you need to compile wicket yourself?  because the 
> 1.5-SNAPSHOT artifacts are built automatically on the Apache 
> infrastructure and if you just need some features not yet released 
> that would be the easiest way to get them.
>
> You would just add the snapshot repository to your project or maven 
> settings.xml file:
>
> |<repositories>
> <repository>
> <releases>
> <enabled>false</enabled>
> </releases>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> <id>apache.snapshots</id>
> <name>Apache Snapshot Repository</name>
> <url>https://repository.apache.org/content/groups/snapshots</url>
> <layout>default</layout>
> </repository>
> </repositories>
> |
>
>
> Mike
>
>> Please, please , please don't call be stupid. But after cloning and 
>> checkout i don't see the wicket-spring project. Has it moved anywhere?
>>
>> Thanks
>> Per
>>
>> Am 23.01.2012 16:09, schrieb Martin Grigorov:
>>> Hi,
>>>
>>> I just updated the docs.
>>>
>>> Do:
>>> git clone http://git-wip-us.apache.org/repos/asf/wicket.git
>>>
>>> git checkout -b wicket-1.5.4 release/wicket-1.5.4
>>>
>>> verify that you use 1.5.4 with:
>>> git branch
>>>
>>> On Mon, Jan 23, 2012 at 4:22 PM, Per Newgro<pe...@gmx.ch>  wrote:
>>>> Thanks Mike,
>>>>
>>>> but release/wicket-1.5.4 is not there
>>>>
>>>> What can i do ?
>>>> Per
>>>>
>>>>
>>>>> The wicket git repo is here:
>>>>>
>>>>> http://git-wip-us.apache.org/repos/asf/wicket.git
>>>>>
>>>>> Regards,
>>>>>
>>>>> Mike
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> i would like to apply some patches not included in 1.5.4 yet. But 
>>>>>> i can't
>>>>>> find the wicket-git repository.
>>>>>> On website there is only a description for building wicket from svn.
>>>>>>
>>>>>> Thanks
>>>>>> Per
>>>>>
>>>>>
>>>
>>>
>>
>
>


Re: Howto patch wicket 1.5.4

Posted by Michael O'Cleirigh <mi...@rivulet.ca>.
Hi Per,

I see the wicket-spring module in the main directory:

$ git ls-tree release/wicket-1.5.4
100644 blob 6121122a4abb527e4c0b841339d6c17ce17a9e2b    .gitignore
100644 blob 39213b2449fd6734a2d5fc0fdff6882e90612773    CHANGELOG-1.5
100644 blob d645695673349e3947e8e5ae42332d0ac3164cd7    LICENSE
100644 blob 3faa3bb03db97b934a18bfbe49967fb072be4b12    NOTICE
100644 blob 82e28ab926a9f9a1e228bae82c7291f1c96b7fb1    README
040000 tree d206a05d0a5ddbb8c11190a9c359d25bc4d9728d    archetypes
040000 tree 8179cc32cbd7aa6482609e0e9c5a6ebdb8501633    licenses
100644 blob 324efbe31b8dff72acc273b371e81ed6f37ed666    pom.xml
100755 blob 660dc2e9bf3a18381551dcfa5f1fe887951d5b09    release-igor.sh
100755 blob bfa7f651025edd3edbe08ab2dcbe6e5175ebc3b5    release.sh
040000 tree 1bbc10070b550cb916a2f23e3f7300ae0f7b167d    testing
100644 blob 92fdf7fa6bfc851e5d6ff9e04ec84a279e98c9ab    
wicket-assembly-all.xml
040000 tree 96de318ed1240938ecb15a0f12e02429a54d84c1    wicket-auth-roles
040000 tree 03ffdf4c1f5e1d1ff2152a91b71f906ba5b0ef85    wicket-core
040000 tree bf0dbba79b57ab32df6f0aefc7b9ea65bfded362    wicket-datetime
040000 tree 3cf7463ab2235b3912831bea5cf4b42d0f69a894    wicket-devutils
040000 tree bdc30b2e587e405b9f99a86b8aacae24a8b8855c    wicket-examples
040000 tree 3a8e2d68c88f8ca93f170de88283e5d64dac8789    wicket-extensions
040000 tree 09bc05e7a95856ecea87e505665aa86f716d5dab    wicket-guice
040000 tree 2092367dbd7cf0259670ddde08d8677d24e258b6    wicket-ioc
040000 tree e3faddcb22c4abe706d40eb8d0e34b44bf18c510    wicket-jmx
040000 tree 680a40126a70aab3febf347a63787e735a81b4ef    
wicket-objectssizeof-agent
040000 tree dc4c356470cc1cc801ae7bde1652eb8a9dc53a70    wicket-request
040000 tree 5407e76c262e2c90da28cb601216cb6d8ee99af5    wicket-spring 
<-- right here
040000 tree eb3b8c8f0efdeeca4bb0dfefaa8c91d9529d9d9c    wicket-util
040000 tree cff725cc137db59e48b022ba1a83e5337ed5723e    wicket-velocity
040000 tree dd7833ce6747d0b2fc4bf83fadce8c5b70ac92d4    wicket

If you are working in Eclipse typically you import the base artifact and 
then import existing maven projects from that one in the package explorer.

Are you sure you need to compile wicket yourself?  because the 
1.5-SNAPSHOT artifacts are built automatically on the Apache 
infrastructure and if you just need some features not yet released that 
would be the easiest way to get them.

You would just add the snapshot repository to your project or maven 
settings.xml file:

|<repositories>
     <repository>
         <releases>
             <enabled>false</enabled>
         </releases>
         <snapshots>
             <enabled>true</enabled>
         </snapshots>
         <id>apache.snapshots</id>
         <name>Apache Snapshot Repository</name>
         <url>https://repository.apache.org/content/groups/snapshots</url>
         <layout>default</layout>
     </repository>
</repositories>
|


Mike

> Please, please , please don't call be stupid. But after cloning and 
> checkout i don't see the wicket-spring project. Has it moved anywhere?
>
> Thanks
> Per
>
> Am 23.01.2012 16:09, schrieb Martin Grigorov:
>> Hi,
>>
>> I just updated the docs.
>>
>> Do:
>> git clone http://git-wip-us.apache.org/repos/asf/wicket.git
>>
>> git checkout -b wicket-1.5.4 release/wicket-1.5.4
>>
>> verify that you use 1.5.4 with:
>> git branch
>>
>> On Mon, Jan 23, 2012 at 4:22 PM, Per Newgro<pe...@gmx.ch>  wrote:
>>> Thanks Mike,
>>>
>>> but release/wicket-1.5.4 is not there
>>>
>>> What can i do ?
>>> Per
>>>
>>>
>>>> The wicket git repo is here:
>>>>
>>>> http://git-wip-us.apache.org/repos/asf/wicket.git
>>>>
>>>> Regards,
>>>>
>>>> Mike
>>>>
>>>>> Hi,
>>>>>
>>>>> i would like to apply some patches not included in 1.5.4 yet. But 
>>>>> i can't
>>>>> find the wicket-git repository.
>>>>> On website there is only a description for building wicket from svn.
>>>>>
>>>>> Thanks
>>>>> Per
>>>>
>>>>
>>
>>
>


Re: Howto patch wicket 1.5.4

Posted by Per Newgro <pe...@gmx.ch>.
Please, please , please don't call be stupid. But after cloning and 
checkout i don't see the wicket-spring project. Has it moved anywhere?

Thanks
Per

Am 23.01.2012 16:09, schrieb Martin Grigorov:
> Hi,
>
> I just updated the docs.
>
> Do:
> git clone http://git-wip-us.apache.org/repos/asf/wicket.git
>
> git checkout -b wicket-1.5.4 release/wicket-1.5.4
>
> verify that you use 1.5.4 with:
> git branch
>
> On Mon, Jan 23, 2012 at 4:22 PM, Per Newgro<pe...@gmx.ch>  wrote:
>> Thanks Mike,
>>
>> but release/wicket-1.5.4 is not there
>>
>> What can i do ?
>> Per
>>
>>
>>> The wicket git repo is here:
>>>
>>> http://git-wip-us.apache.org/repos/asf/wicket.git
>>>
>>> Regards,
>>>
>>> Mike
>>>
>>>> Hi,
>>>>
>>>> i would like to apply some patches not included in 1.5.4 yet. But i can't
>>>> find the wicket-git repository.
>>>> On website there is only a description for building wicket from svn.
>>>>
>>>> Thanks
>>>> Per
>>>
>>>
>
>


Re: Howto patch wicket 1.5.4

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

I just updated the docs.

Do:
git clone http://git-wip-us.apache.org/repos/asf/wicket.git

git checkout -b wicket-1.5.4 release/wicket-1.5.4

verify that you use 1.5.4 with:
git branch

On Mon, Jan 23, 2012 at 4:22 PM, Per Newgro <pe...@gmx.ch> wrote:
> Thanks Mike,
>
> but release/wicket-1.5.4 is not there
>
> What can i do ?
> Per
>
>
>> The wicket git repo is here:
>>
>> http://git-wip-us.apache.org/repos/asf/wicket.git
>>
>> Regards,
>>
>> Mike
>>
>>> Hi,
>>>
>>> i would like to apply some patches not included in 1.5.4 yet. But i can't
>>> find the wicket-git repository.
>>> On website there is only a description for building wicket from svn.
>>>
>>> Thanks
>>> Per
>>
>>
>>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

Re: Howto patch wicket 1.5.4

Posted by Per Newgro <pe...@gmx.ch>.
Thanks Mike,

but release/wicket-1.5.4 is not there

What can i do ?
Per

> The wicket git repo is here:
>
> http://git-wip-us.apache.org/repos/asf/wicket.git
>
> Regards,
>
> Mike
>
>> Hi,
>>
>> i would like to apply some patches not included in 1.5.4 yet. But i 
>> can't find the wicket-git repository.
>> On website there is only a description for building wicket from svn.
>>
>> Thanks
>> Per
>
>


Re: Howto patch wicket 1.5.4

Posted by Michael O'Cleirigh <mi...@rivulet.ca>.
The wicket git repo is here:

http://git-wip-us.apache.org/repos/asf/wicket.git

Regards,

Mike

> Hi,
>
> i would like to apply some patches not included in 1.5.4 yet. But i 
> can't find the wicket-git repository.
> On website there is only a description for building wicket from svn.
>
> Thanks
> Per