Re: Wicket source code moved to Git

2011-12-23 Thread Andrea Del Bene
Doh!...I get the same error working with Subversion repository. The exception is complaining of missing version of inject.jar: Validation Messages: [0] 'dependencies.dependency.version' is missing for javax.inject:javax.inject:jar Does anybody have the same problem and know how to

Re: Wicket source code moved to Git

2011-12-23 Thread Martin Grigorov
Hi Andrea, I forgot /pom.xml with the dependencyManagement for this dependency but later Sven fixed it: http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=commit;h=0febdc400d2b70c9f15f340bead0093d753ab0e4 The build is OK now - locally, Jenkins and BuildBot

Re: Wicket source code moved to Git

2011-12-23 Thread Andrea Del Bene
Thank you Martin and Igor, I've learnt a bit more of Git today :-)! Hi Andrea, I forgot /pom.xml with the dependencyManagement for this dependency but later Sven fixed it: http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=commit;h=0febdc400d2b70c9f15f340bead0093d753ab0e4 The

Re: Wicket source code moved to Git

2011-12-22 Thread Bertrand Guay-Paquet
With the move to Git, should user-contributed patches be provided using pull requests instead of patches in JIRA? Also, with SVN it was possible to view the changes related to an issue in the subversion commits tab of JIRA. Will it be possible to have this information with Git? Bertrand On

Re: Wicket source code moved to Git

2011-12-22 Thread Andrea Del Bene
I've cloned the given repository, but I get the following exception running maven: org.apache.maven.reactor.MavenExecutionException: Failed to validate POM for project org.apache.wicket:wicket-ioc at /home/andrea/WicketBuild/wicket/wicket-ioc/pom.xml The other Wicket modules seem to work

Re: Wicket source code moved to Git

2011-12-22 Thread Igor Vaynberg
On Thu, Dec 22, 2011 at 10:57 AM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: With the move to Git, should user-contributed patches be provided using pull requests instead of patches in JIRA? i think until we have the github workflow worked out and documented it will be easier to stick

Re: Wicket source code moved to Git

2011-12-22 Thread Igor Vaynberg
make sure you are on the master branch - that is wicket 6.0 -igor On Thu, Dec 22, 2011 at 1:15 PM, Andrea Del Bene an.delb...@gmail.com wrote: I've cloned the given repository, but I get the following exception running maven: org.apache.maven.reactor.MavenExecutionException: Failed to

Re: Wicket source code moved to Git

2011-12-21 Thread Martin Grigorov
The most important info is missing - the checkout url! :-) For devs: https://your_apache_usern...@git-wip-us.apache.org/repos/asf/wicket.git For users: git://git.apache.org/wicket.git or https://github.com/apache/wicket On Wed, Dec 21, 2011 at 6:46 AM, Jeremy Thomerson jer...@wickettraining.com

Re: Wicket source code moved to Git

2011-12-21 Thread Martijn Dashorst
On Wed, Dec 21, 2011 at 10:04 AM, Martin Grigorov mgrigo...@apache.org wrote: The most important info is missing - the checkout url! :-) For devs: https://your_apache_usern...@git-wip-us.apache.org/repos/asf/wicket.git If you set up the .netrc like the git @ apache document states, you should

Re: Wicket source code moved to Git

2011-12-21 Thread Igor Vaynberg
not sure if git://git.apache.org/wicket.git is kept up with commits to git-wip-us i think for users On Wed, Dec 21, 2011 at 1:04 AM, Martin Grigorov mgrigo...@apache.org wrote: The most important info is missing - the checkout url! :-) For devs:

Re: Wicket source code moved to Git

2011-12-21 Thread Igor Vaynberg
i think for users its fine to git clone https://git-wip-us.apache.org/repos/asf/wicket.git -igor On Wed, Dec 21, 2011 at 8:26 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: not sure if git://git.apache.org/wicket.git is kept up with commits to git-wip-us i think for users On Wed,

Re: Wicket source code moved to Git

2011-12-21 Thread Igor Vaynberg
also note that for some clones trunk is still the default branch. be sure to 'git checkout master' which is where 6.0 stuff lives. -igor On Wed, Dec 21, 2011 at 8:30 AM, Martin Grigorov mgrigo...@apache.org wrote: On Wed, Dec 21, 2011 at 6:26 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:

Re: Wicket source code moved to Git

2011-12-21 Thread Jeremy Thomerson
On Tue, Dec 20, 2011 at 11:46 PM, Jeremy Thomerson jer...@wickettraining.com wrote: On Tue, Dec 20, 2011 at 11:20 PM, Clint Checketts checke...@gmail.comwrote: Jeremy, Will Git development mimic the current subversion workflow, or will we see we see a more Git-ish way like 'git flow'?

Re: Wicket source code moved to Git

2011-12-21 Thread Johan Compagner
hmm i use EGit but some how i always get not authorized if i try to push something I am quite sure the username/password is correct, but will recheck it, i use this url: https://jcompag...@git-wip-us.apache.org/repos/asf/wicket.git On Wed, Dec 21, 2011 at 19:26, Jeremy Thomerson

Re: Wicket source code moved to Git

2011-12-21 Thread Jeremy Thomerson
On Wed, Dec 21, 2011 at 1:40 PM, Johan Compagner jcompag...@gmail.comwrote: hmm i use EGit but some how i always get not authorized if i try to push something I am quite sure the username/password is correct, but will recheck it, i use this url:

Re: Wicket source code moved to Git

2011-12-21 Thread Martin Grigorov
On Wed, Dec 21, 2011 at 8:40 PM, Johan Compagner jcompag...@gmail.com wrote: hmm i use EGit but some how i always get not authorized if i try to push something I am quite sure the username/password is correct, but will recheck it, i use this url:

Wicket source code moved to Git

2011-12-20 Thread Jeremy Thomerson
Our SVN repository is now set read-only. For information about getting started with Git @ ASF, see [1]. The JIRA issue where we were converted is [2]. Unfortunately I will not be able to experiment much (if at all) with this until tomorrow night. Feel free to reply to this thread if you have

Re: Wicket source code moved to Git

2011-12-20 Thread Clint Checketts
Jeremy, Will Git development mimic the current subversion workflow, or will we see we see a more Git-ish way like 'git flow'? See- http://nvie.com/posts/a-successful-git-branching-model/ I realize that likely the answer is 'we don't know yet', so I'd like to get the conversation going. -Clint

Re: Wicket source code moved to Git

2011-12-20 Thread Igor Vaynberg
renamed trunk to master and set master as repo's default branch -igor On Tue, Dec 20, 2011 at 8:04 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Our SVN repository is now set read-only.  For information about getting started with Git @ ASF, see [1].  The JIRA issue where we were

Re: Wicket source code moved to Git

2011-12-20 Thread Jeremy Thomerson
On Tue, Dec 20, 2011 at 11:20 PM, Clint Checketts checke...@gmail.comwrote: Jeremy, Will Git development mimic the current subversion workflow, or will we see we see a more Git-ish way like 'git flow'? See- http://nvie.com/posts/a-successful-git-branching-model/ I think at least the core