To all:
        Problem 1: Currently, our build script for compression does
three things:
                1) Compresses the JS files (using the Dojo toolkit's
custom_rhino.jar)
                2) Compresses the XSL files (using the jsjam perl
script)
                3) Takes the results of the the first two, and using a
combination of 
                        awk, sed, grep, find, sh, and anything else I
have laying around
                        to make a MapbuilderCompressed.js

        Problem 2: Shell scripts never quite run right under Windows.
        Problem 3: Roughly half of our developers (and unknown numbers
of users) are on Windows.

        We need a solution for all of this, ideally something that makes
#3 more maintainable.

        Currently, our build process involves ant calling a shell
script.

        I'm thinking about moving most of #3  of this to a single
script, in perl/python/ruby to allow
                for easier maintenance. I had talked about building a
custom ant task to solve this,
                but I don't believe in the additional overhead of making
a custom ant task.
                        (This would be: write the java file, compile it,
turn it into a jar, upload the jar to SVN)

        Any ideas?

Matthew D. Diez
Software Engineer - GIS and Meteorology
Innovative Emergency Management, Inc.
 

IEM CONFIDENTIAL INFORMATION PLEASE READ OUR NOTICE:
http://www.iem.com/e_mail_confidentiality_notice.html


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to