Thanks guys..
with all your suggestions, I was finally able to run Maven :-)))
Now, my next question is regarding the following :
Building with Maven
Execute mvn install in any module you wish to build. This will build that
module and all children modules. The build result is placed in two places:
- the local maven
repository<http://maven.apache.org/guides/introduction/introduction-to-repositories.ht…>,
for making the module available to other projects or modules using maven
(even other XWiki modules take the needed libraries from this repository,
and not directly from a "neighbor" directory)
- and in a subdirectory of that module, called target.
I can not see the build result? I do not see any "target" subdir.
Please advise.
Thanks
Hello,
I spent long time in Ecipse before discovering I got stuck on the maven
snapshot updates... it tries to synchronize to maven.xwiki.org... no error,
no disconnection... just server connexion frozen...
best regards
Pascal
Hello,
I have been trying to build the XWiki sources but with no luck.
I am getting stuck at the first step itself- setting up Maven.
Following are the commands I use to set the envt. variables as indicated in
this link - http://maven.apache.org/download.html#Installation and the
errors I get.
Can anybody tell from this, whats going wrong here?
C:\>set M2_HOME = C:\Kam\Software\apache-
maven-2.1-SNAPSHOT\apache-maven-2.1-SNA
PSHOT
C:\>set Path = %Path%;%M2_HOME%\bin
C:\>echo %M2_HOME%
%M2_HOME%
C:\>set > env.txt
C:\>set PATH = %PATH%;%M2_HOME%\bin
C:\>set > env.txt
C:\>set JAVA_HOME = "C:\Program Files\Java\jdk1.6.0"
C:\>set PATH = %PATH%;%JAVA_HOME%\bin
C:\>set > env.txt
C:\>mvn --version
'mvn' is not recognized as an internal or external command,
operable program or batch file.
C:\>mvn --version
'mvn' is not recognized as an internal or external command,
operable program or batch file.
C:\>cd Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn
--ve
rsion
ERROR: JAVA_HOME not found in your environment.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>set
JAVA
_HOME = "C:\Program Files\Java\jdk1.6.0"
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn
--ve
rsion
ERROR: JAVA_HOME not found in your environment.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation
Thanks a lot in advance.
Hi all
I'm a final year Computer Science and Engineering student of University of
Moratuwa Sri lanka and i thought i should give a try at GSoC 2008 under web
service integration for XWiki watch. I have experience in Java with Spring /
Hibernate / JMX /JSF (i learnt these during my internship) and i was able to
go through the web services specially with axis2 during the final year
project rather than X-fire web service implementation. According to the idea
published, our final year project also have some common areas. According to
that, we have already implemented the web service integration for publishing
different services to a middle ware dynamically. Therefore, i think i have a
great opportunity of making this project idea into a concrete implementation
during 3 months by using all my computer knowledge in different areas. And i
would like to discuss the implementation of this idea and about the
requirements with the mentors ( Anca Paula Luca & Jerome Velociter ). I'm
really interested in doing this project. Please reply to me to discuss the
relevant facts about this project.
Thank you very much.
regards,
Suramya
--
Suramya Rathnayake
Computer Science and Engineering
University of Moratuwa
http://suramya-rathnayake.blogspot.com/
Hi people,
I want to participate in GSoC. I'm Computer Science Msc Student at
Federal University of Pernambuco and I'm interested in two projects in the
following order of priority.
1. Gadget, Media and Content sites integration
2. XWiki Cross Platform Web and Desktop Widget
I have great interest in contributing to projects. I know people which also
participated in GSoC and can help me to meet with the project.
My native language is Portuguese, but I can working with English.
What do you suggest? Someone help me?
Daniel Arcoverde
try mvn -nsu clean install
This should work, may be there is some artifact missing in the repository
and -nsu flag does not try to get the snapshots from the repository.
Thanks
Sachin
------------------------------
>
> Message: 9
> Date: Wed, 26 Mar 2008 21:00:23 -0700
> From: "marlon hendred" <mhendred(a)gmail.com>
> Subject: [xwiki-devs] Can't get artifact
> To: "XWiki Developers" <devs(a)xwiki.org>
> Message-ID:
> <6e920fe20803262100g75be94fao1a9dc306be16ee2f(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello all,
>
> I have been building xwiki from scratch perfectly fine for the past couple
> days but today I have been trying to build the xwiki-core with no luck. It
> looks like there is something wrong with the repo? Im just doing a mvn
> install. Here is the error im getting:
>
>
> INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: com.xpn.xwiki.platform
> ArtifactId: xwiki
> Version: 14-SNAPSHOT
>
> Reason: Unable to download the artifact from any repository
>
> com.xpn.xwiki.platform:xwiki:pom:14-SNAPSHOT
>
> from the specified remote repositories:
> xwiki-releases (http://maven.xwiki.org/releases),
> central (http://repo1.maven.org/maven2),
> xwiki-snapshots (http://maven.xwiki.org/snapshots),
> xwiki-externals (http://maven.xwiki.org/externals)
>
> Has anyone else experienced this? Do i need to change where this points?
> Any
> insight is greatly appreciated. Thanks in advance.
>
> -Marlon
>
>
> ------------------------------
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
> End of devs Digest, Vol 9, Issue 92
> ***********************************
>
You variables don't seem to be set.
Best would be to set them in my computer -> properties -> advanced ->
environment variables
After setting and closing the window, open a new command prompt.
I think proper syntax to set env variables in windows is
SET *VARIABLE*=*value*
and not
SET *VARIABLE* = *value*
Thanks
Sachin
> ------------------------------
>
> Message: 8
> Date: Wed, 26 Mar 2008 21:38:02 -0500
> From: "Kamna Jain" <kammy.scorpi(a)gmail.com>
> Subject: [xwiki-devs] Problems with setting up Maven.
> To: devs(a)xwiki.org
> Message-ID:
> <fb681d280803261938h664d9aeh6be7558a7b2c30f3(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello,
> I have been trying to build the XWiki sources but with no luck.
> I am getting stuck at the first step itself- setting up Maven.
>
> Following are the commands I use to set the envt. variables as indicated
> in
> this link - http://maven.apache.org/download.html#Installation and the
> errors I get.
> Can anybody tell from this, whats going wrong here?
>
> C:\>set M2_HOME = C:\Kam\Software\apache-
> maven-2.1-SNAPSHOT\apache-maven-2.1-SNA
> PSHOT
>
> C:\>set Path = %Path%;%M2_HOME%\bin
>
> C:\>echo %M2_HOME%
> %M2_HOME%
>
> C:\>set > env.txt
>
> C:\>set PATH = %PATH%;%M2_HOME%\bin
>
> C:\>set > env.txt
>
> C:\>set JAVA_HOME = "C:\Program Files\Java\jdk1.6.0"
>
> C:\>set PATH = %PATH%;%JAVA_HOME%\bin
>
> C:\>set > env.txt
>
> C:\>mvn --version
> 'mvn' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\>mvn --version
> 'mvn' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\>cd Kam\Software\apache-
> maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
>
> C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
> >mvn
> --ve
> rsion
>
> ERROR: JAVA_HOME not found in your environment.
> Please set the JAVA_HOME variable in your environment to match the
> location of your Java installation
>
>
> C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
> >set
> JAVA
> _HOME = "C:\Program Files\Java\jdk1.6.0"
>
> C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
> >mvn
> --ve
> rsion
>
> ERROR: JAVA_HOME not found in your environment.
> Please set the JAVA_HOME variable in your environment to match the
> location of your Java installation
>
> Thanks a lot in advance.
>
>
Hello all,
I have been building xwiki from scratch perfectly fine for the past couple
days but today I have been trying to build the xwiki-core with no luck. It
looks like there is something wrong with the repo? Im just doing a mvn
install. Here is the error im getting:
INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: com.xpn.xwiki.platform
ArtifactId: xwiki
Version: 14-SNAPSHOT
Reason: Unable to download the artifact from any repository
com.xpn.xwiki.platform:xwiki:pom:14-SNAPSHOT
from the specified remote repositories:
xwiki-releases (http://maven.xwiki.org/releases),
central (http://repo1.maven.org/maven2),
xwiki-snapshots (http://maven.xwiki.org/snapshots),
xwiki-externals (http://maven.xwiki.org/externals)
Has anyone else experienced this? Do i need to change where this points? Any
insight is greatly appreciated. Thanks in advance.
-Marlon
Hello,
In an other mail, I talked about a problem compiling lucene plugin. I had
many "Unknown symbol"...
Apparently maven couldn't find its classes in org.apache.lucene/lucene-
core-2.4.1.jar
I have discovered that lucene plugin depends on xwiki-core which has some
dependency on JackRabbit which seems to pull a dependency on lucene/lucene
version 1.4.3 which contains also some of the classes of org.apache.lucene
/lucene-core-2.4.1.jar but older versions...
After trying many things, I've modified the lucene plugin pom.xml by
inverting dependency to xwiki-core and lucene-core so that lucene-core is
the first to be loaded and it solves my problem...
Apparently, you don't have the same problem as me when building so I think
it is linked to my local environment but anyway the inherited dependency on
2 versions of Lucene might be problematic some time.
br
Pascal
Hello,
I checked ou trunks yesterday night with an empty maven repository in
console mode...
Then I launch "mvn install -Pmysql"
1)It then blocks immediately because in trunks/pom.xml, the parent pom is
xwiki-platform-pom/pom.xml with version "14-SNAPSHOT" but current version is
"15-SNAPSHOT". To go quickly, I change xwiki-platform-pom/pom.xml to version
15-SNAPSHOT...
2)I relaunches and it blocks again because it can't download
xwiki-xar-handlers version 1.9-SNAPSHOT (apparently it doesn't try to
compile xwiki-platform-tool before looking elsewhere). So I go in
xwiki-platform-tools/xwiki-xar-handlers and I run "maven install" and I get
my 1.9-SNAPSHOT
3)I relaunches and it goes on until xwiki-platform-plugins/lucene... I get
lots of "unknown symbol"
Maven downloads into repository lucene/lucene/1.4.3 and
org/apache/lucene/lucene-core and lucene-parent version 2.3.1
If I remove lucene/lucene/1.4.3, it resynchronizes it and then it works... I
had this problem last week when I compiled from an empty maven repository
also... Maybe a problem while downloading lucene-1.4.3 first time and this
gives a bad Jar file... Anyway not a real problem
4)I relaunches again and it goes on until xwiki-platform-core/xwiki-velocity
which fails due to TEST errors:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component 'org.xwiki.velocity.VelocityManager', it could
not be started at org.codehaus.plexus.DefaultComponentLookupManager.lookup(
DefaultComponentLookupManager.java:156)
I haven't been looking in the project but I wonder if anyone had the same pb
as me...
5)So as I don't care about tests now, I relaunches with "maven install
-Pmysql -Dmaven.test.skip=true"
and then it runs until "BUILd SUCCESSFUL"
Next step: run it...
Next step: do it from Eclipse (I get lots of Java Heap Space problems with
M2Eclipse 0.0.12)
Pascal
Try running eclipse:eclipse target for core workspace from mvn to resolve
the dependencies and updating the .classpath.
On my machine eclipse shows fine for xwiki core.
Thanks
Sachin
------------------------------
>
> Message: 7
> Date: Wed, 26 Mar 2008 10:21:12 -0500
> From: "Kamna Jain" <kammy.scorpi(a)gmail.com>
> Subject: [xwiki-devs] Compilation Errors in XWiki Core
> To: devs(a)xwiki.org
> Message-ID:
> <fb681d280803260821x4eca3617s31bc0d75b0d62612(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello,
> I am getting the following errors in Eclipse, for the XWiki Core:
>
> FlushMode.MANUAL cannot be
> resolved XWikiCore/src/com/xpn/xwiki/store
> XWikiHibernateStore.java line 530 1206460890733 158240
> The method getLocalAddr() is undefined for the type HttpServletRequest
> XWikiCore/src/com/xpn/xwiki/web XWikiPortletRequest.java line
> 418 1206460890280 157655
> The method getLocalAddr() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiServletRequest.java line 286 1206460890264 157606
> The method getLocalName() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiPortletRequest.java line 412 1206460890280 157654
> The method getLocalName() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiServletRequest.java line 282 1206460890264 157605
> The method getLocalPort() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiPortletRequest.java line 424 1206460890280 157656
> The method getLocalPort() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiServletRequest.java line 290 1206460890264 157607
> The method getRemotePort() is undefined for the type
> HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
> XWikiPortletRequest.java line 406 1206460890280 157653
> The method getRemotePort() is undefined for the type HttpServletRequest
> XWikiCore/src/com/xpn/xwiki/web XWikiServletRequest.java line
> 278 1206460890264 157604
> The method setCharacterEncoding(String) is undefined for the
> type HttpServletResponse XWikiCore/src/com/xpn/xwiki/web
> XWikiPortletResponse.java line 95 1206460891905 160085
> The method setCharacterEncoding(String) is undefined for the type
> HttpServletResponse XWikiCore/src/com/xpn/xwiki/web
> XWikiServletResponse.java line 100 1206460891686 159694
>
> Can anybody suggest why this is happening.
> I checked the javadoc for
>
> javax.servlet.http.
> *HttpServletReques*
>
> and it does not have these methods used in the code. Which class do they
> belong to?
>
>
>
> Thanks
>
>
> ------------------------------
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
> End of devs Digest, Vol 9, Issue 91
> ***********************************
>
Hello,
I am getting the following errors in Eclipse, for the XWiki Core:
FlushMode.MANUAL cannot be
resolved XWikiCore/src/com/xpn/xwiki/store
XWikiHibernateStore.java line 530 1206460890733 158240
The method getLocalAddr() is undefined for the type HttpServletRequest
XWikiCore/src/com/xpn/xwiki/web XWikiPortletRequest.java line
418 1206460890280 157655
The method getLocalAddr() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiServletRequest.java line 286 1206460890264 157606
The method getLocalName() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiPortletRequest.java line 412 1206460890280 157654
The method getLocalName() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiServletRequest.java line 282 1206460890264 157605
The method getLocalPort() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiPortletRequest.java line 424 1206460890280 157656
The method getLocalPort() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiServletRequest.java line 290 1206460890264 157607
The method getRemotePort() is undefined for the type
HttpServletRequest XWikiCore/src/com/xpn/xwiki/web
XWikiPortletRequest.java line 406 1206460890280 157653
The method getRemotePort() is undefined for the type HttpServletRequest
XWikiCore/src/com/xpn/xwiki/web XWikiServletRequest.java line
278 1206460890264 157604
The method setCharacterEncoding(String) is undefined for the
type HttpServletResponse XWikiCore/src/com/xpn/xwiki/web
XWikiPortletResponse.java line 95 1206460891905 160085
The method setCharacterEncoding(String) is undefined for the type
HttpServletResponse XWikiCore/src/com/xpn/xwiki/web
XWikiServletResponse.java line 100 1206460891686 159694
Can anybody suggest why this is happening.
I checked the javadoc for
javax.servlet.http.
*HttpServletReques*
and it does not have these methods used in the code. Which class do they
belong to?
Thanks
Hi all,
I am trying to retrieve the levels of a particular group in XWiki.XWikiPreferences/XWiki.WebPreferences document.
(e.g. I want to retrieve levels from XWiki.XWikiAllGroup in XWiki.XWikiPreferences/XWiki.WebPreferences document.)
It seem that the levels value is not stored in the XWiki.XWikiPreferences/XWiki.WebPreferences document itself but somewhere else.
How do i go about in doing this?
Urgent,
Colin
_____________________________________________________________________
Live Chat NOW!
http://asia.yahoo.com/meetic/
Hi everyone,
If you're a student or if you know a good student then please consider
joining the XWiki project for the Google Summer of Code 2008.
All information and proposed projects are listed on http://tinyurl.com/332gep
Pass the word around!
Thanks
-Vincent
Hi all,
If the current user were to create a new document, and the new document access rights should follow the current user one.
How do i go about in implementing this? Is there a need to modify the source codes or any other ways to implement it?
Thanks in advance.
Colin
__________________________________________________________________
Tired of visiting multiple sites for showtimes?
Yahoo! Movies is all you need
http://sg.movies.yahoo.com
Hi all,
Please excuse me if you have received this mail before, there seems to be
some problem with my gmail account and I am not sure whether the mail I
sent earlier was sent to XWiki devs list or not, so sending it again.
please help me.
"""Support multiple installations of XWiki being indexed on one or
multiple XWiki Servers and share the index.
It should be possible to share easily the index so that multiple XWiki
installations can be shared in one UI."""
---> I am assuming that one of the several servers, is the main server
and has information about other servers like the ip address. -- am I
correct ?
---> Can each server maintain it's own index(instead of distributed
indexing), but while searching, indexes on multiple servers are used.
---> please provide me some more info regarding this.
"""Also the search UI should be possible to customize depending on
Document types."""
---> Restricting search to specified document type.
If any one has other relevant information, please provide it.
-- Sai Krishna.
Hi Thomas,
I have download the 1.3 snapshot code from 1.3 branch as you mentioned.
However, XWiki was not able to synchronize with whatever changes is make at the active directory during realtime.
And the latest changes from the active directory is synchronize over to XWiki only when the server is restart.
Most probably look like the group service is cached and is not clear.
How can i resolve this issue?
Regards,
Colin
----- Original Message ----
From: Colin Tay <lee_hyeok(a)yahoo.com.sg>
To: XWiki Developers <devs(a)xwiki.org>
Sent: Friday, 21 March 2008 12:14:47
Subject: Re: [xwiki-devs] Regarding LDAP SyncGroupsMembership
Hi Thomas,
Thanks for the prompt info.
Regards,
Colin
----- Original Message ----
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: XWiki Developers <devs(a)xwiki.org>
Sent: Friday, 21 March 2008 12:09:14
Subject: Re: [xwiki-devs] Regarding LDAP SyncGroupsMembership
This snapshot is a 1.3 snapshot from 1.3 branch :
https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core…
It's exactly the same thing for LDAP part than in trunk for but there
is too much modifications in xwiki-core 1.4 (trunks) to just replace
your xwiki-core based on 1.3
On Thu, Mar 20, 2008 at 4:54 PM, Colin Tay <lee_hyeok(a)yahoo.com.sg> wrote:
>
> Hi Thomas,
>
> I would like to obtain a copy of the source code as well.
> So the snapshot version is from the svn branch or trunk folder?
>
> Regards,
> Colin
>
> ----- Original Message ----
> From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> To: XWiki Developers <devs(a)xwiki.org>
> Sent: Thursday, 20 March 2008 6:39:31
> Subject: Re: [xwiki-devs] Regarding LDAP SyncGroupsMembership
>
> Hi,
>
> LDAP group membership has a bug in 1.3 fixed in the coming 1.3.1. Your
> can get the xwiki-core 1.3 snapshot version on
> http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAP….
>
> On Wed, Mar 19, 2008 at 11:04 AM, Colin Tay <lee_hyeok(a)yahoo.com.sg> wrote:
> >
> > Hi,
> >
> > I having been testing with XWiki 1.3 on tomcat 6 authenticating with
> active
> > directory.
> > However, i noticed that the membership is sync only when the server is
> > restarted.
> > Why is it so?
> >
> > Regards,
> > Colin
> >
> > ________________________________
> >
> >
> > Search. browse and book your hotels and flights through Yahoo! Travel
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
> ________________________________
>
>
> Search. browse and book your hotels and flights through Yahoo! Travel
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
--
Thomas Mortagne
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Real people. Real questions. Real answers. Share what you know.
-----Inline Attachment Follows-----
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
______________________________________________________________________
Search, browse and book your hotels and flights through Yahoo! Travel.
http://sg.travel.yahoo.com
Hello,
We have setup XWiki WAR with Tomcat 6.0.16 and oracle (express 10g) (JDK
1.5.0_15)
While setting up the DB, these are the settings for username and pwd -
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
Does this mean that only"xwiki" should be used as username and pwd.
We got the following Tomcat error when we tried to change these
settings from xwiki to something else.
2008-03-20 16:34:33,185
http://localhost/xwiki_v1.3/bin/view/Main/WebHome http-80-1 ERROR
store.XWikiHibernateBaseStore -
Failed updating schema while executing query "create table
xwiki.feeds_aggregatorgroup (agg_id number(10,0) not null, agg_name
clob, primary key
(agg_id))" java.sql.SQLException: ORA-01918: user 'XWIKI' does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
Any thoughts on why this error is occuring? If we can not use custom
username and pwd, it could be a show stopper for us.
Thanks for any help
Hi Fabio,
On 24 mars 08, at 06:56, malaka ekanayake wrote:
> > Hi all,
> >
> > sorry for not beaning able to join the IRC because im having some
> > trouble
> > configuring a IRC client (I think it's a proxy issue) .anyway I'm
> > trying to
> > fix the problem.Until then can someone give me some more detail about
> > XEclipse project.. I'm looking forward to work with that project.
> >
> >
> Hi,
>
> as the project lead of the XEclipse project I might give you some
> details about it.
>
> The project listed in the GSoc page aims at building a feature-rich
> editor for XEclipse with all the features we are used to see in
> "standard" IDE editors (e.g., syntax highlighting, completion, etc.)
>
> In order to attack this project a good knowledge of the Eclipse
> architecture is needed.
> I might give you some pointer just to have an idea of what it will be
> needed:
>
> This book http://eclipsercp.org/book/ is definitely a must-have book
> in order to understand Eclipse's architecture and framework. Maybe
> your university library already have a copy you can borrow.
>
> This is an interesting tutorial about editors that also shows the
> (complex) Eclipse editor architecture:
> http://www.realsolve.co.uk/site/tech/jface-text.php Basically, this
> tutorial is the starting point for the project.
>
Thanks a lot, this is what i was looking for :-)
>
> Feel free to ask other questions.
>
Thanks
- Malaka
>
> Cheers,
> Fabio
>
>
>
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
On Mar 22, 2008, at 9:19 AM, Asiri Rathnayake wrote:
> Hi Vincent,
>
> On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol <vincent(a)massol.net>
> wrote:
> Hi Asiri,
>
> If you have some time... :) I think it would be great if you could
> document how to use the m2eclipse plugin in Eclipse to set up XWiki
> (with screenshots). I've been using it for the past 5 days and it's
> great and makes setting up a XWiki dev environment a breeze and it's
> much much better than doing it the manual way for lots of reasons
> (always synced with the POMs, etc).
>
> http://m2eclipse.codehaus.org/
>
> I think I have hit a wall here. It seems like m2eclipse is only mean
> for windows *groans*.
>
> The embedded version of maven seems to be incapable of building XWiki,
Works just fine for Thomas and me. I didn't change anything from the
defaults. That's what we use. I'm on Mac and Thomas on unix I think.
FWIW I'm using Eclipse 3.4M5.
-Vincent
> so i tried to change it to our own version of Maven (refer to
> settings.png attached ). But when i try to build XWiki (in
> m2eclipse) with the new settings, it complains that it is unable to
> find the maven executable. If you refer to error.png , it becomes
> evident that m2eclipse doesn't know how to handle path names in Linux.
>
> One more tiny problem is that i can't find any place where i can set
> MAVEN_OPTS=-Xmx600m. But this can be overcome by setting it in
> bash_profile, so I guess it is not a big deal.
>
> Any comments ?
>
> Thanks.
>
> - Asiri
>
>
> Thanks
> -Vincent
>
>
>
> <settings.png><error.png>
Hi all
I'm a final year student of University of Moratuwa Sri lanka and totally
new to open source development. I was introduced to XWiki by one of my
friends (Asiri), and i thought i should give a try at Gsoc 2008. I have
experience in Spring / Hibernate / Struts and velocity (i learnt these
during my internship). I'm not certain about what exact project i should
apply (though i found XEclipse to be very interesting) and would appreciate
any help regarding choosing a project.
Thank you very much.
Malaka Ekanayake.
Hi all,
Please excuse me if you have received this mail before, there seems to be
some problem with my gmail account and I am not sure whether the mail I
sent earlier was sent to XWiki devs list or not, so sending it again.
please help me.
"""Support multiple installations of XWiki being indexed on one or
multiple XWiki Servers and share the index.
It should be possible to share easily the index so that multiple XWiki
installations can be shared in one UI."""
---> I am assuming that one of the several servers, is the main server
and has information about other servers like the ip address. -- am I
correct ?
---> Can each server maintain it's own index(instead of distributed
indexing), but while searching, indexes on multiple servers are used.
---> please provide me some more info regarding this.
"""Also the search UI should be possible to customize depending on
Document types."""
---> Restricting search to specified document type.
If any one has other relevant information, please provide it.
-- Sai Krishna.
Hi,
I am planing to work on the project "Distributed search for XWiki". I have
few doubts, which might sound silly, yet I would like to clear them. Please
help me.
"""Support multiple installations of XWiki being indexed on one or multiple
XWiki Servers and share the index.
It should be possible to share easily the index so that multiple XWiki
installations can be shared in one UI."""
---> I am assuming that one of the several servers, is the main server and
has information about other servers like the ip address. -- am I correct ?
---> Can each server maintain it's own index(instead of distributed
indexing), but while searching, indexes on multiple servers are used.
---> please provide me some more info regarding this.
"""Also the search UI should be possible to customize depending on Document
types."""
---> Restricting search to specified document type.
If any one has other relevant information, please provide it.
-- Sai Krishna.