[Geoserver-devel] ows4 build broken on character encodings

At least for poor windows users like myself ...

[INFO] Compilation failure
C:\java\geoserver\ows4\data\src\main\java\org\geoserver\data\test\MockGeoServerDataDirectory.java:[134,34] illegal character: \8240

This is from a fresh checkout; Justin do you mind hitting the character encoding button in eclipse (it should be able to scrub all your files in one go).

Cheers,
Jody

I get this error on linux ( sometimes... ). I know its strange.
Literally just try running the same command again. I need to spend some
time looking into this.

-Justin

Jody Garnett wrote:

At least for poor windows users like myself ...

[INFO] Compilation failure
C:\java\geoserver\ows4\data\src\main\java\org\geoserver\data\test\MockGeoServerDataDirectory.java:[134,34]
illegal character: \8240

This is from a fresh checkout; Justin do you mind hitting the character
encoding button in eclipse (it should be able to scrub all your files in
one go).

Cheers,
Jody

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

!DSPAM:1004,45a40e06116101527717022!

--
Justin Deoliveira
jdeolive@anonymised.com
The Open Planning Project
http://topp.openplans.org

Justin Deoliveira wrote:

I get this error on linux ( sometimes... ). I know its strange.
Literally just try running the same command again. I need to spend some
time looking into this.
  

Same result;
Jody

Okay after pestering Justin it has become apparent that OWS4 is a Java 1.4 *only* application; differences in xml and servlet API are cited as the cause.
Need to punt this onto a wiki page so the next person out of the gate does not bother justin.
- http://docs.codehaus.org/display/GEOSDEV/WFS1.1+Support

Cheers,
Jody

At least for poor windows users like myself ...

[INFO] Compilation failure
C:\java\geoserver\ows4\data\src\main\java\org\geoserver\data\test\MockGeoServerDataDirectory.java:[134,34] illegal character: \8240

This is from a fresh checkout; Justin do you mind hitting the character encoding button in eclipse (it should be able to scrub all your files in one go).

Cheers,
Jody

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
  

To compile yes!! This is has always been the case!!

I apologize, i mis-diagnosed your problem Jody. The problem is that some test cases use some extended latin characters which throws things off in windows. I don't know how to muck with encodings in windows so I will remove the offending characters for now.

Jody Garnett wrote:

Okay after pestering Justin it has become apparent that OWS4 is a Java 1.4 *only* application; differences in xml and servlet API are cited as the cause.
Need to punt this onto a wiki page so the next person out of the gate does not bother justin.
- http://docs.codehaus.org/display/GEOSDEV/WFS1.1+Support

Cheers,
Jody

At least for poor windows users like myself ...

[INFO] Compilation failure
C:\java\geoserver\ows4\data\src\main\java\org\geoserver\data\test\MockGeoServerDataDirectory.java:[134,34] illegal character: \8240

This is from a fresh checkout; Justin do you mind hitting the character encoding button in eclipse (it should be able to scrub all your files in one go).

Cheers,
Jody

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
  
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

!DSPAM:1004,45a53339287174750375898!

Thanks Justin ... I am good now (yes I know I need to turn on something for the community modules next, when I figure it out I will update the wiki page)
Do you mind if I punt in a simple service of some description? Jesse recommended the config module as a quick & useful one.

Jody

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] GeoServer ............................................. SUCCESS [3.078s]
[INFO] Core Platform Module .................................. SUCCESS [3.641s]
[INFO] Data Module ........................................... SUCCESS [14.640s]
[INFO] Main Module ........................................... SUCCESS [15.469s]
[INFO] Validation Module ..................................... SUCCESS [2.860s]
[INFO] Web Feature Service Module ............................ SUCCESS [3.703s]
[INFO] Web Map Service Module ................................ SUCCESS [6.843s]
[INFO] GeoServer Maven Plugins ............................... SUCCESS [0.016s]
[INFO] Configuration Deployment PlugIn ....................... SUCCESS [1.656s]
[INFO] Web Application Module ................................ SUCCESS [22.985s]
[INFO] Artifact Merger PlugIn ................................ SUCCESS [2.125s]
[INFO] GeoServer Plugin Archetype ............................ SUCCESS [0.140s]
[INFO] GeoServer Application Archetype ....................... SUCCESS [0.141s]
[INFO] Test Module ........................................... SUCCESS [42.703s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------

To compile yes!! This is has always been the case!!

I apologize, i mis-diagnosed your problem Jody. The problem is that some test cases use some extended latin characters which throws things off in windows. I don't know how to muck with encodings in windows so I will remove the offending characters for now.

Jody Garnett wrote:

Okay after pestering Justin it has become apparent that OWS4 is a Java 1.4 *only* application; differences in xml and servlet API are cited as the cause.
Need to punt this onto a wiki page so the next person out of the gate does not bother justin.
- http://docs.codehaus.org/display/GEOSDEV/WFS1.1+Support

Cheers,
Jody

At least for poor windows users like myself ...

[INFO] Compilation failure
C:\java\geoserver\ows4\data\src\main\java\org\geoserver\data\test\MockGeoServerDataDirectory.java:[134,34] illegal character: \8240

This is from a fresh checkout; Justin do you mind hitting the character encoding button in eclipse (it should be able to scrub all your files in one go).

Cheers,
Jody

-------------------------------------------------------------------------

Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
  
-------------------------------------------------------------------------

Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

!DSPAM:1004,45a53339287174750375898!