Re: [xwiki-users] Problem building xWatch Code with Maven
Hi, Please provide a resolution on issue i had posted yesterday regarding maven build of xwatch. Thank, Simerpreet Singh [email protected] wrote:
Send users mailing list submissions to [email protected]
To subscribe or unsubscribe via the World Wide Web, visit http://lists.xwiki.org/mailman/listinfo/users or, via email, send a message with subject or body 'help' to [email protected]
You can reach the person managing the list at [email protected]
When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..."
Today's Topics:
1. Problem building code for xwatch with maven (Simerpreet Singh) 2. Re: ldap-integration / Active Directory / sAMAcountName (Dalluege, Pierre (extern)) 3. Re: ldap-integration / Active Directory / sAMAcountName (Thomas Mortagne) 4. R: LightBox Macro does not work on XE 2.4 (Andrea Belli) 5. Re: R: LightBox Macro does not work on XE 2.4 (Thomas Mortagne) 6. question about Last modifications feed of a user watchlist (Andrea Belli) 7. R: R: user name with stressed characters is encoded as XML entity (Andrea Belli) 8. Re: R: R: user name with stressed characters is encoded as XML entity (Alex Busenius)
----------------------------------------------------------------------
Message: 1 Date: Mon, 16 Aug 2010 15:58:07 +0530 From: Simerpreet Singh <[email protected]> Subject: [xwiki-users] Problem building code for xwatch with maven To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
Iam using xwiki 2.3.1 and trying to install xwatch on in.According to instructions given in http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstalli...
i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/# but when i try to build it using following commands mvn clean install or mvn clean
its giving below mentioned error
[INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki -22.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] The project com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E: \SVN MAIN\Xwatch\pom.xml) has 1 error [ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22 for com.xp n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM for com. xpn.xwiki.platform:xwiki:22 due to Missing: ---------- 1) com.xpn.xwiki.platform:xwiki:pom:22 ---------- 1 required artifact is missing.
for artifact: com.xpn.xwiki.platform:xwiki:pom:22
from the specified remote repositories: central (http://repo1.maven.org/maven2, releases=true, snapshots=false) -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [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 rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin gException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo delException
can you please correct me if i am doing anything wrong?
Thanks, Simer
------------------------------
Message: 2 Date: Mon, 16 Aug 2010 15:55:33 +0200 From: "Dalluege, Pierre (extern)" <[email protected]> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName To: 'XWiki Users' <[email protected]> Message-ID: <4A19AB2A76A6CE4294AB09E23491ED1AF17EA1B7@QEO40075.de.t-online.corp> Content-Type: text/plain; charset="us-ascii"
Hi Tom,
I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
Best regards
Pierre
-----Original Message----- From: Thomas Mortagne [mailto:[email protected]] Sent: Monday, August 16, 2010 8:49 AM To: XWiki Users Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
Hi,
Did you looked at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCas... ? This should work very well for Active Directory most of the time AFAIK.
On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <[email protected]> wrote:
Hello xwiki users,
I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
Is there anyone to help? At least any ideas?
Thanks a lot in advance, best regards
Pierre _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
------------------------------
Message: 3 Date: Mon, 16 Aug 2010 16:51:17 +0200 From: Thomas Mortagne <[email protected]> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName To: XWiki Users <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8
On Mon, Aug 16, 2010 at 15:55, Dalluege, Pierre (extern) <[email protected]> wrote:
Hi Tom,
I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
Yep that's it, dot is not yet fully supported in pages names (but will soon I hope, it's actually fully supported in database and deepest core but lost of applications needed to be modified to properly support anything in pages names) so LDAP authenticator "clean" the user id.
Best regards
Pierre
-----Original Message----- From: Thomas Mortagne [mailto:[email protected]] Sent: Monday, August 16, 2010 8:49 AM To: XWiki Users Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
Hi,
Did you looked at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCas... ? This should work very well for Active Directory most of the time AFAIK.
On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <[email protected]> wrote:
Hello xwiki users,
I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
Is there anyone to help? At least any ideas?
Thanks a lot in advance, best regards
Pierre _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Simerpreet, I'm glad that you're interested in XWiki software. The community is working hard on improving it better and I hope it will match your expectations. However, I'm afraid that you misinterpreted some of the community rules (you can find out more about them here: http://dev.xwiki.org/xwiki/bin/view/Community/Contributing). In short, people from the community do their work on a voluntary basis, in their free time, unless sponsored by a company. They contribute to the project and help other users out because they like, not out of obligation. If you'd like to get guaranteed answers, you can purchase professional support. If that's not what you're looking for, you can ask the community nicely and hope for the best. Usually, most people get answers rather fast. On Tue, Aug 17, 2010 at 08:01, Simerpreet Singh < [email protected]> wrote:
Hi,
Please provide a resolution on issue i had posted yesterday regarding maven build of xwatch.
In light of what I have written above, I'm sure you'll understand that your comment here is a bit out of line. People read the list regularly and they most likely have seen your message. Reposting a question the very next day isn't very respectful to their patience and effort and I'm sure you'll appreciate that. If you'd like to increase the likelihood that you'll get an answer, a good way to do this would be to spread the word about XWiki or to answer other people's questions. Thanks, Guillaume
Thank, Simerpreet Singh
[email protected] wrote:
Send users mailing list submissions to [email protected]
To subscribe or unsubscribe via the World Wide Web, visit http://lists.xwiki.org/mailman/listinfo/users or, via email, send a message with subject or body 'help' to [email protected]
You can reach the person managing the list at [email protected]
When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..."
Today's Topics:
1. Problem building code for xwatch with maven (Simerpreet Singh) 2. Re: ldap-integration / Active Directory / sAMAcountName (Dalluege, Pierre (extern)) 3. Re: ldap-integration / Active Directory / sAMAcountName (Thomas Mortagne) 4. R: LightBox Macro does not work on XE 2.4 (Andrea Belli) 5. Re: R: LightBox Macro does not work on XE 2.4 (Thomas Mortagne) 6. question about Last modifications feed of a user watchlist (Andrea Belli) 7. R: R: user name with stressed characters is encoded as XML entity (Andrea Belli) 8. Re: R: R: user name with stressed characters is encoded as XML entity (Alex Busenius)
----------------------------------------------------------------------
Message: 1 Date: Mon, 16 Aug 2010 15:58:07 +0530 From: Simerpreet Singh <[email protected]> Subject: [xwiki-users] Problem building code for xwatch with maven To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
Iam using xwiki 2.3.1 and trying to install xwatch on in.According to instructions given in
http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstalli...
i downloaded code from svn
http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
but when i try to build it using following commands mvn clean install or mvn clean
its giving below mentioned error
[INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki -22.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] The project com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E: \SVN MAIN\Xwatch\pom.xml) has 1 error [ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22 for com.xp n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM for com. xpn.xwiki.platform:xwiki:22 due to Missing: ---------- 1) com.xpn.xwiki.platform:xwiki:pom:22 ---------- 1 required artifact is missing.
for artifact: com.xpn.xwiki.platform:xwiki:pom:22
from the specified remote repositories: central (http://repo1.maven.org/maven2, releases=true, snapshots=false) -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [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 rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin gException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo delException
can you please correct me if i am doing anything wrong?
Thanks, Simer
------------------------------
Message: 2 Date: Mon, 16 Aug 2010 15:55:33 +0200 From: "Dalluege, Pierre (extern)" <[email protected]> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName To: 'XWiki Users' <[email protected]> Message-ID: <4A19AB2A76A6CE4294AB09E23491ED1AF17EA1B7@QEO40075.de.t-online.corp
Content-Type: text/plain; charset="us-ascii"
Hi Tom,
I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
Best regards
Pierre
-----Original Message----- From: Thomas Mortagne [mailto:[email protected]] Sent: Monday, August 16, 2010 8:49 AM To: XWiki Users Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
Hi,
Did you looked at
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCas...
? This should work very well for Active Directory most of the time AFAIK.
On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) < [email protected]> wrote:
Hello xwiki users,
I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
Is there anyone to help? At least any ideas?
Thanks a lot in advance, best regards
Pierre _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
------------------------------
Message: 3 Date: Mon, 16 Aug 2010 16:51:17 +0200 From: Thomas Mortagne <[email protected]> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName To: XWiki Users <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8
On Mon, Aug 16, 2010 at 15:55, Dalluege, Pierre (extern) <[email protected]> wrote:
Hi Tom,
I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
Yep that's it, dot is not yet fully supported in pages names (but will soon I hope, it's actually fully supported in database and deepest core but lost of applications needed to be modified to properly support anything in pages names) so LDAP authenticator "clean" the user id.
Best regards
Pierre
-----Original Message----- From: Thomas Mortagne [mailto:[email protected]] Sent: Monday, August 16, 2010 8:49 AM To: XWiki Users Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
Hi,
Did you looked at
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCas...
? This should work very well for Active Directory most of the time AFAIK.
On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) < [email protected]> wrote:
Hello xwiki users,
I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
Is there anyone to help? At least any ideas?
Thanks a lot in advance, best regards
Pierre _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Guillaume Lerouge -
Simerpreet Singh