Sorry about all these failures. This is the first time we're doing
releases and the first run is always a bit chaotic. I'll get better.
Anyway, I have everything under control now and all should be fixed
and working by now ;)
Thanks
-Vincent
On Jul 5, 2007, at 2:40 PM, teamcity(a)xwiki.org wrote:
> Build XWiki Platform Tools::Maven2 #16 failing
> Agent: Default agent
> Build results: http://teamcity.xwiki.org/viewLog.html?
> buildId=481&buildTypeId=bt4
>
> Changes included (1 change)
> ====================================================
> Change 3824 by vmassol (1 file):
> Prepare for the XWiki Tools 1.0 release
>
> see more information about changed files: http://teamcity.xwiki.org/
> viewLog.html?tab=buildChangesDiv&buildId=481&buildTypeId=bt4
>
>
> ======================================================================
> ======
> Configure email notifications: http://teamcity.xwiki.org/
> profile.html?init=1#notifications
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