[Geoserver-devel] 1.4.0-M0 Hit List

Hi all,

We are getting close to our first 1.4.x release. Here is a list of things that still need to be done.

1. Running Cite Tests
2. Testing Build Docs against Writing Guidelines
3. Release Guide
4. Programmers Guide

So if anyone is bored and feel like helping out please let me know.

-Justin

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

Justin Deoliveira wrote:

Hi all,

We are getting close to our first 1.4.x release. Here is a list of things that still need to be done.

1. Running Cite Tests
2. Testing Build Docs against Writing Guidelines

- requires an editor (who has an confluence account)
- best done by a new developer who does not know maven yet

3. Release Guide
4. Programmers Guide

So if anyone is bored and feel like helping out please let me know.

I am not bored but would like to write down what you want to see for the Programmers Guide above, I have looked at the GEOSDOC site and would like to know where to put which doc, and have a list of what remains to be written.

Chris? I expect that some of the "Experimental" work is best moved over to the GeoDEV site, and not listed in any "guide" at all, aka when these experiments are ready to merge back in they can prep pages for inclusion in the documentation. Is this your understanding?

Jody

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Justin Deoliveira wrote:

Hi all,

We are getting close to our first 1.4.x release. Here is a list of things that still need to be done.

1. Running Cite Tests
2. Testing Build Docs against Writing Guidelines
3. Release Guide
4. Programmers Guide

So if anyone is bored and feel like helping out please let me know.

-Justin

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja
va:130)
        at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)
        at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6
3)
        at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
        at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)
        ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

I will figure out what is happening with the Test, what it is failing..

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)

       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Nice catch Clint!

I think I fixed this so if you could update and try again that would be great. Also the property to skip tests is spelled wrong in your example its all lower case (-Dmaven.test.skip=true).

-Justin

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)
       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

Justin Deoliveira wrote:

Nice catch Clint!

I think I fixed this so if you could update and try again that would be great. Also the property to skip tests is spelled wrong in your example its all lower case (-Dmaven.test.skip=true).

I figured this one out now.. thanks anyway

-Justin

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)

       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Justin Deoliveira wrote:

Nice catch Clint!

I think I fixed this so if you could update and try again that would be great. Also the property to skip tests is spelled wrong in your example its all lower case (-Dmaven.test.skip=true).

You sure you commited it.. I get nothing on my side

-Justin

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)

       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

It is now :slight_smile:

Clint Lewis wrote:

Justin Deoliveira wrote:

Nice catch Clint!

I think I fixed this so if you could update and try again that would be great. Also the property to skip tests is spelled wrong in your example its all lower case (-Dmaven.test.skip=true).

You sure you commited it.. I get nothing on my side

-Justin

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)

       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

Hi Justin,

Another error I received

INFO: about to create map ctx for BasicPolygons with bounds Env[-2.0 : 2.0, -1.0 : 6.0]
java.io.FileNotFoundException: \tmp\testSimpleGetMapQuery.gif (The system cannot find the
path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at org.vfny.geoserver.wms.responses.map.GIFMapProducerTest.assertNotBlank(GIFMapPr
oducerTest.java:54)
        at org.vfny.geoserver.wms.responses.DefaultRasterMapProducerTest.testSimpleGetMapQ
uery(DefaultRasterMapProducerTest.java:118)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:2
42)
        at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
java.io.FileNotFoundException: \tmp\testDefaultStyle BasicPolygons.gif (The system cannot
find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at org.vfny.geoserver.wms.responses.map.GIFMapProducerTest.assertNotBlank(GIFMapPr
oducerTest.java:54)
        at org.vfny.geoserver.wms.responses.DefaultRasterMapProducerTest.testDefaultStyle(
DefaultRasterMapProducerTest.java:253)
        at org.vfny.geoserver.wms.responses.DefaultRasterMapProducerTest.testDefaultStyle(
DefaultRasterMapProducerTest.java:134)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:2
42)
        at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
java.io.FileNotFoundException: \tmp\testBlueLake.gif (The system cannot find the path spec
ified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at org.vfny.geoserver.wms.responses.map.GIFMapProducerTest.assertNotBlank(GIFMapPr
oducerTest.java:54)
        at org.vfny.geoserver.wms.responses.DefaultRasterMapProducerTest.testBlueLake(Defa
ultRasterMapProducerTest.java:190)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:2
42)
        at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
[surefire] org.vfny.geoserver.wms.responses.map.GIFMapProducerTest <<<<<<<< FAILURE !!
2006/05/29 01:55:18 org.vfny.geoserver.wms.responses.map.svg.EncodeSVG encode
INFO: SVG generated in 16 ms
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 37 seconds
[INFO] Finished at: Mon May 29 13:55:18 CAT 2006
[INFO] Final Memory: 14M/30M
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

It is now :slight_smile:

Clint Lewis wrote:

Justin Deoliveira wrote:

Nice catch Clint!

I think I fixed this so if you could update and try again that would be great. Also the property to skip tests is spelled wrong in your example its all lower case (-Dmaven.test.skip=true).

You sure you commited it.. I get nothing on my side

-Justin

Clint Lewis wrote:

Hi,

I ran firstly

mvn clean install assembly:assembly
and secondly

mvn clean install assembly:assembly -DMaven.test.skip=true

but I get this error on both accounts..
[INFO] [compiler:testCompile]
Compiling 22 source files to C:\projects\geoserver\1.4.x\test\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: C:\projects\geoserver\1.4.x\test\target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
java.lang.ExceptionInInitializerError
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.ja

va:130)
       at org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)

       at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUtils.java:6

3)
       at org.apache.maven.surefire.Surefire.instantiateBatteries(Surefire.java:262)

       at org.apache.maven.surefire.Surefire.run(Surefire.java:140)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
RUN ABORTED
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
       at org.vfny.geoserver.requests.RequestTestCase.<clinit>(RequestTestCase.java:44)

       ... 16 more
java.lang.ExceptionInInitializerError
org.apache.maven.surefire.Runner
An exception or error caused a run to abort.
null
[INFO] ------------------------------------------------------------------------

Justin Deoliveira wrote:

Cool, thanks Clint!

Why dont you start on the release docs. Update your 1.4.x source tree and document the process of using maven to build the release here:

http://docs.codehaus.org/display/GEOSDEV/2+Development

If you have any questions please feel free to ask.

-Justin

Clint Lewis wrote:

Hi Justin,

Well I a have time on my hands how can I help?

--
Kind Regards
Clint Lewis
IM Yahoo: louiecwza
IM MSN : louiecw@anonymised.com
IM Skype: louicw

Jody Garnett wrote:

Justin Deoliveira wrote:

Hi all,

We are getting close to our first 1.4.x release. Here is a list of things that still need to be done.

1. Running Cite Tests
2. Testing Build Docs against Writing Guidelines

- requires an editor (who has an confluence account)
- best done by a new developer who does not know maven yet

3. Release Guide
4. Programmers Guide

So if anyone is bored and feel like helping out please let me know.

I am not bored but would like to write down what you want to see for the Programmers Guide above, I have looked at the GEOSDOC site and would like to know where to put which doc, and have a list of what remains to be written.

Chris? I expect that some of the "Experimental" work is best moved over to the GeoDEV site, and not listed in any "guide" at all, aka when these experiments are ready to merge back in they can prep pages for inclusion in the documentation. Is this your understanding?

Yup, makes sense. Just update the links appropriately when you move the stuff over (if you do the right confluence moves it should be automatic).

All the docs are children and sub-children of: http://docs.codehaus.org/display/GEOSDOC/Experimental

     * Complex Feature Documentation
           o Complex Feature include
     * RelationshipDataStore
     * WCS and Raster Documentation
           o GeoServer WCS Specifications
           o GeoTiff
           o WCS include

Jody

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Chris Holmes
The Open Planning Project
http://topp.openplans.org