Hello,
I'm following what's written here
http://dev.xwiki.org/xwiki/bin/view/Community/Building#HExecutingtheStandar…
so I can test more easily what I'm doing, but I'm having some problems
to change the default xwiki.cfg file.
I need it to start it with the GraphViz plugin enabled. I found the
pom.xml that contains the plugin declarations and added GraphViz
plugin there, that works, but I can't find where I need to uncomment
and set the properties that define where the executables are. I tried
changing the \trunks\xwiki-platform-tools\xwiki-configuration-resources\src\main\resources\xwiki.cfg.vm
file but that doesn't seem to be enough, as the target xwiki.cfg is
always generated with the default values, that is, GraphViz properties
commented and unset.
Which file do I need to change to get a different xwiki.cfg at my build?
Thanks,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Hello,
I'm trying to make an update of my copy of XWiki source, checked out from
the anonymous SVN, but when it gets to the xwiki-product-curriki directory,
it changes to HTTPS and requires authentication. This has never happened
before.
Any ideas?
Best regards,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Hi Ludovic,
Sorry about going ahead with refactoring instead of test cases but i thought
it would be easier to write tests once the code is refactored. I've
completed most of the refactoring but it will take about 2 more days to
finish it off.
Please have a look at the new code base if you have a time [ i know you are
busy :) ] and let me know what you think.
I hope following deadlines (swapped refactoring and test case writing) are
ok with you,
21st - Finish Refactoring
28th - Finish Test Case Writing
... Rest is same
Thanks a lot.
- Asiri
Hi devs,
Above jar file automatically downloaded from maven seems to be corrupt,
<dump>
[INFO] snapshot com.xpn.xwiki.platform:xwiki-core:1.5-SNAPSHOT: checking for
updates from xwiki-externals
[INFO] snapshot com.xpn.xwiki.platform:xwiki-core:1.5-SNAPSHOT: checking for
updates from xwiki-snapshots
Downloading:
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.5-SNAP…
24K downloaded
Downloading:
http://maven.xwiki.org/externals/groovy/groovy-all-1.0-jsr/06/groovy-all-1.…
Downloading:
http://maven.xwiki.org/releases/groovy/groovy-all-1.0-jsr/06/groovy-all-1.0…
Downloading:
http://repo1.maven.org/maven2/groovy/groovy-all-1.0-jsr/06/groovy-all-1.0-j…
Downloading:
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.5-SNAP…
1716K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to
/home/asiri/projects/xwiki-dev/sandbox/xwiki-webdav/target/classes
[ERROR]
Mojo:
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
FAILED for project:
xwiki-extensions:xwiki-webdav:war:0.0.1-SNAPSHOT
Reason:
Failure executing javac, but could not parse the error:
An exception has occurred in the compiler (1.5.0_11). Please file a bug at
the Java Developer Connection (http://java.sun.com/webapps/bugreport) after
checking the Bug Parade for duplicates. Include your program and the
following diagnostic in your report. Thank you.
java.lang.InternalError: jzentry == 0,
jzfile = -1331434808,
total = 822,
name =
/home/asiri/.m2/repository/com/xpn/xwiki/platform/xwiki-core/1.5-SNAPSHOT/xwiki-core-1.5-SNAPSHOT.jar,
i = 349,
message = invalid LOC header (bad signature)
at java.util.zip.ZipFile$3.nextElement(ZipFile.java:429)
at java.util.zip.ZipFile$3.nextElement(ZipFile.java:415)
at
com.sun.tools.javac.jvm.ClassReader.openArchive(ClassReader.java:1447)
at com.sun.tools.javac.jvm.ClassReader.list(ClassReader.java:1742)
at
com.sun.tools.javac.jvm.ClassReader.listAll(ClassReader.java:1882)
at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:1903)
at
com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1538)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:355)
at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:256)
at com.sun.tools.javac.tree.Tree$TopLevel.accept(Tree.java:382)
at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:221)
at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:235)
at com.sun.tools.javac.comp.Enter.complete(Enter.java:448)
at com.sun.tools.javac.comp.Enter.main(Enter.java:433)
at
com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:404)
at com.sun.tools.javac.main.Main.compile(Main.java:592)
at com.sun.tools.javac.main.Main.compile(Main.java:544)
at com.sun.tools.javac.Main.compile(Main.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
at
org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493)
at
org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:573)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:501)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentsForProject(DefaultLifecycleExecutor.java:265)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:191)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:149)
at
org.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:223)
at
org.apache.maven.DefaultMaven.execute_aroundBody1$advice(DefaultMaven.java:304)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:1)
at
org.apache.maven.embedder.MavenEmbedder.execute_aroundBody2(MavenEmbedder.java:895)
at
org.apache.maven.embedder.MavenEmbedder.execute_aroundBody3$advice(MavenEmbedder.java:304)
at
org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:1)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:176)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 47 seconds
[INFO] Finished at: Fri Jul 18 05:48:27 LKT 2008
[INFO] Final Memory: 3M/26M
[INFO]
------------------------------------------------------------------------
</dump>
I tried to update to 1.6-SNAPSHOT but got a different error. I kind of want
to stick with the 1.5 core for the moment, can someone fix this soon ?
Thanks.
- Asiri
Hello XWiki developers,
does anyone have some hacks to get a slightly similar results as
XEclipse into IntelliJ.
One particular aspect I'd wish is a simple upload (e.g. over ant).
paul
Hi ,
I am new to xwiki so i installed the Standalone installation to learn more
on xwiki, but when i follow the instructions give for standalone
installation and enter the URL
"http://localhost:8080/xwiki/bin/view/Main/WebHome" in my browser to open
the xwiki page, it says the page cannot be displayed. I have run the
start_xwiki.bat file to start the xwiki. But i am getting few warnings and
exception and i think that may be the reason.
Warning: Schema Validation may not be supported
Exception : InvocationTargetException
Can anyone please help out here.
--
View this message in context: http://n2.nabble.com/Standalone-installation-tp529605p529605.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I am a newbie to XWiki. I am trying to integrate XWiki with a our own
Security database over JAAS. The goal is to manage the workspaces based on
the credentials and groups that exist in our security store. I see XWiki
supports LDAP but no mention of JAAS. Can you point me to where in the
source code I should make the modifications to make it use my security
provider? Any examples would greatly help.
Thanks in advance.
NS
The XWiki development team is pleased to announce the release of XWiki
Watch 1.0.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download !
XWiki Watch is a collaborative watch tool built on top of the XWiki
Enterprise, using RSS feeds as the data source. From its features we can
mention data collecting from RSS feeds, enriching and filtering content in
collaborative manner, and publishing the results in various formats, all
these from a rich RSS reader interface, as well as standard wiki access to
this data.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch10
Thanks
-The XWiki dev team
Hi all,
I have problem with communication with our Active Directory server. If my
AD account has exception for direct communication with AD controller,
then Xwiki AD authentification works, but if I disable this feature (whis
is our company standard, from security reasons), I can't authenticate my
login through AD.
Could you help me, please. Is there any update already prepared?
Thanks for your help
Regards
Petr
Hi devs,
as planned last week with the RC 2 release, and since no blocking issue
was signaled in the mean time, I would like to release XWiki Watch 1.0
final tomorrow.
Here's my +1, WDYT?
Hi,
How can i change the default category in a blog. Now "News" has been
selected as a default.
I need to change this one to some other new category. Where can i change
this one...
--
Prathap
Hi,
I want to copy the Main/WebHome page content to some other page in the same
space.
I think this one can be done through *Copy a document* option. But i don't
know what i have to give in the "Source Document" and in "Target Doc:"
I tried by giving the URL http://localhost/xwikibin/view/Main/WebHome in the
Source Document, and http://localhost/xwikibin/view/Main/Testing in the
Target Doc.
But it displayed some error.
Even tried with page name also(Main/WebHome).
Whether i did it wrong..? Please Guide...
--
Prathap
Hi,
I have added a some categories from the "Blog/Categories" page.
Now, i want to remove the added categories from the list. But its showing
only the edit option.
Where can i delete those categories..?
--
Prathap
Hi,
I have created a property in the class. And i want that property in disable
state in the document add page.
Can any one know how set this option.?
--
Prathap
Hi devs,
As you know, the office importer(or office converter) project for xwiki can
convert office documents like MS word, MS excel to xwiki syntax.
Furthermore, it can even convert xwiki page to the MS word or PDF.
My question: how to integrate the office converter into xwiki? Where should
be the integration points for the conversion feature?
Following is my proposal and I need you feedback. Thanks.
Now the office converter is just a xwiki plugin, and the integration would
base on this plugin.
a) a converter application. A xwiki application based on office converter
plugin and fileupload plugin can import a office document to a new xwiki
page.
b) a macro like {import} which can convert the office document attached to
the xwiki page to html and insert the html code in the page.
c) attachment review. Review the office documents attachment. This is
similar to the gmail attachment review.
d) integrate with xwiki WYSIWYG editor. This is similar to a). Click the
import button and select the office document, then click the import button.
The document will insert to the current WYSIWYG area.
e) export xwiki page to MS word or Openoffice odt.
Please feel free to suggest new proposal. Any feedback is very appreciated.
Thanks.
Wang Ning
Hello guys,
I'm back with my classes and objects...
After some work in the middle of my other projects, I have finally something
to propose to you. Now you can disable/remove properties and synchronize
objects and I have refactored the class/object editor.
I have launched a demo environment so that you can test the result of my
study.
Go to:
http://feebrox.dyndns.org:8888/xwiki/
Everything is explained there...
What do you think about this?
You can disagree with everything and even with my graphical choices ;)
best regards
Pascal
Thank you Ludovic for making the Curriki-devs mailing list:
http://lists.xwiki.org/mailman/listinfo/curriki-devs
To join out project discussions, please sign-up.
Joshua Marks
CTO
Curriki: The Global Education and Learning Community
jmarks(a)curriki.org
www.curriki.org
US 831-685-3511
Hi,
I'm currently trying to debug XWiki with Eclipse. I set up everything as
explained in
http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse and
everything runs fine. Also debugging works, but my problem is that the
downloaded xwiki-core JAR is used instead of my xwiki-core project in my
Eclipse workspace. If I attach the the xwiki-core project as the source to
that JAR (Eclipse asks me for that) the lines don't correspond if I set a
breakpoint and try to step through the program.
I set my xwiki-core project as a J2EE module dependency and also as project
dependency of my xe-debug-web project.
Any ideas what goes wrong?
Thanks a lot,
Markus