• Welcome to KonaKart Community Forum. Please login or sign up.
 

OPC and developers toolkit (newbie)

Started by andrea.castelli, August 30, 2011, 01:08:08 pm

Previous topic - Next topic

andrea.castelli

Hi,
I'm at my first experience with GWT and OnePageCheckout. I followed the instructions at http://www.konakart.com/docs/OPC.html. The project has been compiled and the toolkit has been opened with root@localhost as user. Everything has worked as expected.

But in the folder "war" there are lot of files.
Which are the only files that I should copy to my konakart project after I will made my changes?

The log ends with this:

      Emitting resource 0A9476898799A150D840F0B1C3672921.cache.png
      Emitting resource 2298C9751FED8FC1A03F4808E66CFF5F.cache.html
      Emitting resource 2298C9751FED8FC1A03F4808E66CFF5F.symbolMap
      Emitting resource 396F806CD63ABD414BFBB9D57429F05B.cache.png
      Emitting resource 4D37C1DB388ADC527B22D0E4D5CA9DB2.cache.html
      Emitting resource 4D37C1DB388ADC527B22D0E4D5CA9DB2.symbolMap
      Emitting resource 4F8A3127CE0975A071AB3B0D72B8CB0D.cache.html
      Emitting resource 4F8A3127CE0975A071AB3B0D72B8CB0D.symbolMap
      Emitting resource 521819ADC02944F8EC91B2B7A4A1B40C.cache.html
      Emitting resource 521819ADC02944F8EC91B2B7A4A1B40C.symbolMap
      Emitting resource 81E78FE20537A0384A6B50BCCD0D6579.cache.html
      Emitting resource 81E78FE20537A0384A6B50BCCD0D6579.symbolMap
      Emitting resource CA352A3820CEF4678CA2290ECF5A5BF2.cache.html
      Emitting resource CA352A3820CEF4678CA2290ECF5A5BF2.symbolMap
      Emitting resource DF7764EEC1903CD03C9545B354D8D8E4.cache.png
      Emitting resource E44767377485D18D6B6864F65BA8EF73.cache.png
      Emitting resource E4E932214C82538BA412798EE4ED2062.gwt.rpc
      Emitting resource EDC7827FEEA59EE44AD790B1C6430C45.cache.png
      Emitting resource Konakart.html
      Emitting resource arrow_east_south.gif
      Emitting resource clear.cache.gif
      Emitting resource com.konakart.Konakart.nocache.js
      Emitting resource com.konakart.client.KKGWTServiceIf.rpc.log
      Emitting resource hosted.html
      Emitting resource icons/error.gif
      Emitting resource icons/success.gif
      Emitting resource images/de_DE/buttons/button_back.gif
      Emitting resource images/de_DE/buttons/button_confirm_order.gif
      Emitting resource images/de_DE/buttons/button_continue.gif
      Emitting resource images/de_DE/buttons/button_login.gif
      Emitting resource images/de_DE/buttons/button_update.gif
      Emitting resource images/en_GB/buttons/button_back.gif
      Emitting resource images/en_GB/buttons/button_confirm_order.gif
      Emitting resource images/en_GB/buttons/button_continue.gif
      Emitting resource images/en_GB/buttons/button_login.gif
      Emitting resource images/en_GB/buttons/button_update.gif
      Emitting resource images/es_ES/buttons/button_back.gif
      Emitting resource images/es_ES/buttons/button_confirm_order.gif
      Emitting resource images/es_ES/buttons/button_continue.gif
      Emitting resource images/es_ES/buttons/button_login.gif
      Emitting resource images/es_ES/buttons/button_update.gif
      Emitting resource images/loader.gif
      Emitting resource images/pt_BR/buttons/button_back.gif
      Emitting resource images/pt_BR/buttons/button_confirm_order.gif
      Emitting resource images/pt_BR/buttons/button_continue.gif
      Emitting resource images/pt_BR/buttons/button_login.gif
      Emitting resource images/pt_BR/buttons/button_update.gif
      Emitting resource manifest.txt
      Emitting resource pixel_trans.gif
      Emitting resource skin5.css
      Emitting resource skin_style.css
      Emitting resource splitPoints0.xml.gz
      Emitting resource splitPoints1.xml.gz
      Emitting resource splitPoints2.xml.gz
      Emitting resource splitPoints3.xml.gz
      Emitting resource splitPoints4.xml.gz
      Emitting resource splitPoints5.xml.gz
      Emitting resource table_background_account.gif
      Emitting resource table_background_confirmation.gif
      Emitting resource table_background_delivery.gif
      Emitting resource table_background_login.gif
      Emitting resource table_background_password_forgotten.gif
   Link succeeded
   Compilation succeeded -- 59.471s

I suppose that a good knowledge of GWT could be enough to answer to my question but I don't have it yet.

Thank you for any further advice.

Best regards.
Andrea

andrea.castelli

I studied GWT and Konakart OPC and I reply by myself:

all the html and js file should be copied in the WebContent folder (for eclipse users as me).
Styles and images are not necessary if you have to change the layout.

I think that are placed there to run the GWT development mode.

Advices are always welcome.

HTH
Andrea