I, for one, dislike the promiscuous downloading of JARs and the fact
that it uses Yet Another XML Scripting Language to do things. Or at
least it did in 1.x, when I used it (and wrote/contributed the PDF
plugin that writes documentation). But I'm being petty.
On Wed, Jan 28, 2009 at 5:54 PM, Janne
Of course, one of the reasons I dislike Maven intensely is the
directory structure...
/Janne
On 28 Jan 2009, at 22:57, Siegfried Goeschl wrote:
Hi folks,
how does the directory structure look like for an Eclipse web
project -
I would love to see JSPWiki going to a more "mavenized" dire
Hi!
If you're willing to write your own XSLT tool, the current version at
the end of JSPWIKI_2_8_BRANCH should be usable. It will export
everything, but until the repo format has stabilized, the format can
still change. But if you stick to the current version, it should be
okay for you
In this sense, there would be no immediate need for us to have the
JSPWiki SVN changed.
Well, *I* could certainly use it and the speed of deployment :-D
/Janne
Hi, I've been watching this one with interest, since I was asked last week
about mass exporting the contents of our jspwiki (2.4) to an iso repository
and have been mucking about with iText on the text files.
I have it working except the markup, which is becoming a pain in the ass to
inplement, so
Hi folks,
how does the directory structure look like for an Eclipse web project -
I would love to see JSPWiki going to a more "mavenized" directory
structure ...
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Siegfried Goeschl
Murray Altheim wrote:
+1. No issue for me.
Andrew Jaquith wrote:
+1
(I'll deal with any restructurings as they come... most of my changes
are limited to JSPs at the moment.)
On Wed, Jan 28, 2009 at 2:26 PM, Dirk Frederickx
wrote:
+1
dirk
On Wed, Jan 28, 2009 at 8:22 PM, Harry Metske wrote:
+2
2009/1/28 Jann
Yes. This is one of those weird cases. We have three choices:
1. Duplicate the message key in both places
2. Remove the fmt:message tags in InfoContent.jsp and PageTab.jsp (the
ones that reference common.nopage) and refactor their functions into
the ActionBean handler methods
3. Rename the key tha
+1
(I'll deal with any restructurings as they come... most of my changes
are limited to JSPs at the moment.)
On Wed, Jan 28, 2009 at 2:26 PM, Dirk Frederickx
wrote:
> +1
> dirk
>
> On Wed, Jan 28, 2009 at 8:22 PM, Harry Metske wrote:
>
>> +2
>>
>>
>>
>> 2009/1/28 Janne Jalkanen
>>
>> > Folks,
>
[
https://issues.apache.org/jira/browse/JSPWIKI-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668117#action_12668117
]
Andrew Jaquith commented on JSPWIKI-476:
Of course, that occurred to me immediatel
+1
dirk
On Wed, Jan 28, 2009 at 8:22 PM, Harry Metske wrote:
> +2
>
>
>
> 2009/1/28 Janne Jalkanen
>
> > Folks,
> >
> > I could do the restructuring of the JSPWiki source code (it's mostly
> really
> > about creating a proper /WebContent hierarchy, so stuff like /lib/ would
> > become /WebConten
+2
2009/1/28 Janne Jalkanen
> Folks,
>
> I could do the restructuring of the JSPWiki source code (it's mostly really
> about creating a proper /WebContent hierarchy, so stuff like /lib/ would
> become /WebContent/WEB-INF/lib) for Eclipse internal deployment, but it's
> going to be a fairly sig
Hallo Janne,
+1 from me, I really appreciate these changes.
I guess which moment is the most suitable depends mainly on you and
Andrew.
Regards
Florian
Ursprüngliche Nachricht vom 28.01.2009 um 19:41:
> Folks,
> I could do the restructuring of the JSPWiki source code (it's mostly
> really ab
Hey,
one of us just managed to rearrange the whole structure in a suitable
way in order to use JSPWiki as a dynamic web project. I guess we will
put a tutorial on this up on the JSPWiki pages the next days for
everyone else to try it.
In this sense, there would be no immediate need for us to
Folks,
I could do the restructuring of the JSPWiki source code (it's mostly
really about creating a proper /WebContent hierarchy, so stuff like /
lib/ would become /WebContent/WEB-INF/lib) for Eclipse internal
deployment, but it's going to be a fairly significant shuffleup. So
I would lik
Andrew,
nice, during of the tests last week I stumbled into missing resource
common.nopage :
2009-01-26 21:51:15,780 [http-8080-6] ERROR
com.ecyrd.jspwiki.tags.WikiTagBase - Tag failed
java.util.MissingResourceException: Could not find an error message with
key: common.nopage
at
net.sour
I'm working on this too :-). There's an issue assigned to this and
to me already...
/Janne
On 28 Jan 2009, at 15:35, Harry Metske wrote:
Just to let you know, I want to try this "at home" too, see if I
can get it
to work, what changes are necessary, and then discuss if this can
be lift
[
https://issues.apache.org/jira/browse/JSPWIKI-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668053#action_12668053
]
Janne Jalkanen commented on JSPWIKI-476:
Andrew: Not really easily, since it would
Harry, that would be cool. What we have achieved so far is, that we are
able run JSPWiki with the integrated Tomcat within Eclipse. However, if
we want to extract the files of JSPWiki.jar to its appropriate
locations, we keep on getting errors.
Cheers!
Kai
Harry Metske schrieb:
Just to le
Just to let you know, I want to try this "at home" too, see if I can get it
to work, what changes are necessary, and then discuss if this can be lifted
to svn so that everyone can benefit.
But I need some time, which is limited the coming week..
regards,
Harry
2009/1/28 Florian Holeczek
> Hallo
Florian,
Thanks for your answer. We are not using the JSPWiki SVN. We have our
own SVN where we develop our own JSPWiki branch that accomdates our
needs. Hence, we would be able to change the structure in the SVN.
Cheers!
Kai
Florian Holeczek schrieb:
Hallo Kai,
I'm not the first and ha
Hallo Kai,
I'm not the first and haven't been the last one trying this without
success. Of course one _could_ change the project structure, but as
long as this isn't done in the subversion repository, you'll have very
little benefits from doing so.
There's already a discussion on this topic at
ht
Hey everyone,
has anyone experience with configuring JSPWiki as a dynmic web project
in Eclipse? If so, please write.
Cheers!
Kai
--
Kai Holzweißig
Dipl.-Inform., M.Sc. Cognitive Science
Heinz Nixdorf Institut
Arbeitsgruppe "Informatik und Gesellschaft"
Universität Paderborn
Fürstenallee 1
[
https://issues.apache.org/jira/browse/JSPWIKI-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667974#action_12667974
]
Olaf Kaus commented on JSPWIKI-476:
---
Sometimes streaming big files (~700MB) could be har
24 matches
Mail list logo