On 03/07/2013 03:47 AM, Nishanth Aravamudan wrote:
Hi Lucas,
On 27.02.2013 [23:01:39 -0300], Lucas Meneghel Rodrigues wrote:
From: Nishanth Aravamudan <[email protected]>
In FC18, the AfeClient-shell fails to launch for a couple of different
reasons. First, the dev jar is gwt-dev.jar not gwt-dev-linux.jar.
Second, the HostedMode instance is actually running on port 8888 by
default, not 8000.
Signed-off-by: Nishanth Aravamudan <[email protected]>
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
frontend/client/AfeClient-shell | 2 +-
frontend/client/EmbeddedTkoClient-shell | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/client/AfeClient-shell b/frontend/client/AfeClient-shell
index 04293e8..139854b 100755
--- a/frontend/client/AfeClient-shell
+++ b/frontend/client/AfeClient-shell
@@ -1,4 +1,4 @@
#!/bin/sh
APPDIR=`dirname $0`;
GWTDIR=`$APPDIR/gwt_dir`;
-java -cp
"$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar"
com.google.gwt.dev.HostedMode -ea -startupUrl
http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient
+java -cp
"$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-dev.jar:$GWTDIR/gwt-incubator.jar"
com.google.gwt.dev.HostedMode -startupUrl
http://localhost:8888/afe/server/autotest.AfeClient/AfeClient.htm
Hrm, I just rebased and noticed this line got truncated? It just ends
with "htm". Not quite sure what happened, but I'm guessing some patch
that was line-wrapped?
No, turns out the original patch was not applicable and I had to
replicate it by hand. A copy paste mistake explains the problem.
I'm sorry, I've pushed the changes adding the trailing 'l' at the line.
Thanks!
Lucas
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel