vmassol (SVN) wrote:
> Author: vmassol
> Date: 2008-06-23 16:10:42 +0200 (Mon, 23 Jun 2008)
> New Revision: 10617
>
> Modified:
> xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Results
> xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Tableresults
> Log:
> XWIKI-2467: Update queries to use doc.space instead of doc.web
>
> * Fixed some leftovers
>
No, no, no. I left those untouched with a purpose. Those two are used to display both results from
hql queries and Lucene queries. And the items returned by Lucene don't have getSpace (yet). Until we
fix the Lucene API, these 2 documents must use $bentrydoc.web
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
I am trying to build the xwiki-core jar file from sources, But I am getting
the following error when i run the maven install. other projects under core
compile without any issue. Any one has the same experience building xwiki
core jar from source. Please help.
Thanks
Satya
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 38 source files to C:\xwiki new\xwiki
platform\core\xwiki-patc
service\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\web\PatchServiceAction.java:[14,46] package
org.xwiki.platfor
.patchservice.plugin does not exist
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\hook\PatchCreator.java:[25,46] package
org.xwiki.platform.pat
hservice.plugin does not exist
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\hook\PatchCreator.java:[39,4] cannot find symbol
symbol : class PatchservicePlugin
location: class org.xwiki.platform.patchservice.hook.PatchCreator
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\hook\PatchCreator.java:[45,24] cannot find symbol
symbol : class PatchservicePlugin
location: class org.xwiki.platform.patchservice.hook.PatchCreator
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\web\PatchServiceAction.java:[33,8] cannot find symbol
symbol : class PatchservicePlugin
location: class org.xwiki.platform.patchservice.web.PatchServiceAction
C:\xwiki new\xwiki
platform\core\xwiki-patchservice\src\main\java\org\xwiki\pla
form\patchservice\web\PatchServiceAction.java:[34,13] cannot find symbol
symbol : class PatchservicePlugin
location: class org.xwiki.platform.patchservice.web.PatchServiceAction
--
View this message in context: http://www.nabble.com/xwiki-patchservice-under-core1.4-build-fails-tp180307…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Currently this plugin can convert the attachment file which is a office
document to html code.
This project use jodconverter[1] as the conversion framework which leverage
the openoffice power.
Please read the README with the code to test.
This officeimporter plugin is simple and do a simply tidy html work. don't
concern picture handler, xwiki syntax conversion. However, I'll add those
feature in the future.
Now I have to write my thesis in the day time, so I only can work on that
project after 6 pm and the weekend. Hense sorry for the delay.
Todo List
1. clean html with htmlclean[2]. Furthermore, remove the office document
special html code. remove <html> <body> <script>. html also have some
content that conflict with xwiki syntax like [notlink].
2. handle pictures in the office file. Maybe upload the images to xwiki as
the attachments. Hense I need to go over how xwiki address attachment.
Replace <src> with {image:}
3. convert html to xwiki. As Vincent said, I should read the html parser and
wikimodel. I think this can be a option for user.
4. provide the interface for inputstream and outputstream. Hense this plugin
can be used in the xwiki code.
5. intergrate it to wysiwyg editor. product a feature to convert local
office file to xwiki page. This should use the xwiki upload feature.
Now I'm a little confused that I afraid I can't finish all the task above
before the middle exam. What should I do? Which task to pick as first
priority? Any suggestion will be very appreciated.
Thanks.
[1] http://www.artofsolving.com/opensource/jodconverter
[2] http://htmlcleaner.sourceforge.net/
--
Sincerely,
Wang Ning
Hello,
Just a quick note to let you know I've created a 1.0 branch for the
invitation manager plugin, mainly for the needs of the curriki project.
Regards,
Jerome.
Artem,
Can you look at integrating the following jira items in your schedule:
http://jira.xwiki.org/jira/browse/XWIKI-2470http://jira.xwiki.org/jira/browse/XWIKI-2471
The objective would be to support non-versioned properties in XWiki
Objects. Modifications to there properties would never make a new
version of the document. At the same time we would highly improve our
saving by not resaving data that are not changed. This would have great
effect on big documents.
If we had these in the standard API it would allow us not to write a
separate plugin and storage on a client project.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi,
I want to commit my code to sandbox. I use eclipse with subeclipse to do
this. Vincent have added my id in xwiki.org "daning" into commiter group.
When I commit my code, eclipse prompt me to input username and password.
Then I input daning and my password. However, this doesn't work.
Anyone can help?
Thanks.
--
Sincerely,
Wang Ning