You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Continuum VMBuild Server <co...@apache.org> on 2008/05/08 05:54:42 UTC

[continuum] BUILD SUCCESSFUL: Commons i18n (Sandbox)

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=87783&projectId=180

Build statistics:
  State: Ok
  Previous State: Error
  Started at: Wed 7 May 2008 20:54:14 -0700
  Finished at: Wed 7 May 2008 20:54:35 -0700
  Total time: 21s
  Build Trigger: Forced
  Build Number: 10
  Exit code: 0
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.5.0_12
          OS name: "linux" version: "2.6.20-16-server" arch: "i386"
    
****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Java 5
Description: 


****************************************************************************
Test Summary:
****************************************************************************
Tests: 35
Failures: 0
Total time: 947

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Commons i18n (Sandbox)
[INFO]    task-segment: [clean, deploy]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/data/working-directory/180/target
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/classes
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/test-classes
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/site
[INFO] [antrun:run {execution: javadoc.resources}]
[INFO] Executing tasks
     [copy] Copying 2 files to /home/continuum/data/working-directory/180/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 14 source files to /home/continuum/data/working-directory/180/target/classes
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 16 source files to /home/continuum/data/working-directory/180/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/continuum/data/working-directory/180/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.commons.i18n.XMLMessageProviderTest
May 7, 2008 8:54:31 PM org.apache.commons.i18n.XMLMessageProvider <init>
SEVERE: Error while parsing message file
org.xml.sax.SAXParseException: Content is not allowed in prolog.
	at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1183)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
	at org.apache.commons.i18n.XMLMessageProvider.<init>(XMLMessageProvider.java:54)
	at org.apache.commons.i18n.XMLMessageProviderTest.testInstallResourceBundle(XMLMessageProviderTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: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(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec
Running org.apache.commons.i18n.LocalizedBundleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.commons.i18n.MessageManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.i18n.ResourceBundleMessageProviderTest
May 7, 2008 8:54:31 PM org.apache.commons.i18n.ResourceBundleMessageProvider getText
WARNING: No message entries found for bundle with key helloWorld
May 7, 2008 8:54:31 PM org.apache.commons.i18n.ResourceBundleMessageProvider getText
WARNING: No message entries found for bundle with key nonExistentId
May 7, 2008 8:54:31 PM org.apache.commons.i18n.ResourceBundleMessageProvider <init>
WARNING: Could not find resource bundle with base name nonExistentBundle, uninstalling it
May 7, 2008 8:54:31 PM org.apache.commons.i18n.ResourceBundleMessageProvider <init>
WARNING: Could not find resource bundle with base name nonExistentBundle, uninstalling it
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.commons.i18n.bundles.MessageBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.commons.i18n.LocalizedExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.commons.i18n.bundles.ErrorBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.commons.i18n.LocalizedErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.commons.i18n.bundles.TextBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.i18n.I18nUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.i18n.JdbcMessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec
Running org.apache.commons.i18n.LocalizedRuntimeExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.commons.i18n.MessageNotFoundExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /home/continuum/data/working-directory/180/target/commons-i18n-1.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /home/continuum/data/working-directory/180/target/commons-i18n-1.0-SNAPSHOT.jar to /home/continuum/.m2/repository/org/apache/commons/commons-i18n/1.0-SNAPSHOT/commons-i18n-1.0-SNAPSHOT.jar
[INFO] [deploy:deploy]
altDeploymentRepository = vmbuild.repo::default::file://localhost/home/continuum/data/commons
[INFO] Using alternate deployment repository vmbuild.repo::default::file://localhost/home/continuum/data/commons
[INFO] Retrieving previous build number from vmbuild.repo
Uploading: file://localhost/home/continuum/data/commons/org/apache/commons/commons-i18n/1.0-SNAPSHOT/commons-i18n-1.0-SNAPSHOT.jar
27K uploaded
[INFO] Retrieving previous metadata from vmbuild.repo
[INFO] Uploading repository metadata for: 'snapshot org.apache.commons:commons-i18n:1.0-SNAPSHOT'
[INFO] Retrieving previous metadata from vmbuild.repo
[INFO] Uploading repository metadata for: 'artifact org.apache.commons:commons-i18n'
[INFO] Retrieving previous metadata from vmbuild.repo
[INFO] Uploading project information for commons-i18n 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed May 07 20:54:34 PDT 2008
[INFO] Final Memory: 11M/24M
[INFO] ------------------------------------------------------------------------

****************************************************************************



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org