On 06/06/2011 03:12 PM, James Laska wrote:
On Mon, 2011-06-06 at 14:49 -0300, Lucas Meneghel Rodrigues wrote:
On Thu, 2011-06-02 at 09:53 -0400, James Laska wrote:
While updating the Fedora autotest package to the latest code, it seems that
the TestPlanner front-end does not successfully compile.  I believe it may
still be a work in progress, so I've disabled including it in the Django
settings.py.
Ok James, I've looked into this, and here are my thoughts:

1) I tested the patches using clean setups, and I've got planner to
compile, so I believe your glitch might be just a packaging glitch
Very well could be!  Any thoughts as to what I might be missing?

# python utils/compile_gwt_clients.py -c autotest.TestPlannerClient
15:10:51 INFO | Compiling client autotest.TestPlannerClient
15:10:51 DEBUG| Running 'java  -Xmx512M -cp
"/builddir/build/BUILD/autotest-0.13.0/frontend/client/src:/builddir/build/BUILD/autotest-0.13.0/frontend/client/bin:/usr/share/gwt/gwt-user.jar:/usr/share/gwt/gwt-dev.jar:/usr/share/gwt/gwt-incubator.jar"
 -Djava.awt.headless=true com.google.gwt.dev.Compiler -war 
"/builddir/build/BUILD/autotest-0.13.0/frontend/client/www.new"  
autotest.TestPlannerClient'
15:10:52 INFO | Error compiling autotest.TestPlannerClient, leaving old
client
15:10:52 ERROR| The following clients failed: autotest.TestPlannerClient

Are there additional Java dependencies needed to properly build the
TestPlannerClient?


James,

It'd be great to get DEBUG messages for the GWT compilation. You'd have to run something like (note the added '-logLevel DEBUG'):

# java -Xmx512M -cp "/builddir/build/BUILD/autotest-0.13.0/frontend/client/src:/builddir/build/BUILD/autotest-0.13.0/frontend/client/bin:/usr/share/gwt/gwt-user.jar:/usr/share/gwt/gwt-dev.jar:/usr/share/gwt/gwt-incubator.jar" -Djava.awt.headless=true com.google.gwt.dev.Compiler -war "/builddir/build/BUILD/autotest-0.13.0/frontend/client/www.new" -logLevel DEBUG autotest.TestPlannerClient'

Cheers!
CR.
2) We can turn the availability of the code using a config knob.
However, first we need to figure out whether we will keep the planner
front end in the autotest tree at all.

So I'm deferring this for upstream, please carry those patches on your
rpm for a little longer.
Okay.

Thanks,
James


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to