You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2009/12/23 18:08:29 UTC

[jira] Commented: (JSPWIKI-620) templates not copied

    [ https://issues.apache.org/jira/browse/JSPWIKI-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794109#action_12794109 ] 

Harry Metske commented on JSPWIKI-620:
--------------------------------------

Works for me (or I did not understand your problem):

First checked out https://svn.eu.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_8_3 
And then:
{noformat}
metskem@gneisenau ~/workspace/JSPWiki-2.8.3 $ ant war
Buildfile: build.xml

installinit:
    [mkdir] Created dir: /tmp/metskem/JSPWiki/install
    [mkdir] Created dir: /tmp/metskem/JSPWiki/svnsrc
    [mkdir] Created dir: /home/metskem/workspace/JSPWiki-2.8.3/releases

mkpropertyfile:
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/etc
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/tests/etc
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/tests/etc
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/tests/etc

init:
    [mkdir] Created dir: /home/metskem/workspace/JSPWiki-2.8.3/tests/reports
    [mkdir] Created dir: /tmp/testrepository

compile:

jar:
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/etc/i18n
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/etc/i18n/templates
     [copy] Copying 1 file to /home/metskem/workspace/JSPWiki-2.8.3/etc/i18n/plugin
      [jar] Building jar: /home/metskem/workspace/JSPWiki-2.8.3/build/JSPWiki.jar

compressedjs:
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/scripts
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/templates/default
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/templates/default/skins/OrderedList
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/templates/default/skins/PlainVanilla
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/templates/default/skins/PlainVanilla 1024x768
    [mkdir] Created dir: /tmp/metskem/JSPWiki/compress/webdocs/templates/default/skins/Smart

war:
      [war] Building war: /tmp/metskem/JSPWiki/install/JSPWiki.war
      [war] Updating war: /tmp/metskem/JSPWiki/install/JSPWiki.war

BUILD SUCCESSFUL
Total time: 10 seconds
metskem@gneisenau ~/workspace/JSPWiki-2.8.3 $ jar -tf /tmp/metskem/JSPWiki/install/JSPWiki.war|grep jsp
scripts/jspwiki-common.js
scripts/jspwiki-commonstyles.js
scripts/jspwiki-edit.js
scripts/jspwiki-prefs.js
templates/default/jspwiki.css
templates/default/jspwiki_print.css
Captcha.jsp
Comment.jsp
CookieError.jsp
Delete.jsp
DeleteGroup.jsp
Diff.jsp
Edit.jsp
EditGroup.jsp
Error.jsp
Group.jsp
Install.jsp
Login.jsp
LoginForm.jsp
Logout.jsp
LostPassword.jsp
Message.jsp
NewBlogEntry.jsp
NewGroup.jsp
PageInfo.jsp
PageModified.jsp
Preview.jsp
Rename.jsp
Search.jsp
SisterSites.jsp
Upload.jsp
UserPreferences.jsp
WEB-INF/jspwiki.policy
WEB-INF/jspwiki.properties
WEB-INF/jspwiki.tld
Wiki.jsp
Workflow.jsp
admin/Admin.jsp
admin/SecurityConfig.jsp
images/jspwiki-icons.png
images/jspwiki-strip.gif
images/jspwiki_logo.png
images/jspwiki_logo_s.png
rss.jsp
templates/default/AJAXCategories.jsp
templates/default/AJAXPreview.jsp
templates/default/AJAXSearch.jsp
templates/default/AttachmentTab.jsp
templates/default/CommentContent.jsp
templates/default/ConflictContent.jsp
templates/default/DiffContent.jsp
templates/default/DiffTab.jsp
templates/default/DisplayMessage.jsp
templates/default/EditContent.jsp
templates/default/EditGroupContent.jsp
templates/default/EditTemplate.jsp
templates/default/Favorites.jsp
templates/default/FindContent.jsp
templates/default/Footer.jsp
templates/default/GroupContent.jsp
templates/default/GroupTab.jsp
templates/default/Header.jsp
templates/default/InfoContent.jsp
templates/default/LoginContent.jsp
templates/default/NewGroupContent.jsp
templates/default/PageActionsBottom.jsp
templates/default/PageActionsTop.jsp
templates/default/PageContent.jsp
templates/default/PageTab.jsp
templates/default/PreferencesContent.jsp
templates/default/PreferencesTab.jsp
templates/default/PreviewContent.jsp
templates/default/ProfileTab.jsp
templates/default/SearchBox.jsp
templates/default/UploadTemplate.jsp
templates/default/UserBox.jsp
templates/default/ViewTemplate.jsp
templates/default/WorkflowContent.jsp
templates/default/admin/AdminTemplate.jsp
templates/default/admin/UserManagement.jsp
templates/default/commonheader.jsp
templates/default/editors/FCK.jsp
templates/default/editors/plain.jsp
templates/default/editors/preview.jsp
templates/default/localheader.jsp
templates/raw/ViewTemplate.jsp
metskem@gneisenau ~/workspace/JSPWiki-2.8.3 $ 

{noformat}

> templates not copied
> --------------------
>
>                 Key: JSPWIKI-620
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-620
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8.3
>         Environment: Debian linux, ant 1.7.1, tomcat 6.0.20
>            Reporter: Rolf Schumacher
>             Fix For: 2.8.4
>
>
> What I did:
> checked out branch 2.8.3 or downloaded source distribution from jspwiki.org, built with "ant war" or "ant war-tomcat", unjared to webapps location, configuration page is handled properly, restart tomcat, entered http://localhost:8080/JSPWiki.
> What I expected:
> to see the Main.txt page
> What I got:
> a blank window
> Workaround:
> manually copied all jsp pages from webdocs/templates/default of the source distribution to tomcat/webapps/JSPWiki/templates/default inclunding subdirectories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.