Hello,
Last week, I checked out XWiki-platform trunk and tried to compile it with
maven-2.1-SNAPSHOT and all the needed memory.
If I remove xwiki-core/../plugin/lucene, it works but with it, it fails.
Before going deeper, I would like to know if anyone has already seen such
issues?
I get the following logs (lucene2.3 is in my MVN repository):
.......
[INFO] [aspectj:compile]
[INFO] [remote-resources:process]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to
workspace/xwiki-platform-core/xwiki-core/target/classes
[INFO]
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] XWiki Platform - Core - Parent POM .................... SUCCESS [
1.239s]
[INFO] XWiki Platform - Core - Component ..................... SUCCESS [
0.842s]
[INFO] XWiki Platform - Core - Observation ................... SUCCESS [
0.315s]
[INFO] XWiki Platform - Core - Core .......................... FAILED [
8.168s]
[INFO] XWiki Platform - Core - URL ........................... NOT BUILT
[INFO] XWiki Platform - Core - Containers - Parent POM ....... NOT BUILT
[INFO] XWiki Platform - Core - Containers - API .............. NOT BUILT
[INFO] XWiki Platform - Core - Containers - Servlet .......... NOT BUILT
[INFO] XWiki Platform - Core - Actions ....................... NOT BUILT
[INFO] XWiki Platform - Core - Plexus ........................ NOT BUILT
[INFO] XWiki Platform - Core - Velocity ...................... NOT BUILT
[INFO]
------------------------------------------------------------------------
[ERROR]
Mojo:
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
FAILED for project:
com.xpn.xwiki.platform:xwiki-core:jar:1.4-SNAPSHOT
Reason:
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[100,61]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[100,78]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[100,12]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[101,83]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[102,17]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[101,22]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[105,64]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[105,81]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[105,16]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[109,21]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[109,38]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[108,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[113,54]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[113,71]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[112,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[117,50]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[117,67]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[116,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[122,84]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[123,21]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[122,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[125,78]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[126,17]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[125,22]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[127,76]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[128,17]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[127,22]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[131,68]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[132,25]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[131,16]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[136,21]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[136,38]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[135,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[146,65]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[146,81]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexData.java:[146,24]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[169,64]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[169,81]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[169,30]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[188,60]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[188,77]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[188,20]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[192,63]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[192,80]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[192,20]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[194,81]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[195,29]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[194,34]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[199,63]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[199,80]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/ObjectData.java:[199,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[302,49]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[307,25]
cannot find symbol
symbol : class Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[307,59]
cannot find symbol
symbol : class Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[309,40]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[312,49]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[316,49]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[321,29]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[325,29]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/LucenePlugin.java:[343,33]
cannot find symbol
symbol : variable Occur
location: class org.apache.lucene.search.BooleanClause
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexUpdater.java:[209,26]
cannot find symbol
symbol : method flush()
location: class org.apache.lucene.index.IndexWriter
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexUpdater.java:[275,16]
cannot find symbol
symbol : method deleteDocument(int)
location: class org.apache.lucene.index.IndexReader
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexUpdater.java:[311,39]
cannot find symbol
symbol : method getDirectory(java.lang.String)
location: class org.apache.lucene.store.FSDirectory
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/IndexUpdater.java:[362,36]
getFields(java.lang.String) in org.apache.lucene.document.Document cannot be
applied to ()
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/AttachmentData.java:[86,21]
cannot find symbol
symbol : variable Store
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/AttachmentData.java:[87,21]
cannot find symbol
symbol : variable Index
location: class org.apache.lucene.document.Field
workspace/xwiki-platform-core/xwiki-core/src/main/java/com/xpn/xwiki/plugin/lucene/AttachmentData.java:[84,26]
internal error; cannot instantiate org.apache.lucene.document.Field.<init>
at org.apache.lucene.document.Field to ()
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Mon Mar 10 16:02:58 CET 2008
[INFO] Final Memory: 5M/23M
[INFO]
------------------------------------------------------------------------
---------- Forwarded message ----------
From: Asiri Rathnayake <asiri.rathnayake(a)gmail.com>
Date: Mon, Mar 10, 2008 at 4:55 AM
Subject: Re: [xwiki-devs] xwiki-sandbox/org.xwiki.model vs
xwiki-sandbox/components/xwiki-model
To: Vincent Massol <vincent(a)massol.net>
Cc: XWiki Developers <devs(a)xwiki.org>
Hi Vincent,
Following is a simple discussion of the two implementations of the new
data-model of ArchitectureV2.
Both of these implementations are not complete yet and my knowledge of xwiki
is still limited. There for, there may be short-commings in the following
discussion, please bare with me and try to correct me where i'm wrong (this
will help me a lot).
xwiki-sandbox/components/xwiki-model (Vincent)
-----------------------------------------------------------------------
-> Represents a clear hierarchical view of domain objects
(Server->Wiki->Space->Page)
[ A simple graphical representation of the model is attached. ]
-> Does not include any administrative / security / rights related code
(simple model definitions).
-> Currently upward navigation (given a page find it's parent space) is not
possible.
(but i believe this can be implemented at a higher layer)
-> PropertyDefinition class is currently isolated, and no mention about
Users.
-> No mention about persistence related issues (DAOs).
-> All are concrete classes
Q.) Shouldn't we have interfaces (with a default impl) rather than
classes here ?
xwiki-sandbox/org.xwiki.model (Mikhail, Stéphane)
-------------------------------------------------------------------------
-> The business layer (org.xwiki.model) contains model classes (Farm, Wiki,
Space, Document, User) Along with (Session and XWikiException)
Q.) Strictly speaking, Session and XWikiException are not domain
classes. Shouldn't we try to keep things more simple in the model ?
-> Here the notion of a hierarchy seems to be little blured, Farm doesn't
have any method like getWikis() but it seems to contain some administrative
/ authentication related methods like createUser() and checkPassword() (This
looks quite odd for me). And with this model it is possible to navigate
upwards the hierarchy (Page->Space->Wiki).
-> Some domain classes have code related to session handling / user rights.
(is this ok?)
-> In a sense, domain classes seems to be active rather than being passive
(getters / setters).
Example : space.addPage(Page page) <- passive, space.newPage(, , ,) <-
active
Example (imaginary) : space.getPages(SomeFilter) <- passive,
space.getPages(...) {/* perform validations, access rights and return */} <-
active
-> There is a persistance layer (org.xwiki.model.dao). If we are to have two
seperate plexus components for storage and data-model (or in other words, to
decouple the model from storage), DAO classes should actually go inside the
storage component. Having DAO classes inside the model will automatically
bind the model to a particular storage implementation.
-> org.xwiki.model.dao seems to have a single DAO interface (IWikiDAO) to
access the storage rather than having separate DAO classes for each domain
class.
Q.) Why not have separate DAO classes for each model class ?
Q.) org.xwiki.model.dao has *Value classes for each domain class. Why
not use domain classes directly ?
-> There is a default in-memory implementation of IWikiDAO inside
org.xwiki.model.dao.memory
I think that's all for the moment.
Thanks.
- Asiri
On Sun, Mar 9, 2008 at 7:48 PM, Vincent Massol <vincent(a)massol.net> wrote:
> Hi Asiri,
>
> On Mar 9, 2008, at 2:25 PM, Asiri Rathnayake wrote:
>
> > Hi Stéphane,
> >
> > I think the new data model is commited at xwiki-sandbox/
> > org.xwiki.model. But i'm bit confused with xwiki-sandbox/components/
> > xwiki-model. What does the latter stand for ?
>
> The one in org.xwiki.model was done by Stephane and the other one by
> me ;)
>
> I guess they are two proposals for the same thing so we'll need to
> decide which one to use. Note that the one I have isn't finished
> either. We need to continue working on it, make proposals, etc.
> Maybe you could review both and send an email with the differences.
> This is an area I'd like to work on actively too. I've just been busy
> with the 1.3 release but now it's done I'll try to spend more time on
> the v2 components. However for this to happen we need someone to work
> actively on fixing the important 1.3 bugs, releasing a 1.3.1 (for
> example to fix the login issue with tomcat/IE7) and taking the lead on
> 1.4.
>
> Anyone interested in doing this or simply helping out?
>
> Thanks
> -Vincent
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
Hi Stéphane,
I think the new data model is commited at xwiki-sandbox/org.xwiki.model. But
i'm bit confused with xwiki-sandbox/components/xwiki-model. What does the
latter stand for ?
Thanks.
- Asiri
Hello,
Sergiu criticized that a MathTran (a TeX-daeomon over the web)
solution for formulae is bad because it relies on an external service
or a complex installation... probably correct and the rest of his
argument (in particular the wish for MathML) is more than valid!
But, I realize that scientific documents, the goal of spawn, right?,
are often made of external services.
Consider the success of TeXmacs, one of the great features is its
ability to connect to external systems, precisely.
Typically, the following artifacts are sensible products of external
services:
- plots of functions
- plots of data-sets
- presentation of data-sets
- advanced visualizations (e.g. chemical diagrams, construction
plans, interactive geometry constructions...).
I don't think we want all that to be solved internally in spawn,
using external services is a must and, on a web-system, those should
be web-services.
In many cases, the XWiki source may contain info to regenerate fully
the artifact (this is the case of many TeXmacs session I think), in
other cases external interactions are needed.
The service has to be running when authoring, for sure, but it should
not need to when running. Or at least breakage of it should not
impact viewers.
That leads me to think that a good approach would be to store the
products in a more managed way, e.g., as attachments, than in a cache
where it can go away for size reasons.
Comments welcome.
paul
Hi,
I see that under xwiki webapp there is a template directory, that contains
vm files. Same filenames are included in respective skins directory also.
So based on my understanding of how velocity files are called and invoked
upon user action, the vm files under templates directory play no role.
Also in some previous discussion it was mentioned that they were redundant
and there was a plan to separate common set of vm files into single
directory.
So I have two questions:
1. Can I delete the templates directory from my deployment.
2. If these files under this are no more required then what about deleting
them from svn istelf.
If have I have missed something and these files are required then please let
me know in what case would these be required.
Thanks
Sachin
-----
http://www.assembla.com/wiki/show/sachin_mittal about me:
--
View this message in context: http://www.nabble.com/Is-templates-directory-required-any-more--tp15397359p…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi XWiki Committers,
I'd like to vote Anca Paula Luca as XWiki core committer. She's been a
committer on XWiki Watch for a long time, she understand the xwiki dev
process and she wants to work on our core GWT support to move it to
use GWT 1.4.
You can see her work here:
http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-gw…
I feel she would be a great committer and she's interested in
maintaing and improving this GWT code on the long run.
Note that I have little idea how good the code on that branch is since
I have not touched GWT yet but I trust Anca to do a good job and
improve it if the quality is not to the par.
Here's my +1
Thanks
-Vincent
Hi All,
Sorry if this is the wrong place / time to ask this question.
I wanted to know whether XWiki will participate in GSoC
2008<http://code.google.com/soc/2008/>.
( care to hint some project ideas ? )
Thank you.
- Asiri