This page (revision-30) was last changed on 03-Jan-2023 11:19 by Juan Pablo 

This page was created on 11-Oct-2014 09:41 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
30 03-Jan-2023 11:19 2 KB Juan Pablo to previous Remove typo + add some formatting
29 30-Mar-2020 20:53 2 KB Juan Pablo to previous | to last deleted screenshots section, it was out of date
28 30-Mar-2020 20:52 2 KB Juan Pablo to previous | to last
27 30-Mar-2020 17:32 2 KB Juan Pablo to previous | to last rework remote debugging section
26 08-Feb-2020 10:19 2 KB Dirk Frederickx to previous | to last Response.write(92307949298019) ==> DevelopmentEnvironment
25 08-Feb-2020 03:19 2 KB pHqghUme to previous | to last DevelopmentEnvironment ==> Response.write(92307949298019)
24 08-Feb-2020 02:50 2 KB pHqghUme to previous | to last Configuration ==> 1
23 27-Jul-2017 14:45 2 KB Dirk Frederickx to previous | to last Category.D ==> Category.Documentation
22 16-Jul-2017 13:32 2 KB mingbai to previous | to last Category.Documentation ==> Category.D
21 16-Sep-2016 10:56 2 KB David Vittor to previous | to last

Difference between version and

At line 1 added 2 lines
[{TableOfContents}]
\\
At line 19 changed one line
The source code is at: [http://svn.apache.org/repos/asf/jspwiki/trunk]\\
The source code is in git:
* [browse online|https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary]
* [clone|https://git-wip-us.apache.org/repos/asf/jspwiki.git]
* [github mirror|https://github.com/apache/jspwiki] \\
At line 23 removed 4 lines
Go to the source directory e.g. C:/code/jspwiki and run:
{{{
mvn eclipse:eclipse
}}}
At line 29 added 2 lines
JSPWiki source is organized as a standard maven project so it can be easily imported out of the box by your favourite IDE.
At line 36 added 5 lines
To compile the code without running all the tests:
{{{
mvn -Dmaven.test.skip=true package
}}}
At line 36 changed one line
mvn tomcat7:run
mvn org.codehaus.cargo:cargo-maven2-plugin:run
At line 41 changed one line
[JSPWiki_Default.png]
!! Remote Debugging
At line 51 added 7 lines
The cargo plugin is configured to attach a remote debugger on port 5005.
If using an external tomcat, open the {{<tomcat>/bin/startup.bat}} (or {{.sh}}) and add __jpda__ before start on the following line:
{{{
call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%
}}}
At line 44 changed 2 lines
The default configuration file is found at <jspwiki.dir>/jspwiki-war/src/main/resources/ini/__jspwiki.properties__
For more information see [Configuration]
The default configuration file is found at {{<jspwiki.dir>/jspwiki-war/src/main/resources/ini/__jspwiki.properties__}}
\\
For more information see [Documentation].
At line 50 changed one line
<jspwiki.dir>/jspwiki-war/src/main/resources/__jspwiki-custom.properties__
{{<jspwiki.dir>/jspwiki-war/src/main/resources/__jspwiki-custom.properties__}}
At line 54 changed one line
* # jspwiki.fileSystemProvider.pageDir = C:/Data/jspwiki
* {{jspwiki.fileSystemProvider.__pageDir__ = C:/Data/jspwiki }}
At line 56 changed one line
By default this line ia commented out so it will go to the Java *<user.home>/jspwiki-files* directory.
By default this line is commented out so it will go to the Java __{{<user.home>/jspwiki-files}}__ directory.
At line 58 changed 3 lines
* C:/Users/<username>/jspwiki-files
* C:/Documents and Settings/<username>/jspwiki-files
* /home/<username>/jspwiki-files
* {{C:/Users/<username>/jspwiki-files}}
* {{C:/Documents and Settings/<username>/jspwiki-files}}
* {{/home/<username>/jspwiki-files}}
At line 82 added 2 lines
[{PageViewPlugin}]