When I try to use Maven as described in the tutorial, I get an error:
PS D:\Data\Java\x> mvn archetype:generate
-DarchetypeArtifactId=xwiki-commons-component-archetype
-DarchetypeGroupId=org.xwiki.commons -DarchetypeVersion=3.3
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.130s
[INFO] Finished at: Mon May 28 16:35:02 BST 2012
[INFO] Final Memory: 2M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there
is no POM in this directory (D:\Data\Java\x). Please verify you
invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
I'm a little concerned about the "-DarchetypeVersion=3.3" flag. I'm
using XWiki 4.0. Is this page out of date?
Sorry if I haven't given the right details, I haven't used Maven
before so I'm not sure what I should do next.
Paul.
Sorry, but I'm not able to get a query getting this:
All comments added to XWiki users.
Please, could you help me?
Thank you very much,
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi, all,
I am trying to add buttons on the wysiwyg or inline form editor toolbar, I
checked the wysiwyg gwt source code, and the wysiwyg.js file, I am more
toward add javascript code in wysiwyg.js file to add javascript code for
buttons on the toolbar, instead of adding java code for the plugin, any
suggestions?
Thanks in advance
Dave
Hi All,
I want to set the view deny permission on specific page for group
XWikiAllGroup through groovy script. This is my groovy script i tried
Document docSetSearchableRights=xwiki.getDocument("Xwiki.User1")
if(docSetSearchableRights!=null)
{
com.xpn.xwiki.api.Object
rightsToSearchObject=docSetSearchableRights.newObject("XWiki.XWikiRights")
rightsToSearchObject.set("groups", "XWiki.XWikiAllGroup")
rightsToSearchObject.set("levels", "view")
rightsToSearchObject.set("allow", "0") // also tried value 2 but does
not work.
docSetSearchableRights.save()
}
Above i am trying to set view deny permission to group XWiki.XWikiAllGroup
on page Xwiki.User1. But when i go access rights section of User1 page, i
do not see deny permission set on view for group XWikiAllGroup.
For information, The reason i am doing it is i do not want user profiles
visible in serach results. i was able to do it from xwiki ui by edit the
access rights of that page and deny the view permission of that user
profile page to XWikiAllGoup . But in the question, i am trying to do it
from groovy script.
Hi,
I've read this recent thread about how XWD_ID is generated...
http://xwiki.markmail.org/thread/vp7iuwul4oepf5jx
We do need to link a number of external databases containing information on a per user basis. Thus, we do need to add a property/field/independent variable to "remote" database tables to associate information store on that database and on XWiki (until we are able to store all, or at least most, of the information in a XWiki Schema!).
Considering we are still running XWiki Enterprise 2.4.30451 and an update is a must here, if we use the current XWD_ID as "linker", once we update to a, let's say, 4.x XWiki release, could we transform IDs in remote database to the new values XWD_ID will have in newer XWiki releases?
I'm not sure I'm explaining myself here. Even I'm not sure if it is correct to think that XWD_ID will change when we upgrade. Please, your insight will be extremely welcome!
Thanks for your help.
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
I've been having real problems accessing xwiki.org and the API
documentation over the last few days. Proxy timeouts seem to be
happening all the time, and I haven't been able to get at the API docs
most of today. Two questions:
1. Is there an issue?
2. Is there an offline copy of any of the docs (even just the API docs
would be a start) that I can download and use locally?
An export of the XWiki platform wiki, plus a zipped copy of the API
docs, would be ideal. From what I've been able to find on Google, they
don't seem to exist as far as I can tell.
Paul.
Hi Folks,
i want to export the specific space.For this i was suggested
xwiki-importexport-1.3 application at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Import+Export+Applicat….
But as upload this application and go to export page. Then select the space
, no page appears from selected space. Basically on selection of space in
dropdown, nothing happens.
Then i tried to look in to issue and looks like application at above link
does not contain all pages like webhome. Because when go dashboard page , i
see question mark(?) in front
of admin space. Probably this can be the reason that this application is
not working for me.
For your information , after import of xwiki-importexport-1.3 application
, i just see 7 xml files and here are the names:-
1)Export
2)ExportFromDate
3)ExportFromDateGroovy
4)ExportPage
5)ExportPageSuggest
6)ExportSpaceSuggest
7)ImportPage
Let me know if this application contains only 7 pages. If more , can
someone point me to right link for application or send me the application
as attachment.
Hi All,
I created an application using xwiki classes and objects similar like FAQ
application explained in wiki tutorial at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial. I develop it
on my local box. Now i want to take it this complete application to another
instance of wiki on different machine. What should be my next steps. what
are the pages i need to take to another instance(as wiki must be creating
the pages internally also which i may not be aware of ). As during
this application creation process, did various steps which created
different docs,classes and objects in different spaces(i am aware of only
two spaces that contains docs related to this process i.e DataTypes space
which contains the newly created class etc and the space under which i
created my application which contains the templates etc ) If somebody can
explain simply how the FAQ application developed on one wiki instance can
be taken to another wiki instance, it would be great
Can it be done just after importing the newly created space under which
application exists and then amporting it to new wiki instance? if yes how
should i export the specific space. I tried
http://extensions.xwiki.org/xwiki/bin/view/Extension/Multipage+Export+Appli…
but
It does not work. I enter any space name even existing space i.e blog,
search button does not seem to be working and does not search any page
inside any space .As i am working on xwiki 3.5 i just downloaded this
application and visited the MultiPageExport.Install page to finish the
install as suugested in doc. Then i navigated to
localhost/wiki/bin/view/Admin/Export but search button does not work.Let
me know if i need to do some other stuff.
Xwiki version is 3.5
Thanks.
Hi XWikiers,
now that AppWithinMinutes<http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+App…>has
been available for a couple releases, I was wondering what you have
been using it for so far.
On my side, I have seen AppWithinMinutes used for:
- Logging safety incidents
- Listing assets managed by a company
- Creating a directory of software applications available to users in a
large organization
- Managing and classifying processes and procedures
- Listing presentations delivered at various conferences for later
reference
I look forward to reading about your own examples.
Thanks,
Guillaume