You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jan Lühr <ja...@jluehr.de> on 2017/01/30 12:45:56 UTC

Wicket 7 guide - PDF still available?

Hello folks,

I'm trying to access the Wicket 7 guide (PDF).

- https://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf
is http-404
- https://ci.apache.org/projects/wicket/guide/7.x/single.pdf claims to
be the wicket 8 one.

Can you help me here?
Thanks, Jan

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hello,

sorry - command is
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=myproject
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false

But problem remains:

$ mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=myproject
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.4:generate (default-cli) @
standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] Archetype defined by properties
[INFO]
----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype:
wicket-archetype-quickstart:7.6.0
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: com.mycompany
[INFO] Parameter: artifactId, Value: myproject
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: package, Value: com.mycompany
[INFO] Parameter: packageInPathFormat, Value: com/mycompany
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: package, Value: com.mycompany
[INFO] Parameter: groupId, Value: com.mycompany
[INFO] Parameter: log4j.properties, Value: log4j2.xml
[INFO] Parameter: artifactId, Value: myproject
[INFO] project created from Archetype in dir: /tmp/myproject
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.782s
[INFO] Finished at: Mon Jan 30 17:43:47 CET 2017
[INFO] Final Memory: 14M/205M
[INFO]
------------------------------------------------------------------------
jan@Daisy:/tmp$ cd myproject/
jan@Daisy:/tmp/myproject$ mvn install
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building quickstart 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT
is missing, no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.306s
[INFO] Finished at: Mon Jan 30 17:43:53 CET 2017
[INFO] Final Memory: 6M/115M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project myproject: Could not resolve
dependencies for project com.mycompany:myproject:war:1.0-SNAPSHOT:
Failure to find org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


Am 01/30/2017 um 05:42 PM schrieb Jan L�hr:
> Hallo,
> 
> 
> Am 01/30/2017 um 05:32 PM schrieb Tobias Soloschenko:
>> Oh, I checked it twice, now. You are right Martin there seems something
>> wrong with the complete build.
>>
>> I compared master with wicket-7.x and the only thing which changes is
>> the artifactId.
>>
>> What I also noticed it that the 7.x folder is not created anymore at my
>> local build. Can you confirm this? (even with profile guide)
> 
> Well.... why is 7.5-SNAPSHOT referenced in the 7.6 archetype?
> 
> mvn archetype:generate -DarchetypeCatalog=http://wicket.apache.org
> ....
> mvn package
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building quickstart 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT
> is missing, no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.335s
> [INFO] Finished at: Mon Jan 30 17:42:21 CET 2017
> [INFO] Final Memory: 6M/115M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project myproject: Could not resolve
> dependencies for project com.mycompany:myproject:war:1.0-SNAPSHOT:
> Failure to find org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT in
> https://repository.apache.org/content/repositories/snapshots/ was cached
> in the local repository, resolution will not be reattempted until the
> update interval of Apache Nexus has elapsed or updates are forced ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> 
> 

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hallo,


Am 01/30/2017 um 05:32 PM schrieb Tobias Soloschenko:
> Oh, I checked it twice, now. You are right Martin there seems something
> wrong with the complete build.
> 
> I compared master with wicket-7.x and the only thing which changes is
> the artifactId.
> 
> What I also noticed it that the 7.x folder is not created anymore at my
> local build. Can you confirm this? (even with profile guide)

Well.... why is 7.5-SNAPSHOT referenced in the 7.6 archetype?

mvn archetype:generate -DarchetypeCatalog=http://wicket.apache.org
....
mvn package
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building quickstart 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT
is missing, no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.335s
[INFO] Finished at: Mon Jan 30 17:42:21 CET 2017
[INFO] Final Memory: 6M/115M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project myproject: Could not resolve
dependencies for project com.mycompany:myproject:war:1.0-SNAPSHOT:
Failure to find org.apache.wicket:wicket-core:jar:7.5.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Tobias Soloschenko <to...@googlemail.com>.
Oh, I checked it twice, now. You are right Martin there seems something 
wrong with the complete build.

I compared master with wicket-7.x and the only thing which changes is 
the artifactId.

What I also noticed it that the 7.x folder is not created anymore at my 
local build. Can you confirm this? (even with profile guide)

kind regards

Tobias

Am 30.01.17 um 16:16 schrieb Martin Grigorov:
> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
>> Hi,
>>
>> On Mon, Jan 30, 2017 at 1:45 PM, Jan L�hr <ja...@jluehr.de> wrote:
>>
>>> Hello folks,
>>>
>>> I'm trying to access the Wicket 7 guide (PDF).
>>>
>>> - https://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf
>>> is http-404
>>> - https://ci.apache.org/projects/wicket/guide/7.x/single.pdf claims to
>>>
>> Thanks for reporting this!
>>
>> Looking at the CI config the latter should be the correct one.
>> I've reloaded the CI config and started a new build -
>> https://ci.apache.org/builders/wicket-branch-7.x/builds/357.
>> Hopefully this will fix it, otherwise we will have to investigate deeper!
>>
> It didn't help.
> At the moment the only way I see is to build it locally: mvn install -Pguide
>
>
>>
>>> be the wicket 8 one.
>>>
>>> Can you help me here?
>>> Thanks, Jan
>>>
>>> --
>>> There's a ripped off cord
>>> To my TV screen
>>> With a note saying:
>>> "Im not afraid to dream"
>>> -- Donkey Boy, Crazy Something Normal
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>


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


Re: Wicket 7 guide - PDF still available?

Posted by Andrea Del Bene <an...@gmail.com>.
Thank you. It's really strange the behavior for 7.x branch CI :-/


On 31/01/2017 11:04, Jan L�hr wrote:
> Hello,
>
>
> Am 01/30/2017 um 06:09 PM schrieb Jan L�hr:
>> Hello,
>>
>>
>> Am 01/30/2017 um 05:50 PM schrieb Jan L�hr:
>>> Hello,
>>>
>>> Am 01/30/2017 um 04:16 PM schrieb Martin Grigorov:
>>>> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
>>>> wrote:
>> Sorry - my mistake. It exists in the source-code, only.
>> btw. some images cannot be embedded. There are errors like:
>>
>> asciidoctor: WARNING: could not embed image:
>> /tmp/wicket/wicket-user-guide/src/main/asciidoc/img/inmethod-grid2.png;
>> PNG uses unsupported interlace method
> fup2 https://issues.apache.org/jira/browse/WICKET-6313 - I created a
> ticket illustrating the issues.
>
> Greetz, Jan
>


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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hello,


Am 01/30/2017 um 06:09 PM schrieb Jan L�hr:
> Hello,
> 
> 
> Am 01/30/2017 um 05:50 PM schrieb Jan L�hr:
>> Hello,
>>
>> Am 01/30/2017 um 04:16 PM schrieb Martin Grigorov:
>>> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
>>> wrote:
> 
> Sorry - my mistake. It exists in the source-code, only.
> btw. some images cannot be embedded. There are errors like:
> 
> asciidoctor: WARNING: could not embed image:
> /tmp/wicket/wicket-user-guide/src/main/asciidoc/img/inmethod-grid2.png;
> PNG uses unsupported interlace method

fup2 https://issues.apache.org/jira/browse/WICKET-6313 - I created a
ticket illustrating the issues.

Greetz, Jan

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hello,


Am 01/30/2017 um 05:50 PM schrieb Jan L�hr:
> Hello,
> 
> Am 01/30/2017 um 04:16 PM schrieb Martin Grigorov:
>> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
>> wrote:
> 
> well... using 7.5 - since 7.6 has a reference issue, the profile does
> not exist.
> 
> Do you have any ideas?

Sorry - my mistake. It exists in the source-code, only.
btw. some images cannot be embedded. There are errors like:

asciidoctor: WARNING: could not embed image:
/tmp/wicket/wicket-user-guide/src/main/asciidoc/img/inmethod-grid2.png;
PNG uses unsupported interlace method

Greetz, Jan

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hello,

and fup2: https://issues.apache.org/jira/browse/WICKET-6314 for the
pom-dependeny-issue.

Greetz, jan

Am 01/30/2017 um 05:50 PM schrieb Jan L�hr:
> Hello,
> 
> Am 01/30/2017 um 04:16 PM schrieb Martin Grigorov:
>> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
>> wrote:
> 
> well... using 7.5 - since 7.6 has a reference issue, the profile does
> not exist.
> 
> Do you have any ideas?
> 
> Thanks,
> Jan
> 
> $ mvn install -Pguide -Dmaven.test.skip=true
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building quickstart 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> myproject ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
> myproject ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ myproject ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
> myproject ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ myproject ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-war-plugin:2.2:war (default-war) @ myproject ---
> [INFO] Packaging webapp
> [INFO] Assembling webapp [myproject] in
> [/tmp/myproject/target/myproject-1.0-SNAPSHOT]
> [INFO] Processing war project
> [INFO] Copying webapp resources [/tmp/myproject/src/main/webapp]
> [INFO] Webapp assembled in [48 msecs]
> [INFO] Building war: /tmp/myproject/target/myproject-1.0-SNAPSHOT.war
> [INFO] WEB-INF/web.xml already added, skipping
> [INFO]
> [INFO] --- maven-install-plugin:2.4:install (default-install) @
> myproject ---
> [INFO] Installing /tmp/myproject/target/myproject-1.0-SNAPSHOT.war to
> /home/jan/.m2/repository/com/mycompany/myproject/1.0-SNAPSHOT/myproject-1.0-SNAPSHOT.war
> [INFO] Installing /tmp/myproject/pom.xml to
> /home/jan/.m2/repository/com/mycompany/myproject/1.0-SNAPSHOT/myproject-1.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.367s
> [INFO] Finished at: Mon Jan 30 17:49:00 CET 2017
> [INFO] Final Memory: 12M/145M
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The requested profile "guide" could not be activated because
> it does not exist.
> 
> 

-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Jan Lühr <ja...@jluehr.de>.
Hello,

Am 01/30/2017 um 04:16 PM schrieb Martin Grigorov:
> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
> wrote:

well... using 7.5 - since 7.6 has a reference issue, the profile does
not exist.

Do you have any ideas?

Thanks,
Jan

$ mvn install -Pguide -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building quickstart 1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
myproject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
myproject ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ myproject ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
myproject ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ myproject ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ myproject ---
[INFO] Packaging webapp
[INFO] Assembling webapp [myproject] in
[/tmp/myproject/target/myproject-1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/tmp/myproject/src/main/webapp]
[INFO] Webapp assembled in [48 msecs]
[INFO] Building war: /tmp/myproject/target/myproject-1.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @
myproject ---
[INFO] Installing /tmp/myproject/target/myproject-1.0-SNAPSHOT.war to
/home/jan/.m2/repository/com/mycompany/myproject/1.0-SNAPSHOT/myproject-1.0-SNAPSHOT.war
[INFO] Installing /tmp/myproject/pom.xml to
/home/jan/.m2/repository/com/mycompany/myproject/1.0-SNAPSHOT/myproject-1.0-SNAPSHOT.pom
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1.367s
[INFO] Finished at: Mon Jan 30 17:49:00 CET 2017
[INFO] Final Memory: 12M/145M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "guide" could not be activated because
it does not exist.


-- 
There's a ripped off cord
To my TV screen
With a note saying:
"Im not afraid to dream"
-- Donkey Boy, Crazy Something Normal

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


Re: Wicket 7 guide - PDF still available?

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

this seems an issue of the migration to adoc. It seems that the changes 
of master have been cherry picked to wicket-7.x.

We have to change the adoc in the wicket-7.x branch. The patch 
guide/single.pdf doesn't exist anymore, because of adoc.

There is only a single.html and a single.pdf in the main path.

kind regards

Tobias

Am 30.01.17 um 16:16 schrieb Martin Grigorov:
> On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
>> Hi,
>>
>> On Mon, Jan 30, 2017 at 1:45 PM, Jan L�hr <ja...@jluehr.de> wrote:
>>
>>> Hello folks,
>>>
>>> I'm trying to access the Wicket 7 guide (PDF).
>>>
>>> - https://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf
>>> is http-404
>>> - https://ci.apache.org/projects/wicket/guide/7.x/single.pdf claims to
>>>
>> Thanks for reporting this!
>>
>> Looking at the CI config the latter should be the correct one.
>> I've reloaded the CI config and started a new build -
>> https://ci.apache.org/builders/wicket-branch-7.x/builds/357.
>> Hopefully this will fix it, otherwise we will have to investigate deeper!
>>
> It didn't help.
> At the moment the only way I see is to build it locally: mvn install -Pguide
>
>
>>
>>> be the wicket 8 one.
>>>
>>> Can you help me here?
>>> Thanks, Jan
>>>
>>> --
>>> There's a ripped off cord
>>> To my TV screen
>>> With a note saying:
>>> "Im not afraid to dream"
>>> -- Donkey Boy, Crazy Something Normal
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>


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


Re: Wicket 7 guide - PDF still available?

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Jan 30, 2017 at 2:27 PM, Martin Grigorov <mg...@apache.org>
wrote:

> Hi,
>
> On Mon, Jan 30, 2017 at 1:45 PM, Jan Lühr <ja...@jluehr.de> wrote:
>
>> Hello folks,
>>
>> I'm trying to access the Wicket 7 guide (PDF).
>>
>> - https://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf
>> is http-404
>> - https://ci.apache.org/projects/wicket/guide/7.x/single.pdf claims to
>>
>
> Thanks for reporting this!
>
> Looking at the CI config the latter should be the correct one.
> I've reloaded the CI config and started a new build -
> https://ci.apache.org/builders/wicket-branch-7.x/builds/357.
> Hopefully this will fix it, otherwise we will have to investigate deeper!
>

It didn't help.
At the moment the only way I see is to build it locally: mvn install -Pguide


>
>
>> be the wicket 8 one.
>>
>> Can you help me here?
>> Thanks, Jan
>>
>> --
>> There's a ripped off cord
>> To my TV screen
>> With a note saying:
>> "Im not afraid to dream"
>> -- Donkey Boy, Crazy Something Normal
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

Re: Wicket 7 guide - PDF still available?

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

On Mon, Jan 30, 2017 at 1:45 PM, Jan Lühr <ja...@jluehr.de> wrote:

> Hello folks,
>
> I'm trying to access the Wicket 7 guide (PDF).
>
> - https://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf
> is http-404
> - https://ci.apache.org/projects/wicket/guide/7.x/single.pdf claims to
>

Thanks for reporting this!

Looking at the CI config the latter should be the correct one.
I've reloaded the CI config and started a new build -
https://ci.apache.org/builders/wicket-branch-7.x/builds/357.
Hopefully this will fix it, otherwise we will have to investigate deeper!


> be the wicket 8 one.
>
> Can you help me here?
> Thanks, Jan
>
> --
> There's a ripped off cord
> To my TV screen
> With a note saying:
> "Im not afraid to dream"
> -- Donkey Boy, Crazy Something Normal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>