Unsubscribe -------------- Original message ---------------------- From: [EMAIL PROTECTED] > Send notifications mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xwiki.org/mailman/listinfo/notifications > 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 notifications digest..." > > > Today's Topics: > > 1. r6818 - in xwiki-platform: core/trunk/xwiki-core > web/trunk/gwt (vmassol (SVN)) > 2. [Issue] Commented: (XWIKI-1645) build time/test jars should > not be packaged with xwiki + possible bloat (Vincent Massol (JIRA)) > 3. r6819 - > > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl > (cvrabie (SVN)) > 4. r6820 - > > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests > (vmassol (SVN)) > 5. Build XWiki Enterprise::Trunk #1030 failed (tests failed: 1 > (1 new), passed: 267) ([EMAIL PROTECTED]) > 6. r6821 - > xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8 > (dward (SVN)) > 7. [Issue] Moved: (XWIKI-2008) Make the watchlist feature usable > in virtual mode (Jean-Vincent Drean (JIRA)) > 8. [Issue] Moved: (XPWATCHLIST-4) Make the watchlist feature > usable in virtual mode (Jean-Vincent Drean (JIRA)) > 9. Build XWiki Enterprise::1.2 #55 failing (tests failed: 2 (2 > new), passed: 266) ([EMAIL PROTECTED]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 14 Jan 2008 17:28:23 +0100 (CET) > From: vmassol (SVN) <[email protected]> > Subject: [xwiki-notifications] r6818 - in xwiki-platform: > core/trunk/xwiki-core web/trunk/gwt > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Author: vmassol > Date: 2008-01-14 17:28:23 +0100 (Mon, 14 Jan 2008) > New Revision: 6818 > > Modified: > xwiki-platform/core/trunk/xwiki-core/pom.xml > xwiki-platform/web/trunk/gwt/pom.xml > Log: > XWIKI-1645: build time/test jars should not be packaged with xwiki + possible > bloat > > Reverted the move to provided scope for the portlet api jar. It's not > currently > possible since XWiki Core has code that uses the Portlet API and this code is > executed even when run in a Servlet container. Removing this code will need > an > important rewrite that can only be done with the new XWiki 2.0 architecture. > > Modified: xwiki-platform/core/trunk/xwiki-core/pom.xml > =================================================================== > --- xwiki-platform/core/trunk/xwiki-core/pom.xml 2008-01-14 16:04:26 UTC > (rev 6817) > +++ xwiki-platform/core/trunk/xwiki-core/pom.xml 2008-01-14 16:28:23 UTC > (rev 6818) > @@ -318,7 +318,9 @@ > <groupId>portlet-api</groupId> > <artifactId>portlet-api</artifactId> > <version>1.0</version> > - <scope>provided</scope> > + <!-- TODO: Ideally the scope should be "provided". However before we > can > do this we'll need > + to fully remove all references to the Portlet API in XWiki Core > so > that using it in > + a Servlet environment will not fail with a ClassNotFoundException > --> > </dependency> > <dependency> > <groupId>struts</groupId> > > Modified: xwiki-platform/web/trunk/gwt/pom.xml > =================================================================== > --- xwiki-platform/web/trunk/gwt/pom.xml 2008-01-14 16:04:26 UTC (rev > 6817) > +++ xwiki-platform/web/trunk/gwt/pom.xml 2008-01-14 16:28:23 UTC (rev > 6818) > @@ -74,12 +74,6 @@ > <version>2.4</version> > <scope>provided</scope> > </dependency> > - <dependency> > - <groupId>portlet-api</groupId> > - <artifactId>portlet-api</artifactId> > - <version>1.0</version> > - <scope>provided</scope> > - </dependency> > </dependencies> > <build> > <plugins> > > > > ------------------------------ > > Message: 2 > Date: Mon, 14 Jan 2008 17:29:32 +0100 (CET) > From: "Vincent Massol (JIRA)" <[EMAIL PROTECTED]> > Subject: [xwiki-notifications] [Issue] Commented: (XWIKI-1645) build > time/test jars should not be packaged with xwiki + possible bloat > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > > [ > http://jira.xwiki.org/jira/browse/XWIKI-1645?page=com.atlassian.jira.plugin.syst > em.issuetabpanels:comment-tabpanel#action_21185 ] > > Vincent Massol commented on XWIKI-1645: > --------------------------------------- > > Reverted the move to provided scope for the portlet api jar. It's not > currently > possible since XWiki Core has code that uses the Portlet API and this code is > executed even when run in a Servlet container. Removing this code will need > an > important rewrite that can only be done with the new XWiki 2.0 architecture. > > > build time/test jars should not be packaged with xwiki + possible bloat > > ----------------------------------------------------------------------- > > > > Key: XWIKI-1645 > > URL: http://jira.xwiki.org/jira/browse/XWIKI-1645 > > Project: XWiki Platform > > Issue Type: Bug > > Components: Build, Infrastructure and Tests > > Affects Versions: 1.1 M3, 1.1 M4 > > Reporter: matthew payne > > Assigned To: Vincent Massol > > Fix For: 1.3 M1 > > > > > > xwiki already is huge with an abundance of jars. > > Many jars packaged with xwiki.war are not useful during runtime and add to > bloat. > > Someone needs to refine the build process so build time jars are not > > included > with runtime jars. > > examples of these are:servlet-api.jar(fixed), junit-3.8.1.jar, > jmock-1.0.1.jar, jtidy-8.0-20060801.131059-3-dev.jar > > ehcache.jar and oscache.jar (are two caching implementations really > > needed??) > > There maybe many others, but someone needs to go through with a fine tooth > comb > > ant-1.6.5.jar (maybe??) > > postlet-api-1.0.jar(???) > > jdom and dom4j e.g. two libs that do the same thing > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.xwiki.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > > ------------------------------ > > Message: 3 > Date: Mon, 14 Jan 2008 18:02:13 +0100 (CET) > From: cvrabie (SVN) <[email protected]> > Subject: [xwiki-notifications] r6819 - > > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl > > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Author: cvrabie > Date: 2008-01-14 18:02:13 +0100 (Mon, 14 Jan 2008) > New Revision: 6819 > > Modified: > > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl/CurrikiSpace.java > Log: > CURRIKI-1193 Some modifications done to the curriki space class > > Modified: > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl/CurrikiSpace.java > =================================================================== > --- > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl/CurrikiSpace.java 2008-01-14 16:28:23 UTC (rev > 6818) > +++ > xwiki-products/curriki/trunk/plugins/currikispacemanager/src/main/java/org/curri > ki/plugin/spacemanager/impl/CurrikiSpace.java 2008-01-14 17:02:13 UTC (rev > 6819) > @@ -68,15 +68,16 @@ > errors.put( this.VALIDATION_SPACE_EXISTS, "1" ); > > //same shortcut url > + //NOT WORKING > //List list = > context.getWiki().getStore().searchDocumentsNames("where doc.url='" + > this.getHomeShortcutURL() + "'", context); > //if(list!=null && list.size()>0) > - // errors.add( "There is already a group with this url! "); > + //errors.add( this.VALIDATION_URL_EXISTS, "1" ); > > //description is set > String desc = this.getDescription(); > if(desc.length() < 5 ) > errors.put( this.VALIDATION_DESC_SHORT, "1" ); > - if(desc.length() > 5 ) > + if(desc.length() > 960 ) > errors.put( this.VALIDATION_DESC_LONG, "1" ); > > //categories is set > > > > ------------------------------ > > Message: 4 > Date: Mon, 14 Jan 2008 18:04:46 +0100 (CET) > From: vmassol (SVN) <[email protected]> > Subject: [xwiki-notifications] r6820 - > > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests > > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Author: vmassol > Date: 2008-01-14 18:04:46 +0100 (Mon, 14 Jan 2008) > New Revision: 6820 > > Modified: > > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests/pom.xml > Log: > XWIKI-2002: PDF export not working anymore (Avalon dependency missing) > > Fixed invalid parent POM version (I merged trunk a bit too fast). > > Modified: > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests/pom.xml > =================================================================== > --- > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests/pom.xml 2008-01-14 17:02:13 UTC (rev 6819) > +++ > xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/ > misc-tests/pom.xml 2008-01-14 17:04:46 UTC (rev 6820) > @@ -27,7 +27,7 @@ > <parent> > <groupId>com.xpn.xwiki.products</groupId> > <artifactId>xwiki-enterprise-test</artifactId> > - <version>1.3-SNAPSHOT</version> > + <version>1.2-SNAPSHOT</version> > </parent> > <artifactId>xwiki-enterprise-test-misc</artifactId> > <name>XWiki Products - Enterprise - Misc. Functional Tests</name> > > > > ------------------------------ > > Message: 5 > Date: Mon, 14 Jan 2008 18:13:16 +0100 (CET) > From: [EMAIL PROTECTED] > Subject: [xwiki-notifications] Build XWiki Enterprise::Trunk #1030 > failed (tests failed: 1 (1 new), passed: 267) > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Build XWiki Enterprise::Trunk #1030 failed (tests failed: 1 (1 new), passed: > 267) > Agent: Default agent > Build results: > http://teamcity.xwiki.org/viewLog.html?buildId=7350&buildTypeId=bt7 > > Newly failed tests (1 test) > ================================================================== > com.xpn.xwiki.it.xmlrpc.AllTests.Validating Blog.Categories ================= > > > > ============================================================================ > Configure email notifications: > http://teamcity.xwiki.org/profile.html?init=1#notifications > > > ------------------------------ > > Message: 6 > Date: Mon, 14 Jan 2008 18:56:28 +0100 (CET) > From: dward (SVN) <[email protected]> > Subject: [xwiki-notifications] r6821 - > xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8 > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Author: dward > Date: 2008-01-14 18:56:28 +0100 (Mon, 14 Jan 2008) > New Revision: 6821 > > Modified: > xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm > Log: > - CURRIKI-1429 > - Logo is now clickable > > > Modified: > xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm > =================================================================== > --- xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm > 2008-01-14 17:04:46 UTC (rev 6820) > +++ xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm > 2008-01-14 17:56:28 UTC (rev 6821) > @@ -2097,7 +2097,9 @@ > #end > </div> > <div class="frame-inset-logo"> > +<a href="$s.getHomeURL()" title="$s.getDisplayTitle()" > alt="$s.getDisplayTitle()"> > <img src="$m_logo" width="$logowidth" height="$logoheight" > title="${s.getDisplayTitle()}" alt="${s.getDisplayTitle()}" /> > +</a> > </div> > <div class="frame-inset-description"> > $s.getDescription() > > > > ------------------------------ > > Message: 7 > Date: Mon, 14 Jan 2008 19:15:32 +0100 (CET) > From: "Jean-Vincent Drean (JIRA)" <[EMAIL PROTECTED]> > Subject: [xwiki-notifications] [Issue] Moved: (XWIKI-2008) Make the > watchlist feature usable in virtual mode > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > > [ > http://jira.xwiki.org/jira/browse/XWIKI-2008?page=com.atlassian.jira.plugin.syst > em.issuetabpanels:all-tabpanel ] > > Jean-Vincent Drean moved CHRONO-272 to XWIKI-2008: > -------------------------------------------------- > > Project: XWiki Platform (was: Chronopolys) > Key: XWIKI-2008 (was: CHRONO-272) > Workflow: XWiki Workflow (was: jira) > > > Make the watchlist feature usable in virtual mode > > ------------------------------------------------- > > > > Key: XWIKI-2008 > > URL: http://jira.xwiki.org/jira/browse/XWIKI-2008 > > Project: XWiki Platform > > Issue Type: Task > > Reporter: Jean-Vincent Drean > > Assigned To: Jean-Vincent Drean > > > > The watchlist plugin should create jobs only in the main wiki. Those jobs > should crawl all the wikis to get all the users and all the modified pages. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.xwiki.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > > ------------------------------ > > Message: 8 > Date: Mon, 14 Jan 2008 19:15:32 +0100 (CET) > From: "Jean-Vincent Drean (JIRA)" <[EMAIL PROTECTED]> > Subject: [xwiki-notifications] [Issue] Moved: (XPWATCHLIST-4) Make the > watchlist feature usable in virtual mode > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > > [ > http://jira.xwiki.org/jira/browse/XPWATCHLIST-4?page=com.atlassian.jira.plugin.s > ystem.issuetabpanels:all-tabpanel ] > > Jean-Vincent Drean moved XWIKI-2008 to XPWATCHLIST-4: > ----------------------------------------------------- > > Project: XWiki Watch List Plugin (was: XWiki Platform) > Key: XPWATCHLIST-4 (was: XWIKI-2008) > > > Make the watchlist feature usable in virtual mode > > ------------------------------------------------- > > > > Key: XPWATCHLIST-4 > > URL: http://jira.xwiki.org/jira/browse/XPWATCHLIST-4 > > Project: XWiki Watch List Plugin > > Issue Type: Task > > Reporter: Jean-Vincent Drean > > Assigned To: Jean-Vincent Drean > > > > The watchlist plugin should create jobs only in the main wiki. Those jobs > should crawl all the wikis to get all the users and all the modified pages. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.xwiki.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > > ------------------------------ > > Message: 9 > Date: Mon, 14 Jan 2008 19:16:32 +0100 (CET) > From: [EMAIL PROTECTED] > Subject: [xwiki-notifications] Build XWiki Enterprise::1.2 #55 failing > (tests failed: 2 (2 new), passed: 266) > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Build XWiki Enterprise::1.2 #55 failing (tests failed: 2 (2 new), passed: 266) > Agent: Default agent > Build results: > http://teamcity.xwiki.org/viewLog.html?buildId=7353&buildTypeId=bt29 > > Newly failed tests (2 tests) > ================================================================== > com.xpn.xwiki.it.xmlrpc.AllTests.testGetPageHistory ================= > junit.framework.AssertionFailedError: expected:<Mon Jan 14 18:53:35 CET > 2008> but was:<Mon Jan 14 18:53:36 CET 2008> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:280) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:71) > at > com.xpn.xwiki.it.xmlrpc.PagesTest.testGetPageHistory(PagesTest.java:178) > at > com.xpn.xwiki.it.xmlrpc.PagesTest.testGetPageHistory(PagesTest.java:178) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav > a:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at junit.framework.TestCase.runTest(TestCase.java:164) > at junit.framework.TestCase.runBare(TestCase.java:130) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:120) > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav > a:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(Abstra > ctDirectoryTestSuite.java:138) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirec > toryTestSuite.java:125) > at org.apache.maven.surefire.Surefire.run(Surefire.java:132) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav > a:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBoote > r.java:308) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879) > > com.xpn.xwiki.it.xmlrpc.AllTests.Validating Blog.Categories ================= > > Changes included (1 change) > ==================================================== > Change 6820 by vmassol (1 file): > XWIKI-2002: PDF export not working anymore (Avalon dependency missing) > > Fixed invalid parent POM version (I merged trunk a bit too fast). > > see more information about changed files: > http://teamcity.xwiki.org/viewLog.html?tab=buildChangesDiv&buildId=7353&buildTyp > eId=bt29 > > > ============================================================================ > Configure email notifications: > http://teamcity.xwiki.org/profile.html?init=1#notifications > > > ------------------------------ > > _______________________________________________ > notifications mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/notifications > > > End of notifications Digest, Vol 6, Issue 102 > *********************************************
_______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
