Updated my SVN this morning and got
Updated to revision 3814.
Macintosh:~/Desktop/xWiki Sandbox/SVN/trunks-users rhadoo$ mvn install
[INFO] Scanning for projects...
[INFO] snapshot com.xpn.xwiki.platform:xwiki:1-SNAPSHOT: checking for
updates from xwiki
[INFO] snapshot
com.xpn.xwiki.platform:xwiki-build-xar-handlers:1.0-SNAPSHOT: checking for
updates from xwiki
[INFO] snapshot
com.xpn.xwiki.platform:xwiki-build-tools:1.0-SNAPSHOT:checking for
updates from xwiki
[WARNING] POM for '
com.xpn.xwiki.platform:xwiki-build-xar-handlers:pom:1.0-SNAPSHOT' is
invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for '
com.xpn.xwiki.platform:xwiki-build-xar-handlers:pom:1.0-SNAPSHOT' is
invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for '
com.xpn.xwiki.platform:xwiki-build-xar-handlers:pom:1.0-SNAPSHOT' is
invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: com.xpn.xwiki.platform:xwiki-web-standard
POM Location: /Users/rhadoo/Desktop/xWiki
Sandbox/SVN/trunks-users/xwiki-platform-web/standard/pom.xml
Validation Messages:
[0] 'dependencies.dependency.artifactId' with value '${
xwiki.db.jdbc.artifactId}' does not match a valid id pattern.
[1] 'dependencies.dependency.groupId' with value '${
xwiki.db.jdbc.groupId}' does not match a valid id pattern.
Reason: Failed to validate POM
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Jul 05 10:42:49 EEST 2007
[INFO] Final Memory: 2M/6M
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Jul 05 10:42:49 EEST 2007
[INFO] Final Memory: 2M/6M
[INFO]
------------------------------------------------------------------------
Can somebody please look into it?
Cheers,
Radu
Sorry for this but we actually need a third remote repository for
external dependencies...
I'm working on it and I've updated http://www.xwiki.org/xwiki/bin/
view/Community/Building to what you'll need to have (it'll be ready
within 1 hour).
Thanks and sorry
-Vincent
On Jul 4, 2007, at 11:07 AM, Vincent Massol wrote:
> Hi developers,
>
> In preparation for our upcoming releases using Maven2, I'm
> separating our maven repo into 2:
> - one for snapshots
> - one for releases
>
> This is required as I'd like then to sync our releases repo onto
> the maven central repo.
>
> This means that you need to modify your settings.xml file as
> described on:
> http://www.xwiki.org/xwiki/bin/view/Community/Building
>
> Thanks and sorry for the inconvenience
> -Vincent
>
Hi,
In preparation for the upcoming 1.1M3 release of XWiki Platform Core,
XWiki Panels App and XWiki Enterprise, I'd like to perform the
releases of the following modules:
- Version 1 of xwiki-platform/pom
- Version 1.0 of xwiki-platform/xwiki-tools/ for build-tools and
packager
Note: I'll create a JIRA project for XWiki platform tools before
doing the release.
Here's my +1
Thanks
-Vincent
Hello all,
What is $msg variable, and where can I read more about it? (is not in xwikivars.vm...) And how does $msg.get() works?
Please, I really need some help. I want to include support for languages in my datepicker and Sergiu told me to put the strings in ApplicationRessources.properties and now I'm trying to get them in a js file with $msg.get("core.datepicker.somethingdefinedbymehere"), but it seems that the server does not know how $msg is, but it knows who $xwiki, $context and all other are....
So please, please, I would like to know more about this variable or how to get the strings from ApplicatonRessources.
I'd really appreciate some help because I'm stuck on this....
Thank you very much,
Evelina
Hi developers,
In preparation for our upcoming releases using Maven2, I'm separating
our maven repo into 2:
- one for snapshots
- one for releases
This is required as I'd like then to sync our releases repo onto the
maven central repo.
This means that you need to modify your settings.xml file as
described on:
http://www.xwiki.org/xwiki/bin/view/Community/Building
Thanks and sorry for the inconvenience
-Vincent
Hi Sergiu and all committers,
On Jul 4, 2007, at 12:06 AM, Sergiu Dumitriu wrote:
> Author: sdumitriu
> Date: 2007-07-04 00:06:46 +0200 (Wed, 04 Jul 2007)
> New Revision: 3800
>
> Modified:
> xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/
> XWiki/Treeview
> Log:
> Changing line endings from Win to Linux, as this is the default.
What's important is that each SVN is configured properly. We
shouldn't consider linux as the default. This is not a good practice
AFAIK. Everyone should use line ending for his platform but make sure
to configure his subversion client to use native line endings:
http://www.apache.org/dev/version-control.html#https-svn
You should put this in your subversion config file:
http://www.apache.org/dev/svn-eol-style.txt
See also http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-7-
sect-2.3.5
I've put that up at http://www.xwiki.org/xwiki/bin/view/Community/
DevelopmentPractices
Thanks
-Vincent
Hi Stephane,
Maybe a quick word of what this is so that others know? Maybe a
README dropped in there would be good too.
Thanks
-Vincent
On Jun 22, 2007, at 4:05 PM, St??phane Lauri??re wrote:
> Author: slauriere
> Date: 2007-06-22 16:05:06 +0200 (Fri, 22 Jun 2007)
> New Revision: 3720
>
> Added:
> xwiki-sandbox/org.xwiki.model/
> Log:
> Initial import.
Hi All
I am new to XWiki and want to set it up on my local workstation (using
MySQL as the DB) , then modify the code and re-build it. I have the copy
of the code taken from the following SVN
URL:(**svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki/trunk**)
.Please suggest the methods for the following:
1. Ant targets for building XWiki (in all the modes)
2. deploy targets for XWiki
3. Changes in the code for MySQL other than the db properties in the
hibernate config (if any).
4. any other suggestions/precautions
Thanks
Gaurav
Hi,
I've started doing the exercise of breaking up XWiki Enterprise (aka
the default wiki) into applications. Here's what I came up with:
- Administration Application
User and Group management, etc
- Blog Application
- Calendar Application
- Class Wizard Application
- Help Application
Wiki Syntax Sheet and potentially other pages to help the user with
his wiki.
- Navigation Application
All pages that make it easy to navigate in a Wiki.
Includes What's New, Orphaned Pages, All Docs, Space Index,
Dashboard, RSS feeds for new pages/modified pages/comments.
- Photo Album Application
- Presentation Application
- Search Application
- Tag Application
Of course there also some documents in the Enterprise wiki that don't
belong to an application as they are specific (for example the
Main.WebHome page).
I have created these components in JIRA for the http://jira.xwiki.org/
jira/browse/XE project. In the future the idea is to move these
applications in SVN (as it's currently done for the Panels and
Selenium applications) and to create separate JIRA project for them.
Have I missed an application? WDYT?
Thanks
-Vincent