Hello,
I would like to modify object/class editor by integrating some richer UI
widgets such as tabviews.
Apparently, you are trying to get rid of Rico, YUI and trying to do as much
as possible with Proto...culous
But Protoculous doesn't provide tabviews for example.
In this case, what do you advise as JS framework for this? YUI as it is
already integrated in XWiki and can be used with velocity? GWT by
redeveloping a set of serverside APIs but without the possibility to use
velocity?
regards
Pascal
Hello fellow developers,
I followed
http://curriki.xwiki.org/xwiki/bin/view/Main/InstallationInstructions
building with maven 2.0.9 on MacOSX to get curriki running on a
development machine.
- building went very fine
- tried changing things in xwiki.cfg but the indicated property is not
there and xwiki.cfg contains an amount of "undefined" values,
importantly the encoding and default-Skin among others. I could add
each of the missing properties (i.e. the properties used in xwiki.cfg
generation) by adding sibblings of the element
<xwikiCfgEditCommentMandatory>. Similarly, I could add the dependency
on our postgres driver by enriching the dependencies in this pom.xml,
and I could add a few properties which seemed not correct in xwiki.cfg
in the xwikiCfgAdditionalProperties element.
I also activated superadmin... the indicated admin password didn't
work there I think.
- changing the hibernate.cfg.xml I could do as well, but it should be
said not to change the one in target... since it gets overriddent at
every build, but the one in web/src/main/webapp/WEB-INF
At the end I got, with two changed files, a webapp that seems to match
my expectations and which actually started. Ideally, these changes
should happen in an extra file... is there space for this? Something
such as ~/build.properties in maven-1?
After changing catalina.sh to bump memory, I could import the xar
(which I built as well).
There I got stuck because I had to put albatross and not toucan as
default and base skins.
After that I could import the xar and it started looking like curriki.
The log showed an amount of errors which I've ignored thus far.
I concluded with the three manual steps... are they here to stay?
Should I try to update the installation instructions or are there
enhancements to my procedure?
I'm pretty happy with this adventure.... I could, right away, record a
podcast.
paul
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