Revision 9e8e14e4 web_client/build.xml

b/web_client/build.xml
102 102
        <!--move file="${gwt.www.dir}/${gwt.module}/${gwt.module.class}.html" tofile="${gwt.www.dir}/${gwt.module}/index.html"/-->
103 103
	</target>
104 104

  
105
    <target name="uploadToVM" depends="gwt-compile">
106
        <scp todir="chstath@pithos.dev.grnet.gr:/var/www/pithos_web_client" keyfile="/home/chstath/.ssh/id_rsa" passphrase="r0bax45">
107
            <fileset dir="${gwt.www.dir}/${gwt.module}"/>
108
        </scp>
109
    </target>
110

  
105 111
	<target name="clean" description="Delete all build artifacts">
106 112
		<delete dir="${build.dir}"/>
107 113
	</target>
......
128 134
            <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=55555"/>
129 135
            <arg value="-war"/>
130 136
            <arg value="${gwt.www.dir}/${gwt.module}"/>
137
            <arg value="-noserver"/>
131 138
            <arg value="-startupUrl"/>
132
            <arg value="GSS.html"/>
139
            <arg value="http://127.0.0.1:8080/client/GSS.html"/>
133 140
            <arg value="${gwt.module}"/>
134 141
        </java>
135 142
    </target>

Also available in: Unified diff