Cancelling. I will reroll.
Thx for your inputs :)

@stefano
Great tip to disable hbase test on windows. Thx!
Bringing back the app module in server? Maybe we could do this later, but for this release, I will leave it as such.

@fanuel @felix
Stefano and I don't have that test failure.
But jenkins have it, so I will disable the tests, jsieve manage code is there but is not used at all, and it's even not sure that it will stay in the server module.

Eric


On 02/03/12 10:25, Stefano Bagnara wrote:
Here on windows it builds successfully (disabling hbase tests):
it would be cool to automatically disable testing hbase module on
windows. No time to check in code, but here is a snippet I used in
other projects, maybe adding this to hbase module will simply work.
--------------
   <profiles>
     <profile>
       <id>noTest</id>
       <activation>
         <os><family>windows</family></os>
       <activation>
       <build>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <skipTests>true</skipTests>
             </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
   </profiles>
---------
(the same could be applied to mailbox hbase)

Also I found it is a waste of time to review james server without the
app module/binaries, so I didn't test if the code is able to run.
Please bring back the binary module.

Stefano

2012/3/2 Felix Knecht<[email protected]>:
I do have test failures building the tagged code. Is this only a problem of
mine?

Running org.apache.james.filesystem.api.SieveFileRepositoryTestCase
Tests run: 20, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
<<<  FAILURE!

Results :

Failed tests:
testListScripts(org.apache.james.filesystem.api.SieveFileRepositoryTestCase):
expected:<...>  but was:<...1>

Tests run: 20, Failures: 1, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache James Server ............................... SUCCESS [0.881s]
[INFO] Apache James Server Lifecycle API ................. SUCCESS [1.001s]
[INFO] Apache James Server Filesystem API ................ FAILURE [1.236s]
[INFO] Apache James Server Data API ...................... SKIPPED


mvn -version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /etc/alternatives/mvn
Java version: 1.7.0_02, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0_02/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.8-3.fc16.x86_64", arch: "amd64", family:
"unix"

Regards
Felix


On 03/01/2012 04:13 PM, Eric Charles wrote:

Hi there,

We still need your reviews and votes now for James server 3.0b4
artifacts release. Just after, we will be able to push the long awaited
app bundle.

So please cast your VOTE for Apache James Server 3.0b4 artifacts release:

[ ] +1 Please release
[ ] +0 No time to review
[ ] -1 Something is wrong

Release Notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10411&version=12317240


SVN tag:
https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/

Source tarball:

https://repository.apache.org/content/repositories/orgapachejames-004/org/apache/james/james-server/3.0-beta4/james-server-3.0-beta4-source-release.zip


Staging repository:
https://repository.apache.org/content/repositories/orgapachejames-004/

Thx.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


--
eric | http://about.echarles.net | @echarles

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to