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, Mar 2, 2020 at 12:49 PM SB  wrote:

> 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 `./target/site/apidocs/`
> directory.
>
> On Mon, Mar 2, 2020 at 8:01 AM SB  wrote:
>
> > 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?
> >
>


-- 
Andrea Del Bene.
Apache Wicket committer.


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 `./target/site/apidocs/`
directory.

On Mon, Mar 2, 2020 at 8:01 AM SB  wrote:

> 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: Where to download Javadoc for Wicket 8.x?

2020-03-02 Thread Martin Terra
ma 2. maalisk. 2020 klo 13.43 SB (progscriptcl...@gmail.com) kirjoitti:

> > ... plug in the libraries with maven together with the source option ...
>
> Sorry, I don't understand. Could you explain what you mean by this?
>

Depending on which IDE you use, try something like:
https://stackoverflow.com/questions/310720/get-source-jar-files-attached-to-eclipse-for-maven-managed-dependencies

**
Martin


>
> On Mon, Mar 2, 2020 at 11:35 AM Martin Terra <
> martin.te...@koodaripalvelut.com> wrote:
>
> > 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 Javadocs. Is there a
> > > place where I can download Wicket's Javadocs for offline use?
> > >
> >
>


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

2020-03-02 Thread SB
> ... plug in the libraries with maven together with the source option ...

Sorry, I don't understand. Could you explain what you mean by this?


On Mon, Mar 2, 2020 at 11:35 AM Martin Terra <
martin.te...@koodaripalvelut.com> wrote:

> 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 Javadocs. Is there a
> > place where I can download Wicket's Javadocs for offline use?
> >
>


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 Javadocs. Is there a
> place where I can download Wicket's Javadocs for offline use?
>