Thanks for the clarification, Tharindu. Really smart idea!
From: tharindu jayasuriya [mailto:djtharindu@gmail.com]
Sent: Monday, June 25, 2007 3:32 AM
To: kmann(a)virtua.com
Subject: Re: [xwiki-dev] XWiki Eclipse IDE Integration - Milestone 1
On 6/25/07, Kito D. Mann <kmann(a)virtua.com> wrote:
Tharindu,
This looks extremely interesting J . However, I don't quite understand
_what_ you'd be doing in Eclipse. Would you use Eclipse for editing and
creating pages,
Yes, this is the main intension of the plug-in; letting developers manage
their documentation within the IDE itself.
administration, creating objects and classes, or all of the above?
You can add/remove spaces/pages as well as edit/view them within eclipse
IDE. But authoring objects or classes will not be possible (yet) since we
are using Confluence
<http://confluence.atlassian.com/display/DOC/Remote+API+Specification>
XMLRPC API which does not have remote methods for such manipulations. But
that is a nice feature to have; may be later ... ;-)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
<http://www.virtua.com/> http://www.virtua.com - JSF/Java EE consulting,
training, and mentoring
<http://www.jsfcentral.com/> http://www.JSFCentral.com - JavaServer Faces
FAQ, news, and info
* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *
From: tharindu jayasuriya [mailto:djtharindu@gmail.com]
Sent: Saturday, June 23, 2007 7:31 AM
To: xwiki-dev(a)objectweb.org
Subject: [xwiki-dev] XWiki Eclipse IDE Integration - Milestone 1
Hi All,
We have completed milestone-1 of the eclipse xwiki plug-in
binary and source (eclipse project) are available via,
http://jira.xwiki.org/jira/browse/XWIKI-1360
Implemented features,
1. Login to XWiki
2. Selectively import spaces
3. Navigate through document hierarchy
Thanks.
- Tharindu
--
You receive this message as a subscriber of the xwiki-dev(a)objectweb.org
mailing list.
To unsubscribe: mailto: xwiki-dev-unsubscribe(a)objectweb.org
For general help: mailto: <mailto:sympa@objectweb.org>
sympa(a)objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi All,
We ( myself and Asiri ) have implemented the logging and xwiki navigation
components of the above plug-in. We have tested the components on a local
installation but need a remote url (confluence) to test it further. We tried
to connect to www.xwiki.org using our usernames and passwords but could not
connect ( verfied with XMLRPCExample too ). Is it not possible to connect to
www.xwiki.org with XML RPC ? if it is possible, can any of you give us the
correct url ?
One more thing, the XMLRPCExample uses the server url
http://<server>/xwiki/xmlrpc/confluence. We followed the same convention and
get user input for the <server> part only (append the rest). Is it ok to do
this ? or shall we let the user to provide whole url ?
Thanks a million.
- Tharindu & Asiri
Hello,
I updated yesterday my xwiki sources and I see you've changed all the svn directories. The problem is that when I try to build it in Eclipse I can't find the build.xml file and also, I create a new project based on xwiki-platform-core and it gives me lots of errors in eclipse, like some files missing or some classes not found.
Can anyone tell me how to build the standalone now that there is no build file? I would very much appreciate it.
Thank you.
Evelina
Hello,
Sorry if this mail arrives twice...I sent one in the morning but no reply so...I guess no one's got it.
The problem is that after this change in the svn repository I can't build the xwiki-platform-core in Eclipse. There is no build.xml file and there are a lot of errors when I create a new project based on xwiki-platform-core directory (lots of libraries missing and othes errors).
Sergiu has been trying to help me since this morning, but unfortunately it still doesn't work. I tried with mvn, in order to build the war and then put in the tomcat or jetty but when I run mvn install in the xwiki=platform-core directory I get a lot of errors, like
D:\XWiki\src2\xwiki-platform-core>mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: null:xwiki-core:jar:1.1-SNAPSHOT
Reason: Cannot find parent: com.xpn.xwiki:xwiki for project: null:xwiki-core:jar
:1.1-SNAPSHOT for project null:xwiki-core:jar:1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: com.xpn.xw
iki:xwiki for project: null:xwiki-core:jar:1.1-SNAPSHOT for project null:xwiki-c
ore:jar:1.1-SNAPSHOT
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:290)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent
: com.xpn.xwiki:xwiki for project: null:xwiki-core:jar:1.1-SNAPSHOT for project
null:xwiki-core:jar:1.1-SNAPSHOT
at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(D
efaultMavenProjectBuilder.java:1261)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(Def
aultMavenProjectBuilder.java:747)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFi
leInternal(DefaultMavenProjectBuilder.java:479)
at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
nProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:553)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:467)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:364)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 'com.xpn.xwiki
:xwiki' not found in repository: Unable to download the artifact from any reposi
tory
etc.....
I have no access to svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-devs (apparently Sergiu is not getting this errors but he's using this while I'm using svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users )
So, if anyone has succeeded in building the xwiki after the change in the svn directory, please help me, I'm in big trouble and I can' continue working.
Thank you very much.
Evelina
Hi,
I'd like to propose 2 things:
1) Use Maven2 to perform the 1.1M3 release
2) Remove the Ant build in 1.1M4
Rationale:
* It's a real pain to maintain 2 builds
* The m2 build is already doing more than the Ant build
Things left to do on the m2 build:
* Finish setting up TeamCity (I need Raffaello's help as ObjectWeb's
SVN is bad and we need to set up a SVN ready only replicate on which
we could plug TC)
* Fix an issue with the database importer (XWIKI-1104)
* Review the versions of the dependencies
What this means is that you should try using Maven 2 yourself from
today onward and see if can make it work. If not, ask questions here
on the list and I'll help and I'll tune the build accordingly.
There's already some doc on:
http://www.xwiki.org/xwiki/bin/view/Community/
Building#HBuildingwithMaven2
WDYT?
Thanks
-Vincent
I was talking to Vincent about this on IRC, and he suggested that I
open a jira issue, and send an email to the list, so here it is.
When loading the PanelWizard against a fairly large XWiki, the page
can take a fairly long time to load. Vincent and I talked about a few
approaches:
Adding a "Sample mode" field to the Panels, where the panels would
render themselves w/ sample/dummy data to avoid queries to the DB. The
PanelWizard would then have to somehow display these panels in
"sample" mode.
The other is to skip rendering of all of the panels entirely: list the
title, links to edit/delete and provide a some kind of new button to
"display panel" or "display panel contents", which would defer panel
loading until requested... This collapsed view would apply to the
drag-n-drop off to the sidebars as well...
Thoughts?
--
'Waste of a good apple' -Samwise Gamgee
Hi,
I've noticed that we're bundling both C3P0 and Apache DBCP connection
pools frameworks. Do we need to bundle 2?
By default we have DBCP configured in our hibernate.cfg.xml files.
I'm thus proposing to drop C3P0 from the distribution WAR.
WDYT?
Thanks
-Vincent
[reposting because of wrong xwiki-users address. please reply to this
email and not the previous one]
Hi,
I'm beating Vincent by announcing XWiki Watch 1.0M1 before he announces
XWiki 1.1M2 (which is needed for XWiki Watch 1.0M1).
XWiki Watch 1.0M1 is the first official release and is a functional beta.
XWiki Watch is:
- A collaborative RSS/Atom Feed aggregator
- Feeds, Groups and Keywords configuration using an AJAX interface.
Configuration are managed by spaces.
- Storing of articles themselves in XWiki pages using the FeedPlugin's
capabilities
- AJAX UI to navigate articles, open the content
- Collaborative tagging, commenting and flagging of articles, store a
'read' status
- Filtering UI to see only articles from a group, a feed, only flagged
articles, matching a keyword, etc..
- TagCloud of tags applied to articles
- Text analysis feature on the content of articles matching a filter
- Press Review feature allowing to generate an HTML, RSS or PDF page
listing articles and comments matching a filter
- Look and Feel adapted to the Albatross skin by Laurent Lunati !
- Packaged as an XWiki Application (xar) that can run on XWiki 1.1M2 or
later
- French and English User Interface
This release needs some developer skills to be installed. If you are
interested in beta-testing XWiki Watch but don't feel that you can
install XWiki and tweak configuration files, you can send us an email at
marketing(a)xwiki.com to get access to our online beta.
Don't hesitate to send us your feedback with bugs and suggestions. We
manage bugs and new feature requests on JIRA at
http://jira.xwiki.org/jira/browse/XWATCH
Ludovic
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
On Jun 19, 2007, at 11:49 PM, Ludovic Dubost wrote:
>
> Hi,
>
> I'm beating Vincent by announcing XWiki Watch 1.0M1 before he
> announces XWiki 1.1M2 (which is needed for XWiki Watch 1.0M1).
Well, you "thought" you were beating but mail arrived first here! ;-)
> XWiki Watch 1.0M1 is the first official release and is a functional
> beta.
Congrats for this nice release and all the hard work.
We need to discuss on how to integrate XWiki Watch's release process
into the main dev process for XWiki.
Thanks
-Vincent
>
> XWiki Watch is:
>
> - A collaborative RSS/Atom Feed aggregator
> - Feeds, Groups and Keywords configuration using an AJAX interface.
> Configuration are managed by spaces.
> - Storing of articles themselves in XWiki pages using the
> FeedPlugin's capabilities
> - AJAX UI to navigate articles, open the content
> - Collaborative tagging, commenting and flagging of articles, store
> a 'read' status
> - Filtering UI to see only articles from a group, a feed, only
> flagged articles, matching a keyword, etc..
> - TagCloud of tags applied to articles
> - Text analysis feature on the content of articles matching a filter
> - Press Review feature allowing to generate an HTML, RSS or PDF
> page listing articles and comments matching a filter
> - Look and Feel adapted to the Albatross skin by Laurent Lunati !
> - Packaged as an XWiki Application (xar) that can run on XWiki
> 1.1M2 or later
> - French and English User Interface
>
> This release needs some developer skills to be installed. If you
> are interested in beta-testing XWiki Watch but don't feel that you
> can install XWiki and tweak configuration files, you can send us an
> email at marketing(a)xwiki.com to get access to our online beta.
>
> Don't hesitate to send us your feedback with bugs and suggestions.
> We manage bugs and new feature requests on JIRA at http://
> jira.xwiki.org/jira/browse/XWATCH
>
> Ludovic
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 2 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* Lots of bugs fixed
* WYSIWYG editor improvements:
o Added new toolbar icon for creating horizontal lines
o Added new toolbar icon for removing all styling on the
selected text
o Make current cell visible when selected in a table
* Improved Photo Album performances
* When deleting a page, first show the list of pages linking to
it and warn about them
* Improved AllDocs page on the default wiki by adding an Index
with A-Z links and added a Treeview tab for showing pages with parent-
children relationships
* The Navigation panel now displays all pages when the logged in
user has Admin rights
* The "Recently Created", "Recently Visited" and "Members"
Panels now only display the last 5 elements
* Added a cancel button to the Rename page
* Added support for the Derby Database and bundled version
10.2.2.0 of Derby
* The Zip Explorer plugin and the AutoTag plugins are now
activated by default in the default configurations
* Added new "Recently Modified Documents" Panel
* New space rights inheritance mechanism
+ lots of other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki11M2
Enjoy
-The XWiki development team