Changeset 5149 in osm for applications


Ignore:
Timestamp:
2007-10-24T08:06:59+02:00 (17 years ago)
Author:
joerg
Message:

nsis/josm-setup-unix.sh: Bug in Directory changing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup-unix.sh

    r5148 r5149  
    1717### Build the Complete josm + Plugin Stuff
    1818if true; then
    19     echo "Build the Complete josm Stuff"
    20    
    21     echo "Compile Josm"
    22     cd ../core
    23     ant clean
    24     ant compile || exit -1
    25     cd ..
     19    (
     20        echo "Build the Complete josm Stuff"
    2621       
    27     echo "Compile Josm Plugins"
    28     cd plugins
    29     ant clean
    30     ant dist || exit -1
     22        echo "Compile Josm"
     23        cd ../core
     24        ant clean
     25        ant compile || exit -1
     26        cd ..
     27       
     28        echo "Compile Josm Plugins"
     29        cd plugins
     30        ant clean
     31        ant dist || exit -1
     32        ) || exit -1
    3133fi
    3234
    3335
    34 ##################################################################
    35 ### Copy the required Stuff into the download Directory
     36echo
     37echo "##################################################################"
     38echo "### Copy the required Stuff into the download Directory"
    3639mkdir -p downloads
    3740(
     
    4649)
    4750
    48 ##################################################################
    49 ### convert jar to exe
     51echo
     52echo "##################################################################"
     53echo "### convert jar to exe with launch4j"
    5054# (makes attaching to file extensions a lot easier)
    5155# launch4j - http://launch4j.sourceforge.net/
    5256$LAUNCH4J ./launch4j.xml
    5357
    54 ##################################################################
    55 ### create the installer exe
     58echo
     59echo "##################################################################"
     60echo "### create the installer exe with makensis"
    5661# NSIS - http://nsis.sourceforge.net/Main_Page
    5762# apt-get install nsis
Note: See TracChangeset for help on using the changeset viewer.