Re: Oli's Presentation - Learn More About Wicket and, Contribute

2009-06-23 Thread OliZilla

Glad you liked it!

I think the wiki link should read:

http://cwiki.apache.org/WICKET/contributing-to-wicket.html

If any one has any advice on contributing back to wicket, please do add it.

Oli


jWeekend wrote:
 
 Check out the Wiki entry too at http://code.google.com/p/londonwicket/ . 
 

-- 
View this message in context: 
http://www.nabble.com/Oli%27s-Presentation---Learn-More-About-Wicket-and%2C-Contribute-tp24155774p24164098.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: 1.3.4 Release

2008-05-21 Thread OliZilla

Any news on the 1.3.4 release date yet? 
We are waiting on a couple of fixes that are already committed, but we don't
want to go back to using a SNAPSHOT if the 1.3.4 release is on the horizon.

Cheers,

Oli

-- 
View this message in context: 
http://www.nabble.com/1.3.4-Release-tp16810205p17364249.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Wicket Quickstart maven archetype - Archetype repository missing

2008-02-14 Thread OliZilla

Currently when I run the mvn quickstart command provided by the quickstart
web page, maven complains:


...
[INFO] [archetype:create]
[INFO] Archetype repository missing. Using the one from
[org.apache.wicket:wicket-archetype-quickstart:1.3.0-beta3 -
http://repo1.maven.org/maven2] found in catalog internal
Define value for version: :


Where it then waits for user input. 
I wasn't sure what was going on, as this had never happened before, so i
just blindly hit return a couple of times. Of course the build then failed
with the following message:


[ERROR] BUILD ERROR
[INFO]

[INFO] The archetype generation must be configured here


I found that if i entered 1.3.1 where it asked for a value of version:
and then com.yournamehere where it asks for value for package: then my
quickstart project was created successfully with the following log:


Define value for version: : 1.3.1
Define value for package: : com.myfrikinpackage
Confirm properties configuration:
groupId: com.mycompany
artifactId: myproject3
version: 1.3.1
package: com.myfrikinpackage
 Y: : y
[INFO]

[INFO] Using following parameters for creating OldArchetype:
wicket-archetype-quickstart:1.3.1
[INFO]

[INFO] Parameter: groupId, Value: com.mycompany
[INFO] Parameter: packageName, Value: com.myfrikinpackage
[INFO] Parameter: basedir, Value: /Users/oli/temp
[INFO] Parameter: package, Value: com.myfrikinpackage
[INFO] Parameter: version, Value: 1.3.1
[INFO] Parameter: artifactId, Value: myproject3
[INFO] * End of debug info from resources from generated
POM ***
[INFO] OldArchetype created in dir: /Users/oli/temp/myproject3
[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]



A bit of googling would suggest this is a maven issue, see: 
http://www.nabble.com/Archetype-repository-missing-and-asking-for-a-version-and-package-td15446552s2369.html
http://www.nabble.com/Archetype-repository-missing-and-asking-for-a-version-and-package-td15446552s2369.html
 


on the appfuse mailing list, someone is having the same problem. I have
tried clearing the offending part of my local repos, but I still can't run
the command without some user input.


The solution is very simple, but its not immediately obvious, so may put off
new users (I discovered it trying to convince a collegue how easy it was to
get up and running on Wicket, which was slightly embarrassing). Is any one
else experiencing this, or know what is going on?


Oli 
-- 
View this message in context: 
http://www.nabble.com/Wicket-Quickstart-maven-archetype---%22Archetype-repository-missing%22-tp15481228p15481228.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: Eclipse Debug Wicket Problem

2008-01-23 Thread OliZilla

I saw this in the the WicketBench eclipse plugin FAQ a while back:

Q: Debugging doesn't work right any more if the default editor is Wicket
Editor. While debugging the line of code that is executed by a thread is not
shown in the editor window anymore.

A: Yes, this is a known bug. It is not possible to fix this easily in
current eclipse versions...

ref:  http://www.laughingpanda.org/mediawiki/index.php/Wb-FAQ
http://www.laughingpanda.org/mediawiki/index.php/Wb-FAQ 


-- 
View this message in context: 
http://www.nabble.com/Eclipse-Debug-Wicket-Problem-tp15031033p15042362.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]