Changeset 2979


Ignore:
Timestamp:
06/03/13 12:39:00 (11 years ago)
Author:
olhsha
Message:

adding a sentence on making project in FleshBuilder? and some instructions on adding a run/debug profile for Flashbuilder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/README

    r2951 r2979  
    4747        - For NetBeans, simply open the POM as a project
    4848
     49When using FlashBuilder to develop the ComponentBrowserGui, create a porject by
     50"Import a Flex project from an FXP, ZIP, or project folder".
     51
    4952When using FlashBuilder to develop, make sure to configure the correct Flex SDK. It should
    5053be version 3.6, which you can download for free at <http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk>.
     
    7881So install them manually: go to ComponentBrowserGui/libs/ and run the commands in maveninstalllib.txt
    7982 
     83* Developing and Debugging "ComponentBrowserGui". First of all, make sure that ComponentRegistry-war
     84grabbed the newest version of the Gui. For this you do "mvn install" in ComponentBrowserGui, and
     85then compile the backend in ComponentRegistry. Second of all, you should know that you can run and
     86debug the Gui from FlashBuilder.  For this you need to edit "Run/Debug" in the project properties.
     87For instance,  if a bug to fix appears when fuilfilling the request
     88http://localhost:8080/ComponentRegistry/?item=clarin.eu:cr1:c_1288172614011&browserview=comments
     89you need to make this uri an "URI to launch". To do this, you duplicate one of the existing
     90scenarios in Run/debug menu, and then EDIT the duplicated version by changing its "name"
     91and  "URI or path to launch" in the corresponding way.
     92
     93 
     94 
    8095Installation
    8196------------
Note: See TracChangeset for help on using the changeset viewer.