Re: Where to download Javadoc for Wicket 8.x?

2020-03-02 Thread Andrea Del Bene
...or just use javadoc.io :-). Select the desired version and click "download". For example: https://www.javadoc.io/doc/org.apache.wicket/wicket-core/8.7.0/index.html The only drawback is that you have to download JavaDoc per single module (wicket-core, wicket-util, etc..) On Mon, M

Re: Where to download Javadoc for Wicket 8.x?

2020-03-02 Thread SB
Okay, I figured it out: 1. Download the Apache Wicket source code from https://wicket.apache.org/start/wicket-8.x.html 2. Unzip the downloaded file. 3. To generate Javadocs, run `mvn javadoc:aggregate` at the root of the source code. 4. The generated Javadocs can then be found in the

Re: Where to download Javadoc for Wicket 8.x?

2020-03-02 Thread Martin Terra
ven together with the > > source option, this way you have both the wicket source code and the > > javadoc. > > > > ** > > Martin > > > > ma 2. maalisk. 2020 klo 2.01 SB (progscriptcl...@gmail.com) kirjoitti: > > > > > I usually work offline, an

Re: Where to download Javadoc for Wicket 8.x?

2020-03-02 Thread SB
s with maven together with the > source option, this way you have both the wicket source code and the > javadoc. > > ** > Martin > > ma 2. maalisk. 2020 klo 2.01 SB (progscriptcl...@gmail.com) kirjoitti: > > > I usually work offline, and I need to refer to the Javadocs.

Re: Where to download Javadoc for Wicket 8.x?

2020-03-01 Thread Martin Terra
I would recommend to plug in the libraries with maven together with the source option, this way you have both the wicket source code and the javadoc. ** Martin ma 2. maalisk. 2020 klo 2.01 SB (progscriptcl...@gmail.com) kirjoitti: > I usually work offline, and I need to refer to the Javad

Where to download Javadoc for Wicket 8.x?

2020-03-01 Thread SB
I usually work offline, and I need to refer to the Javadocs. Is there a place where I can download Wicket's Javadocs for offline use?

Re: 404 : https://wicket.apache.org/learn/#javadoc JavaDoc 9.x

2019-10-08 Thread Francois Meillet
Thanks Martin François > Le 8 oct. 2019 à 05:10, Martin Grigorov a écrit : > > Fixed! > > On Mon, Oct 7, 2019, 12:11 Martin Grigorov wrote: > >> Hi Francois, >> >> This is a known issue. >> >> https://markmail.org/message/6owzkxowbsf33jcy >> https://markmail.org/message/ac65iqbmwjdlugz3

Re: 404 : https://wicket.apache.org/learn/#javadoc JavaDoc 9.x

2019-10-07 Thread Martin Grigorov
Fixed! On Mon, Oct 7, 2019, 12:11 Martin Grigorov wrote: > Hi Francois, > > This is a known issue. > > https://markmail.org/message/6owzkxowbsf33jcy > https://markmail.org/message/ac65iqbmwjdlugz3 > > I will try to find a working solution for it this week. > > Martin > > > On Mon, Oct 7, 2019

Re: 404 : https://wicket.apache.org/learn/#javadoc JavaDoc 9.x

2019-10-07 Thread Martin Grigorov
Hi Francois, This is a known issue. https://markmail.org/message/6owzkxowbsf33jcy https://markmail.org/message/ac65iqbmwjdlugz3 I will try to find a working solution for it this week. Martin On Mon, Oct 7, 2019 at 11:17 AM Francois Meillet wrote: > Hi, > > There is a 404 for >

404 : https://wicket.apache.org/learn/#javadoc JavaDoc 9.x

2019-10-07 Thread Francois Meillet
Hi, There is a 404 for https://ci.apache.org/projects/wicket/apidocs/9.x/index.html François

Re: Build problems for Wicket 7.15.0 and Java 8 regarding Javadoc.

2019-09-16 Thread Maxim Solodovnik
222-b10) > > OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode) > > This fails in Wicket Util already with lots of Javadoc-related errors. > I know that the reason this happens is because of enabled linting for > Javadoc in Java 8 by default, but ear

Build problems for Wicket 7.15.0 and Java 8 regarding Javadoc.

2019-09-16 Thread Thorsten Schöning
Hi all, I'm trying to build Wicket 7.15.0 from source using Java 8: > openjdk version "1.8.0_222" > OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10) > OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode) This fails in Wicket Util already w

Wicketstuff JavaDoc

2015-02-28 Thread Andrea Del Bene
Hi everybody, I've created a gh-pages branch to host javadoc for wicketstuff. It contains docs for 6.x and master branch. They are linked in the readme file of each respective branch. http://wicketstuff.org/core/javadoc6/apidocs/index.html http://wicketstuff.org/core/javadoc7/apidocs

Re: Wicketstuff JavaDoc

2015-02-28 Thread Tobias Soloschenko
Great! Yep auto generated doc would be very useful! +1 kind regards Tobias Am 28.02.2015 um 15:23 schrieb Andrea Del Bene an.delb...@gmail.com: Hi everybody, I've created a gh-pages branch to host javadoc for wicketstuff. It contains docs for 6.x and master branch. They are linked

Re: Publish Javadoc or big number of Static pages

2014-01-16 Thread phl
Hello, Thanks for the tips. It works if I replace Page by WebPage. Best regardds PHL -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Publish-Javadoc-or-big-number-of-Static-pages-tp4663621p4663770.html Sent from the Users forum mailing list archive at Nabble.com

RE: Publish Javadoc or big number of Static pages

2014-01-14 Thread andre seame
Use the web server to show the static page is a very good idea. As all other pages are in generated by wicket, I was only thinking in term of wicket. Thanks for the idea. PHL Date: Fri, 10 Jan 2014 15:11:17 -0500 Subject: Re: Publish Javadoc or big number of Static pages From: p...@bors.ws

Publish Javadoc or big number of Static pages

2014-01-10 Thread andre seame
Hello, I have a wicket site to manage different points on the project. I receive 200 HTML pages for the developer teams. These pages are javadoc pages. I add some dynamic pages built over the static pages with wicket. And I will to publish all pages with wicket. As I have static HTML

Re: Publish Javadoc or big number of Static pages

2014-01-10 Thread Paul Bors
before they can view the static content? On Fri, Jan 10, 2014 at 12:23 PM, andre seame andre1...@hotmail.fr wrote: Hello, I have a wicket site to manage different points on the project. I receive 200 HTML pages for the developer teams. These pages are javadoc pages. I add some dynamic

Re: Publish Javadoc or big number of Static pages

2014-01-10 Thread Steve
different points on the project. I receive 200 HTML pages for the developer teams. These pages are javadoc pages. I add some dynamic pages built over the static pages with wicket. And I will to publish all pages with wicket. As I have static HTML pages and as want to use them immediately, I must

Re: Publish Javadoc or big number of Static pages

2014-01-10 Thread Steve
. These pages are javadoc pages. I add some dynamic pages built over the static pages with wicket. And I will to publish all pages with wicket. As I have static HTML pages and as want to use them immediately, I must use the Frame HTML mechanism. So I will have a page with a left part

Re: Wrong JavaDoc for FeedbackMessages#hasMessage(int)

2013-12-06 Thread Martin Grigorov
at 11:39 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, You are right. But I think we can only improve the javadoc. You will have to use org.apache.wicket.feedback.FeedbackMessages#hasMessage(org.apache.wicket.feedback.IFeedbackMessageFilter) with a filter that makes exact

Re: Wrong JavaDoc for FeedbackMessages#hasMessage(int)

2013-12-06 Thread Paul Bors
We should still edit the JavaDoc for FeedbackMessages#hasMessage(int) and instruct to use ExactLevelFeedbackMessageFilter. Otherwise might get confused if the don't review the implementation. ~ Thank you, Paul Bors On Fri, Dec 6, 2013 at 4:11 AM, Martin Grigorov mgrigo...@apache.orgwrote

Wrong JavaDoc for FeedbackMessages#hasMessage(int)

2013-12-05 Thread Paul Bors
Currently (as of 6.10.0) the JavaDoc on the FeedbackMessages#hasMessage(int) states that it returns true if and only if a message with the specified level was registered. However it relies on FeedbackMessage#isLevel(int) which in turn return true if whether the message level is greater than

Re: Wrong JavaDoc for FeedbackMessages#hasMessage(int)

2013-12-05 Thread Martin Grigorov
Hi, You are right. But I think we can only improve the javadoc. You will have to use org.apache.wicket.feedback.FeedbackMessages#hasMessage(org.apache.wicket.feedback.IFeedbackMessageFilter) with a filter that makes exact match. I have the feeling that we added such filter but I can only see

Re: Wrong JavaDoc for FeedbackMessages#hasMessage(int)

2013-12-05 Thread Paul Bors
are right. But I think we can only improve the javadoc. You will have to use org.apache.wicket.feedback.FeedbackMessages#hasMessage(org.apache.wicket.feedback.IFeedbackMessageFilter) with a filter that makes exact match. I have the feeling that we added such filter but I can only see

Incorrect javadoc for IPageRequestHandler.isPageInstanceCreated()?

2013-04-12 Thread Jonas
Hello, quick question about the javadoc of org.apache.wicket.core.request.handler.IPageRequestHandler.isPageInstanceCreated() it states '@return true iff page instance is not yet created', but looking at the implementations (e.g. in RenderPageRequestHandler), the opposite seems to be correct

Re: Incorrect javadoc for IPageRequestHandler.isPageInstanceCreated()?

2013-04-12 Thread Martin Grigorov
isPageInstanceCreated(); On Fri, Apr 12, 2013 at 10:59 AM, Jonas barney...@gmail.com wrote: Hello, quick question about the javadoc of org.apache.wicket.core.request.handler.IPageRequestHandler.isPageInstanceCreated() it states '@return true iff page instance is not yet created', but looking

Re: OnChangeAjaxBehavior javadoc note

2013-01-22 Thread Joachim Schrod
When I started to use Wicket, I stumbled over that feature as well - and reading Javadoc I often skip the Field Summary until I need the specific fields. OTOH, I learned quickly that OnChangeAjaxBehavior() is often not the behavior I want and won't forget it... :-) Best, Joachim Sven

OnChangeAjaxBehavior javadoc note

2013-01-21 Thread Ondrej Zizka
this info be added to the javadoc of OnChangeAjaxBehavior? Thanks, Ondra - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: OnChangeAjaxBehavior javadoc note

2013-01-21 Thread Sven Meier
What about OnChangeAjaxBehavior#EVENT_NAME's javadoc? Isn't that sufficient? Sven On 01/21/2013 08:53 PM, Ondrej Zizka wrote: Hi all, guessing from a name, I would expect these two to do the same: link.add( new OnChangeAjaxBehavior() { @Override protected void onUpdate

JavaDoc for Wicket 6

2012-09-12 Thread Andrea Del Bene
I've seen that version 6.0.0 has adopted also a new structure for its distribution archives. So far I didn't find where the JavaDoc for this version can be downloaded . Are they available only online? - To unsubscribe, e-mail

RE: JavaDoc for Wicket 6

2012-09-12 Thread Paul Bors
, September 12, 2012 1:18 PM To: users@wicket.apache.org Subject: JavaDoc for Wicket 6 I've seen that version 6.0.0 has adopted also a new structure for its distribution archives. So far I didn't find where the JavaDoc for this version can be downloaded . Are they available only online

RE: JavaDoc for Wicket 6

2012-09-12 Thread Paul Bors
Sorry I think I might have read your question wrong, if you're looking for the JavaDoc artifact you can grab it via maven by using the javadoc classifier or you can search the Maven central repository and download it via your web browser from: http://search.maven.org/#artifactdetails

Re: Update JavaDoc for AbstractChoice#setType(java.lang.Class)

2012-07-18 Thread Sven Meier
not reflected in its JavaDoc at: http://ci.apache.org/projects/wicket/apidocs/1.5.x/org/apache/wicket/markup/html/form/AbstractChoice.html#setType(java.lang.Class) This is not mentioned in the migration guide. Perhaps a note should be added next to the one about AbstractSingleSelectChoice: https

Update JavaDoc for AbstractChoice#setType(java.lang.Class)

2012-07-17 Thread Paul Bors
How should we as Wicket users request updates to JavaDocs as we come across them? AbstractChoice.setType throws an UnsupportedOperationException but that's not reflected in its JavaDoc at: http://ci.apache.org/projects/wicket/apidocs/1.5.x/org/apache/wicket/markup/html/form/AbstractChoice.html

discrepancy between JavaDoc and code in MarkupContainer#visitChildren()

2012-04-26 Thread Bert
Hi list, the JavaDoc for MarkupContainer#visitChildren() states that @param clazz The class of child to visit, or null to visit all children The parameter clazz is used to create a new ClassVisitFilter which in its visitObject() does not check for clazz == null, leading to a NPE. regards

Re: discrepancy between JavaDoc and code in MarkupContainer#visitChildren()

2012-04-26 Thread Martin Grigorov
File a ticket please. On Thu, Apr 26, 2012 at 2:17 PM, Bert taser...@gmail.com wrote: Hi list, the JavaDoc for  MarkupContainer#visitChildren() states that  @param clazz The class of child to visit, or null to visit all children The parameter clazz is used to create a new ClassVisitFilter

Re: discrepancy between JavaDoc and code in MarkupContainer#visitChildren()

2012-04-26 Thread Bert
Hi Martin, done. https://issues.apache.org/jira/browse/WICKET-4519 Bert On Thu, Apr 26, 2012 at 13:18, Martin Grigorov mgrigo...@apache.org wrote: File a ticket please. On Thu, Apr 26, 2012 at 2:17 PM, Bert taser...@gmail.com wrote: Hi list, the JavaDoc for  MarkupContainer#visitChildren

Error on GuiceWebApplicationFactory javadoc

2011-03-14 Thread Cristiano Gavião
Hi, I'm testing the wicket guice integration. At the GuiceWebApplicationFactory class javadoc I could read this example of how to setup web.xml: filter filter-nameMyApplication/filter-name filter-classorg.apache.wicket.protocol.http.WicketFilter/filter-class init-param param-name

Re: Error on GuiceWebApplicationFactory javadoc

2011-03-14 Thread Martin Grigorov
Fixed. Thanks! Someone forgot to fix it in 1.5 On Mon, Mar 14, 2011 at 8:40 PM, Cristiano Gavião cvgav...@gmail.comwrote: Hi, I'm testing the wicket guice integration. At the GuiceWebApplicationFactory class javadoc I could read this example of how to setup web.xml: filter filter

Re: 1.5.x javadoc

2011-01-29 Thread Christian Grobmeier
I uploaded a 1.5 javadoc for my own use here: http://projects.grobmeier.de/javadoc/wicket-core/1.5-snapshot/ Its from a 2 day old trunk version - guess this will not change much until 1.5 is released On Fri, Jan 28, 2011 at 5:43 PM, Zhubin Salehi zhubin.sal...@route1.com wrote: No 1.5.x

Re: 1.5.x javadoc

2011-01-29 Thread Michael O'Cleirigh
-javadoc.jar Or you could get the latest 1.5-SNAPSHOT javadoc jar like this: wget https://repository.apache.org/content/groups/snapshots/org/apache/wicket/wicket-core/1.5-SNAPSHOT/wicket-core-1.5-20110129.002838-144-javadoc.jar Consult with the https://repository.apache.org/content/groups/snapshots

RE: 1.5.x javadoc

2011-01-28 Thread Zhubin Salehi
No 1.5.x! -Original Message- From: Steve Swinsburg [mailto:steve.swinsb...@gmail.com] Sent: January 28, 2011 12:04 AM To: users@wicket.apache.org Subject: Re: 1.5.x javadoc Wicket By Example has a section for the Javadocs, but it needs a refresh. http://wicketbyexample.com/api/ cheers

1.5.x javadoc

2011-01-27 Thread Todd Wolff
Hi, Is there a URL where I can pull up javadoc for latest 1.5 RC without having to checkout source and generate myself? Thanks.

Re: 1.5.x javadoc

2011-01-27 Thread Steve Swinsburg
Wicket By Example has a section for the Javadocs, but it needs a refresh. http://wicketbyexample.com/api/ cheers, Steve On 28/01/2011, at 10:36 AM, Todd Wolff wrote: Hi, Is there a URL where I can pull up javadoc for latest 1.5 RC without having to checkout source and generate myself

1.5-RC1 maven source, javadoc, and tests

2011-01-26 Thread Steve Lowery
Looks like the source, javadoc and test artifacts for 1.5-RC1 published to the maven repo are empty. Can this be fixed please? Thanks, Steve

Re: 1.5-RC1 maven source, javadoc, and tests

2011-01-26 Thread Igor Vaynberg
see this thread: [discuss] How to resolve wicket aggregate classes / sources jar issues -igor On Wed, Jan 26, 2011 at 6:54 AM, Steve Lowery slow...@gatessolutions.com wrote: Looks like the source, javadoc and test artifacts for 1.5-RC1 published to the maven repo are empty.  Can this be fixed

javadoc suggestion: @Since Wicket 1.4

2010-08-26 Thread Ayodeji Aladejebi
javadoc suggestion: @since Wicket 1.5 Just to help identify which components are not available in a version -- Aladejebi Ayodeji A.,

Call to action: find and fix errata in 1.4 JavaDoc

2009-06-23 Thread Martijn Dashorst
Many of our JavaDoc examples are still Wicket 1.3 based. For example, just yesterday I found the JavaDoc for Link to contain an unnecessary cast. Before we finalize 1.4, we should try to fix all javadoc examples (mostly in components) to ensure they are up to par with 1.4. As the core team we can

Re: Call to action: find and fix errata in 1.4 JavaDoc

2009-06-23 Thread Vasu Srinivasan
Dashorst martijn.dasho...@gmail.com wrote: Many of our JavaDoc examples are still Wicket 1.3 based. For example, just yesterday I found the JavaDoc for Link to contain an unnecessary cast. Before we finalize 1.4, we should try to fix all javadoc examples (mostly in components) to ensure

Re: Call to action: find and fix errata in 1.4 JavaDoc

2009-06-23 Thread Jeremy Thomerson
martijn.dasho...@gmail.com wrote: Many of our JavaDoc examples are still Wicket 1.3 based. For example, just yesterday I found the JavaDoc for Link to contain an unnecessary cast. Before we finalize 1.4, we should try to fix all javadoc examples (mostly in components) to ensure they are up to par

Re: DownloadLink (Javadoc)

2009-05-26 Thread David Brown
for 2's complement). - Original Message - From: Steve Swinsburg s.swinsb...@lancaster.ac.uk To: users@wicket.apache.org Sent: Monday, May 25, 2009 5:10:57 PM GMT -06:00 US/Canada Central Subject: Re: DownloadLink (Javadoc) Hi David, You can get the Javadoc either by building it yourself

Re: DownloadLink (Javadoc)

2009-05-26 Thread Martijn Dashorst
and those who don’t (Valid only for 2's complement). - Original Message - From: Steve Swinsburg s.swinsb...@lancaster.ac.uk To: users@wicket.apache.org Sent: Monday, May 25, 2009 5:10:57 PM GMT -06:00 US/Canada Central Subject: Re: DownloadLink (Javadoc) Hi David, You can get

Re: DownloadLink (Javadoc)

2009-05-25 Thread Steve Swinsburg
Hi David, You can get the Javadoc either by building it yourself from source via 'mvn javadoc:javadoc' or by issuing 'mvn eclipse:eclipse - DdownloadJavadocs=true' which will get the Javadoc and adjust your Eclipse classpath to link it up. cheers, Steve On 25/05/2009, at 10:54 PM

MapModel javadoc spelling

2009-03-30 Thread Francis De Brabandere
Can somebody fix the javadoc for MapModel? Based on codeModel/code but for mapss of serializable objects. should be maps instead of mapss -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house

Re: MapModel javadoc spelling

2009-03-30 Thread Igor Vaynberg
fixed -igor On Mon, Mar 30, 2009 at 1:25 AM, Francis De Brabandere franci...@gmail.com wrote: Can somebody fix the javadoc for MapModel? Based on codeModel/code but for mapss of serializable objects. should be maps instead of mapss -- http://www.somatik.be Microsoft gives you windows

Re: where to find javadoc for wikcet 1.4

2009-02-01 Thread Timo Rantalaiho
On Tue, 13 Jan 2009, Jeremy Thomerson wrote: Do you use Maven? If so, do mvn eclipse:eclipse -DdownloadJavadocs=true Better yet, -DdownloadSources=true or the equivalent in pom.xml. With open source, you shold always get the source (that also provides the javadocs in the IDE). It doesn't

where to find javadoc for wikcet 1.4

2009-01-13 Thread rjilani
Can some one point me where to find the javadoc for wicket 1.4, it is very confusing/frustrating working with release 1.4 and keep looking for the Javadoc at wicket side that belongs to version 1.3.2. Thanks, Rashid. -- View this message in context: http://www.nabble.com/where-to-find-javadoc

Re: where to find javadoc for wikcet 1.4

2009-01-13 Thread Jeremy Thomerson
: Can some one point me where to find the javadoc for wicket 1.4, it is very confusing/frustrating working with release 1.4 and keep looking for the Javadoc at wicket side that belongs to version 1.3.2. Thanks, Rashid. -- View this message in context: http://www.nabble.com/where-to-find

Re: Wicket JavaDoc - plz publish

2008-11-24 Thread Ayodeji Aladejebi
If you have netbeans plugin for maven, you can generate the latest Javadoc yourself from netbeans. Just right-click in netbeans and select generate Javadoc and dats all On Mon, Nov 24, 2008 at 7:40 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: Like I said in my blog post I won't be publishing

Re: Wicket JavaDoc - plz publish

2008-11-24 Thread Ned Collyer
this message in context: http://www.nabble.com/Wicket-JavaDoc---plz-publish-tp20652802p20657152.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Wicket JavaDoc - plz publish

2008-11-24 Thread Susan Liebeskind
Ayodeji Aladejebi wrote: If you have netbeans plugin for maven, you can generate the latest Javadoc yourself from netbeans. Just right-click in netbeans and select generate Javadoc and dats all If you use Eclipse, there is a similar facility, assuming you use Sonatype's M2Eclipse plugin

Wicket JavaDoc - plz publish

2008-11-23 Thread Ned Collyer
URL's to other devs. -- View this message in context: http://www.nabble.com/Wicket-JavaDoc---plz-publish-tp20652802p20652802.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Wicket JavaDoc - plz publish

2008-11-23 Thread Martijn Dashorst
: http://www.nabble.com/Wicket-JavaDoc---plz-publish-tp20652802p20652802.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread pieter claassen
What is the most effective way to get the documentation available offline for wicket 1.3.5 in Eclipse. I notice that mvn eclipse:eclipse -Ddownloadsources=true does not give javadocs. Regards, Pieter

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Xhelas
You have run run mvn javadoc:javadoc at the root of the source directory. This will generated all the javadoc. Then you have to associate each jar with its corresponding javadoc root directory. Regards, Alexandre Pieter Claassen wrote: What is the most effective way to get

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Martin Grigorov
It has to be -DdownloadSources=true (with capital 'S'). Or eevn better put this in the pom.xml itself. If it still doesn't work by some reason then you could download it from Maven repos and tell Eclipse about it. There is no need to checkout the code just to generate the javadoc. Fri, 2008-10

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Martijn Dashorst
this is not for including javadoc, this is for generating it. Pieter wants to use the javadoc/source bundles we provide in the maven repository. mvn eclipse:eclipse -DdownloadSources=true should work (note the capital S) Martijn On Fri, Oct 31, 2008 at 9:41 AM, Xhelas [EMAIL PROTECTED] wrote

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Ricky
umm ... there is a -DdownloadJavaDocs=true ... u can use that too. On Fri, Oct 31, 2008 at 4:58 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: this is not for including javadoc, this is for generating it. Pieter wants to use the javadoc/source bundles we provide in the maven repository. mvn

Re: wicket-extensions javadoc

2008-05-09 Thread Matthijs Wensveen
I understand that the 1.2 docs must be on sf.net hardware, and that they are still available there. I just want the most recent version of the wicket-extensions javadoc to be available too, somewhere, anywhere. Doug did just that, so a big thanks there! Matthijs Martijn Dashorst wrote

Re: wicket-extensions javadoc

2008-05-09 Thread Martijn Dashorst
javadoc to be available too, somewhere, anywhere. Doug did just that, so a big thanks there! Matthijs Martijn Dashorst wrote: wicketframework.org is not the main site. http://wicket.apache.org is As you can see, http://wicketframework.org redirects to http://wicket.apache.org

Re: wicket-extensions javadoc

2008-05-09 Thread James Carman
Yes, but that URL isn't obvious. Is there a link on the main site anywhere to that Javadoc? I couldn't find it. I always have to hand-type it (or bookmark it of course :) On Fri, May 9, 2008 at 7:03 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: http://wicket.apache.org/docs/wicket-1.3.2

Re: wicket-extensions javadoc

2008-05-09 Thread Maurice Marrink
It is under the section labeled Documentation called JavaDocs ;) Incidentally should it not point to 1.3.3 now? or has nothing changed in the javadoc since then. Maurice On Fri, May 9, 2008 at 1:05 PM, James Carman [EMAIL PROTECTED] wrote: Yes, but that URL isn't obvious. Is there a link

Re: wicket-extensions javadoc

2008-05-09 Thread James Carman
On Fri, May 9, 2008 at 7:54 AM, Maurice Marrink [EMAIL PROTECTED] wrote: It is under the section labeled Documentation called JavaDocs ;) Those Javadocs don't contain the wicket-extensions classes. That's only the Javadoc for the core Wicket stuff. Incidentally should it not point to 1.3.3

Re: wicket-extensions javadoc

2008-05-09 Thread Maurice Marrink
On Fri, May 9, 2008 at 2:17 PM, James Carman [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 7:54 AM, Maurice Marrink [EMAIL PROTECTED] wrote: It is under the section labeled Documentation called JavaDocs ;) Those Javadocs don't contain the wicket-extensions classes. That's only the Javadoc

wicket-extensions javadoc

2008-05-07 Thread Matthijs Wensveen
Hi, I'm not sure this is the right place, but anyway. The online javadoc of wicket-extensions at http://wicketframework.org/wicket-extensions/apidocs/index.html is of version 1.2-SNAPSHOT, but the latest release is 1.3.3. The javadoc that maven pulls in is more current. Could the online

Re: wicket-extensions javadoc

2008-05-07 Thread Doug Donohoe
Matthijs, I had to host javadoc for my own wicketstuff-annotations project, so I decided to put the Wicket docs there (since the main site isn't up-to-date). I added wicket-extensions to the site: http://www.ddpoker.com/javadoc/ -Doug Matthijs Wensveen-2 wrote: Hi, I'm not sure

Re: wicket-extensions javadoc

2008-05-07 Thread Martijn Dashorst
). Martijn On 5/7/08, Doug Donohoe [EMAIL PROTECTED] wrote: Matthijs, I had to host javadoc for my own wicketstuff-annotations project, so I decided to put the Wicket docs there (since the main site isn't up-to-date). I added wicket-extensions to the site: http://www.ddpoker.com/javadoc

Building javadoc for Wicket 1.4 from svn download

2008-04-24 Thread Stefan Lindner
The current Wicket 1.4 trunk does not create javadocs anymore (as described on this list and on the build webpage). How can I create the javadoc files with maven? I don't know maven mechanisms for this task. When I build the project with maven javadoc:javadoc, the javadocs are generated

Re: Building javadoc for Wicket 1.4 from svn download

2008-04-24 Thread Martijn Dashorst
iirc: mvn -Prelease install Martijn On 4/24/08, Stefan Lindner [EMAIL PROTECTED] wrote: The current Wicket 1.4 trunk does not create javadocs anymore (as described on this list and on the build webpage). How can I create the javadoc files with maven? I don't know maven mechanisms

Re: Building javadoc for Wicket 1.4 from svn download

2008-04-24 Thread Igor Vaynberg
@wicket.apache.org Betreff: Re: Building javadoc for Wicket 1.4 from svn download iirc: mvn -Prelease install Martijn On 4/24/08, Stefan Lindner [EMAIL PROTECTED] wrote: The current Wicket 1.4 trunk does not create javadocs anymore (as described on this list and on the build webpage

Re: Javadoc problem ?

2008-03-23 Thread Eyal Golan
ok, I encountered this problem while looking for AbstractColumn and IColumn. I guess there are more? On Thu, Mar 20, 2008 at 5:46 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: It would help if you would specify which classes you miss. Martijn On 3/20/08, Eyal Golan [EMAIL PROTECTED] wrote:

Re: Javadoc problem ?

2008-03-23 Thread Eyal Golan
--- Sincerely, Sergej Logiš Software developer Exigen Services ICQ: 12510115 Martijn Dashorst [EMAIL PROTECTED] 2008.03.20 17:46 Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject Re: Javadoc problem ? It would help if you would specify which

Javadoc problem ?

2008-03-20 Thread Eyal Golan
Has anyone noticed that there are many missing classes in http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/index.html Or am I missing something? -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/

Re: Javadoc problem ?

2008-03-20 Thread Martijn Dashorst
It would help if you would specify which classes you miss. Martijn On 3/20/08, Eyal Golan [EMAIL PROTECTED] wrote: Has anyone noticed that there are many missing classes in http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/index.html Or am I missing something? -- Eyal Golan

Re: Javadoc problem ?

2008-03-20 Thread Gerolf Seitz
these are just the javadocs for the wicket core project. you can find the classes for wicket-extensions here, in case you missed one of the classes in there: http://wicket.apache.org/docs/wicket-1.3.2/wicket-extensions/apidocs/index.html more projects (datetime, spring, ...) will follow soon.

Re: Javadoc problem ?

2008-03-20 Thread Sergej Logis
Martijn Dashorst [EMAIL PROTECTED] 2008.03.20 17:46 Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject Re: Javadoc problem ? It would help if you would specify which classes you miss. Martijn On 3/20/08, Eyal Golan [EMAIL PROTECTED] wrote: Has anyone

Re: Wicket JavaDoc + Maven

2008-03-04 Thread Igor Vaynberg
mvn eclipse:eclipse -DdownloadSources=true -igor On Tue, Mar 4, 2008 at 1:42 PM, SEIDLER DANIEL [EMAIL PROTECTED] wrote: Hello, is it possible to add the wicket javadoc as an artifact in pom.xml. So maven can download and integrate javadoc Jar in eclipse by itself? thanks in advance

Re: Wicket JavaDoc + Maven

2008-03-04 Thread SEIDLER DANIEL
Thx Guys, that worked ! Am 04.03.2008 um 22:55 schrieb Igor Vaynberg: mvn eclipse:eclipse -DdownloadSources=true

Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Jay Hogan
Any chance someone can updated the javadoc referenced on the Wicket homepage? It is currently showing a 1.3.0 snapshot. Cheers, Jay

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Igor Vaynberg
please add a jira issue -igor On Tue, Feb 26, 2008 at 2:53 AM, Jay Hogan [EMAIL PROTECTED] wrote: Any chance someone can updated the javadoc referenced on the Wicket homepage? It is currently showing a 1.3.0 snapshot. Cheers, Jay

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Kevin Murphy
: Any chance someone can updated the javadoc referenced on the Wicket homepage? It is currently showing a 1.3.0 snapshot. Cheers, Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Igor Vaynberg
). It has been an unassigned issue in Jira from Feb 10, 2008. -Kevin Murphy -igor On Tue, Feb 26, 2008 at 2:53 AM, Jay Hogan [EMAIL PROTECTED] wrote: Any chance someone can updated the javadoc referenced on the Wicket homepage? It is currently showing a 1.3.0 snapshot

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Kevin Murphy
Igor Vaynberg wrote: and now its assigned...most of the core team is away on holiday... On the same theme of Wicket web presence needs some work, I just created jira ticket 1375: wicket.sourceforge.net/wicket-quickstart is totally obsolete and too easily found in search engines. The

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Gerolf Seitz
can we remove the old website? or do we still need it for the 1.2.x releases? Gerolf On Wed, Feb 27, 2008 at 2:47 AM, Kevin Murphy [EMAIL PROTECTED] wrote: Igor Vaynberg wrote: and now its assigned...most of the core team is away on holiday... On the same theme of Wicket web presence

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Ryan Sonnek
+1 for complete removal... sf.net will always serve up the binaries, but no need leaving the rest of the entrails lying around. On Tue, Feb 26, 2008 at 7:55 PM, Gerolf Seitz [EMAIL PROTECTED] wrote: can we remove the old website? or do we still need it for the 1.2.x releases? Gerolf On

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Martijn Dashorst
These sites are there for archive reasons. -1000 for removing them Martijn On 2/27/08, Ryan Sonnek [EMAIL PROTECTED] wrote: +1 for complete removal... sf.net will always serve up the binaries, but no need leaving the rest of the entrails lying around. On Tue, Feb 26, 2008 at 7:55 PM,

Re: Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Igor Vaynberg
can we at least have a fat banner across the top that points to apache.wicket.org saying the project has moved? -igor On Tue, Feb 26, 2008 at 7:43 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: These sites are there for archive reasons. -1000 for removing them Martijn On 2/27/08,

Re: DateTextField, i18n, javadoc and DatePicker

2008-01-15 Thread Alan Romaniuc
This problem will be solved using DateTextField from org.apache.wicket.datetime.markup.html.form instead of org.apache.wicket.extensions.markup.html.form - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Javadoc?

2008-01-14 Thread Ayodeji Aladejebi
Aladejebi [EMAIL PROTECTED] wrote: The javadoc does not come with the wicket 1.3 bundle. Where can the javadoc for all the wicket1.3 builds be found? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

  1   2   >