I am interested in exploring the internals of xwiki. I downloaded source files and wondering how to go about working with it using Eclipse.
Can someone recommend or provide document pointers on the following...
1. Setting up xwiki in eclipse (detailed steps)
2. A suggested sequence of packages/classes to study and comprehend
3. A simple example to extend some classes/features
Thanks,
Patrick
--
View this message in context: http://www.nabble.com/XWiki-on-Eclipse-t908698.html#a2356385
Sent from the XWiki- Users forum at Nabble.com.
Hi
I just downloaded the latest sources from svn and build a fresh war file. (Version 0.9.1000) Then i tried to create a new XWikiClass using the XWikiClasses page. I chooes FAQs as Webname and FAQ as Class name.
I got the error message:
HTTP Status 404 - /xwiki/edit/FAQs/FAQClass description The requested resource (/xwiki/edit/FAQs/FAQClass) is not available.
Any ideas ?
Kind regards
André
Hello,
I want to use the generic Velocity tools from apache (http://jakarta.apache.org/velocity/tools/generic/) in my xwiki. But I can't seem to get them configured. I've changed the toolbox.xml as described on the velocity pages, but still when I use the MathTool, like '$math.random' in my XWiki page, it doesn't seem to work. Any ideas?
Thanks,
Joep Janssen
ObjectWeb is organizing a "best use case" awards for the ObjectWeb
Conference. Mandriva Club usage of XWiki is nominated.
Anybody can vote. It's quick and easy ! Go go XWiki community. It's
simple. One vote per person (no need to cheat).
http://objectwebcon06.objectweb.org/xwiki/bin/Main/Vote
The conference is in Paris from January 31st to February 2nd at the same
time and place as the "Solution Linux" show (which is the most known
Open Source show in France). We will have a presentation of XWiki on
February 2nd !
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello,
Maybe a silly question, but is it possible to adapt the generated PDF's in such a way it will use the style set for the wiki documents?
Thanks,
Joep Janssen
I am using 0.9.840, and I seem to be running into all kinds of exceptions
and problems. I tried the mail plugin and got it working, but the
registrations do not survive a restart for some reason. Anyone know of a
wiki that has
1. Email notification
2. Locking and timeout of editing(I miss the counter in MoinMoin that says
10 minutes left, 9 minutes, etc). XWiki does not seem to timeout
3. pdf capability
4. roadmap to have WYSIWYG
and all the normal versioning, diffing, etc.
thanks,
dean
Hi all,
There are a couple of really handy looking links on xwiki.org that
have been broken for a while:
* The XWiki API:
http://www.xwiki.org/xwiki/bin/view/DevGuide/XWiki+API+Reference
Some users of the wiki I'm maintaining are getting interested in
Velocity and I can't keep telling them to get the xwiki source code if
they want to browse the API. :)
Is the API available online anywhere else?
* XmlRpc xmlface client:
http://www.xwiki.org/xwiki/bin/view/Dev/XWikiXMLRPC
The xmlrpc client sounds extremely interesting but I can't find a
trace of it anywhere... does anyone have an alternative link?
I have commented both of those document about the broken links but I'm
hoping this list will be more responsive. ;)
Thanks,
Robin.
I have just joined this group after stumbling across it somewhere as I
maintain a couple of xwiki spaces located at xwiki.com
I am not a techie, just trying to master the interface - so if I am in
the wrong place tell me!
I use the event calendar as built in. The "Event List" under the
calendar seems unesseccary and as it expands makes the "New Event" form
further and further down the page.
Can I get rid of it? The page is based on xwiki:XWiki.CalendarSheet
<http://www.xwiki.com/xwiki/bin/edit/XWiki/CalendarSheet> which I can't
edit. I remember trying to mess about with the calendar a few months
ago and it got into a right mess.
Thanks
Hi,
When viewing a list property of object myObj included in doc, both
$myObj.get($myListProperyName)
and
$doc.display($myListProperyName)
return a string containing selected options delimited by a space.
This isn't very handy for displaying them in a readable manner, since
you end up with something like "my option a my option b my option c" -
no way to distinguish the individual options.
How can I access the selected options individually?
Cheers,
Robin