Hello.
This email is mainly for Gentoo Linux users/admins/developers.
I write a draft version of XWiki ebuild (package analog) for Gentoo
Linux distribution:
http://jira.xwiki.org/jira/browse/XWIKI-467
ebuild in attachments
install instructions in comments
For now ebuild can (USE flags):
war - simple build war in
/usr/share/xwiki-svn-1.0/lib/xwiki.war
exowar - build exo portlet integration war in
/usr/share/xwiki-svn-1.0/lib/xwiki-exo.war
standalone - build standalone distribution (embedded hsqldb and jetty)
and install it in /usr/share/xwiki-svn-1.0/standalone
run by /etc/init.d/xwiki start
tomcat - deploy to tomcat6. simply symlink war file :)
write what you want else?
ebuild will checkout
svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki/branches/XWIKI_1_0
sources for building and uses ant for building.
ebuild uses svn because xwiki haven't source distribution yet. But I
think for test this ebuild svn is most suitable.
Later we will needed source distribution for xwiki releases.
ebuild allow to Gentoo user to install xwiki very easily without any
knowledge in xwiki.
I tested this ebuild on ~amd64 arch, sun-jdk-1.5 & 1.6 (with some
patches allowing xwiki to compile at 1.6).
I would like to hear some feedbacks,notes,misprints and bugs before we
can propose this ebuild to Gentoo java-overlay or java-experimental overlay.
--
Artem Melentyev, UralSU, CS401
Hi,
I'd like to vote to release 1.0 RC4 today. RC4 contains WYSIWYG fixes
only:
Bug
* [XWIKI-1151] - Wyswiyg editor has problem with lists and
carriage returns
* [XWIKI-1152] - Wysiwyg loosing content when copy pasting and
switching to list
* [XWIKI-1163] - Remove lines space before and after the list,
table
* [XWIKI-1164] - Editor removes line feeds
* [XWIKI-1165] - WYSIWYG editor doesn't understand the "-"
notation for lists
* [XWIKI-1166] - WYSIWYG editor doesn't understand the \<text
\> , it's ignored
* [XWIKI-1167] - Create 2 lists that separated by a line space
then it merges both lists
* [XWIKI-1172] - "Ident" button generates escaped <bloquote>
wiki markup
Here's my +1
Thanks
-Vincent
Hi,
We thought RC3 would be the last RC before the final release. However
we have discovered regressions in the WYSIWYG module :(
Thus I'd like to propose a RC4 release as soon as the problem listed
below are fixed.
Here are some issues that I think need to be fixed ASAP for a RC4
release (please add more if you think they are critical for a 1.0
release):
- XWIKI-1152 Wysiwyg loosing content when copy pasting and switching
to list
- XWIKI-1151 Wyswiyg editor has problem with lists and carriage returns
I think we need to all do a thorough review of the WYSIWYG editor to
try to find any other big issues that would need to be fixed before
the 1.0 release. Minor issues will have to wait for 1.1B1 or later.
Proposal:
- RC4 release for Wednesday
- 1.0 final postponed to the 9th of May
Is that ok with everyone?
Thanks everyone
-Vincent
PS: It should be clear by now that we need to spend more time on
functional testing...
Hi,
I just downloaded the latest version from svn but I get the following error
when I build. It looks like maybe a java version error, but I am using Jdk
1.6 and the build file uses version 1.4:
[javac] C:\New
Folder\xwiki\core\src\main\java\com\xpn\xwiki\store\XWikiJDBC
Connection.java:32: com.xpn.xwiki.store.XWikiJDBCConnection is not abstract
and
does not override abstract method
createStruct(java.lang.String,java.lang.Object
[]) in java.sql.Connection
[javac] public class XWikiJDBCConnection implements Connection {
[javac] ^
Thanks!
Myoki
--
View this message in context: http://www.nabble.com/Build-Error-with-Ant-tf3687912.html#a10309770
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I don't understand how to create plugin with my own tags in xwiki.
I would like to create some tags - something like {table} .... {table},
but I don't know how to render xwiki text with plugin.
Can anybody help me?
In fact is it even possible to write this plugin with
XWikiDefaultPlugin/XWikiPluginInterface?
It would be great if somebody be able to publish plugin which implementing
new tags
or write me the instruction what I have to do.
Thank you.
--
View this message in context: http://www.nabble.com/How-to-create-own-tags-in-xwiki--tf3504145.html#a9786…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
I have the need to show a better diff page for a page containing an object.
Since there is no generic diff for objects, I'd like to write a Diff
plugin allowing to make a nice diff of any two strings passed.
At the same time I'd like to start a refactoring of the current diff in
the same plugin.
Currently I see the following APIs:
DiffPlugin
// returns a list of org.suigeneris.jrcs.diff.Delta (which representd
differences)
getLineDiffAsList(String content1, String content2)
// returns a list of org.suigeneris.jrcs.diff.Delta (which representd
differences)
getWordDiffAsList(String content1, String content2)
// returns an HTML view of differences
getLineDiffAsList(String content1, String content2)
// returns an HTML view of differences
getWordDiffAsList(String content1, String content2)
// returns an Text view of differences
getLineDiffAsList(String content1, String content2)
// returns an Text view of differences
getWordDiffAsList(String content1, String content2)
Other APIs could be a function to get a complete diff of an
XWikiDocument (includes objects, attachements), however the
implementation itself should probably reside in an velocity template.
There is an interesting discussion to have about how the representation
of the Text and HTML views should be.
Any ideas ?
Another question is wether it is a good idea to put this as a plugin. I
think yes since it could be use for other things than the wiki content.
Ludovic
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
Hi,
I've found this http://wiki.moxiecode.com/index.php/
TinyMCE:Compressor for speeding up tiny MCE speed.
Is that something we could use?
Thanks
-Vincent
Hello,
I made a simple example using XWiki XML/RPC API, and I'm facing
something bizarre.
The example is located at:
http://www.xwiki.org/xwiki/bin/view/UserGuide/XMLRPCExample
It's a work in progress; is it OK to put it on www.xwiki.org user guide?
The idea is to make it a reusable example of XML/RCP API use.
The archive contains the source code, an Ant build file to compile and
run the example, an Eclipse project.
I do the following:
1- I run 'ant login': result is ok
2- I run 'ant create': result is ok, seen from the XML/RPC client side
3- I visit Sandbox.WebHome using firefox: Test page appears in Sandbox
space pages, but as a link to a non existing page; clicking on the link
brings to editing an empty page
4- I run 'ant get': the page is received ok, with same content as when
created (i.e. "This content was created by XMLRPC")
5- I visit Sandbox.WebHome using firefox: same as before. Clearing the
cache, quitting firefox does not change anything
6- I run 'ant edit': the page is edited ok
7- I run 'ant get': the content is correct w.r.t. previous editing
8- I visit Sandbox.WebHome with firefox: idem as before (page
Sandbox.Test is non existant)
9- I restart Tomcat
10- I visit Sandbox.WebHome with firefox: page is there
11- I visit Sandbox.Test with firefox: content is correct
Looks like a cache problem, but where?
The source code of the example may seem unnecessarily complicated (use
of properties, separation in several classes), but the idea is to move
it to Ant task easily.
Any idea?
François