Error in VO extension

Hi,
I have a requirement to extend a VO, i need to add 3 columns in the Select list of the Seeded VO Query.
when i try to extend the VO in JDev(10g) using VO wizards, i m getting the following error -
"Each Row in the query result columns must be mapped to a uniqueQuery Attribute in the Mapped Entity Columns"
i m not able to complete the VO extenstion steps of the wizards.
Please anyone can help me here and suggest some valuable inputs.
Thanks
Renu

Yes, i added 3 new column in the select.
My query is like
SELECT PPF.PERSON_ID ,
PPF.EFFECTIVE_START_DATE ,
PPF.EFFECTIVE_END_DATE ,
VAC.VACANCY_ID ,
PPB.PAY_BASIS_ID ,
PPP.PAY_PROPOSAL_ID ,
POV.VENDOR_ID ,
IPC.POSTING_CONTENT_ID ,
Sex.LOOKUP_TYPE ,
Sex.LOOKUP_CODE ,
MAR.LOOKUP_TYPE AS LOOKUP_TYPE1 ,
MAR.LOOKUP_CODE AS LOOKUP_CODE1 ,
TIT.LOOKUP_TYPE AS LOOKUP_TYPE2 ,
TIT.LOOKUP_CODE AS LOOKUP_CODE2 ,
PPF.APPLICANT_NUMBER ,
PPF.DATE_OF_BIRTH ,
PPF.EMAIL_ADDRESS ,
TIT.MEANING ,
PPF.FULL_NAME ,
PPF.FIRST_NAME ,
PPF.HONORS ,
PPF.LAST_NAME ,
PPF.KNOWN_AS ,
PPF.MIDDLE_NAMES ,
NAT.MEANING AS NATIONALITY ,
PPF.NATIONAL_IDENTIFIER ,
PPF.PREVIOUS_LAST_NAME ,
PPF.SUFFIX ,
Sex.MEANING AS MEANING1 ,
MAR.MEANING AS MARITAL_STATUS_MEANING ,
PPF.ATTRIBUTE_CATEGORY ,
PPF.ATTRIBUTE1 ,
PPF.ATTRIBUTE2 ,
PPF.ATTRIBUTE3 ,
PPF.ATTRIBUTE4 ,
PPF.ATTRIBUTE5 ,
PPF.ATTRIBUTE6 ,
PPF.ATTRIBUTE7 ,
PPF.ATTRIBUTE8 ,
PPF.ATTRIBUTE9 ,
PPF.ATTRIBUTE10 ,
PPF.ATTRIBUTE11 ,
PPF.ATTRIBUTE12 ,
PPF.ATTRIBUTE13 ,
PPF.ATTRIBUTE14 ,
PPF.ATTRIBUTE15 ,
PPF.ATTRIBUTE16 ,
PPF.ATTRIBUTE17 ,
PPF.ATTRIBUTE18 ,
PPF.ATTRIBUTE19 ,
PPF.ATTRIBUTE20 ,
PPF.ATTRIBUTE21 ,
PPF.ATTRIBUTE22 ,
PPF.ATTRIBUTE23 ,
PPF.ATTRIBUTE24 ,
PPF.ATTRIBUTE25 ,
PPF.ATTRIBUTE26 ,
PPF.ATTRIBUTE27 ,
PPF.ATTRIBUTE28 ,
PPF.ATTRIBUTE29 ,
PPF.ATTRIBUTE30 ,
PPF.PER_INFORMATION_CATEGORY ,
PPF.PER_INFORMATION1 ,
PPF.PER_INFORMATION2 ,
PPF.PER_INFORMATION3 ,
PPF.PER_INFORMATION4 ,
PPF.PER_INFORMATION5 ,
PPF.PER_INFORMATION6 ,
PPF.PER_INFORMATION7 ,
PPF.PER_INFORMATION8 ,
PPF.PER_INFORMATION9 ,
PPF.PER_INFORMATION10 ,
PPF.PER_INFORMATION11 ,
PPF.PER_INFORMATION12 ,
PPF.PER_INFORMATION13 ,
PPF.PER_INFORMATION14 ,
PPF.PER_INFORMATION15 ,
PPF.PER_INFORMATION16 ,
PPF.PER_INFORMATION17 ,
PPF.PER_INFORMATION18 ,
PPF.PER_INFORMATION19 ,
PPF.PER_INFORMATION20 ,
PPF.PER_INFORMATION21 ,
PPF.PER_INFORMATION22 ,
PPF.PER_INFORMATION23 ,
PPF.PER_INFORMATION24 ,
PPF.PER_INFORMATION25 ,
PPF.PER_INFORMATION26 ,
PPF.PER_INFORMATION27 ,
PPF.PER_INFORMATION28 ,
PPF.PER_INFORMATION29 ,
PPF.PER_INFORMATION30 ,
PPF.ORIGINAL_DATE_OF_HIRE ,
PPF.TOWN_OF_BIRTH ,
PPF.REGION_OF_BIRTH ,
COB.TERRITORY_SHORT_NAME AS COUNTRY_OF_BIRTH,
ORG.NAME AS ORG_NAME ,
ORG.ORGANIZATION_ID ,
VAC.NAME ,
VAC.DESCRIPTION ,
PPB.NAME AS NAME3 ,
PPB.PAY_BASIS ,
PPB.ANNUALIZED_HOURS ,
PPP.PROPOSED_SALARY_N ,
PPP.REVIEW_DATE ,
POV.VENDOR_NAME ,
IPC.NAME AS POSTING_NAME ,
(SELECT pet.input_currency_code
FROM PAY_INPUT_VALUES_F piv,
PAY_ELEMENT_TYPES_F pet
WHERE piv.input_value_id = PPB.input_value_id
AND trunc(sysdate) BETWEEN piv.effective_start_date AND piv.effective_end_date
AND pet.element_type_id = piv.element_type_id
AND trunc(sysdate) BETWEEN pet.effective_start_date AND pet.effective_end_date
) AS CURRENCY ,
IOF.OFFER_ID ,
IOF.DISCRETIONARY_JOB_TITLE ,
IOF.PROPOSED_START_DATE ,
IOF.EXPIRY_DATE ,
IOF.ATTRIBUTE_CATEGORY AS ATTRIBUTE_CATEGORY1 ,
IOF.ATTRIBUTE1 AS OFFERS_ATTRIBUTE1 ,
IOF.ATTRIBUTE2 AS OFFERS_ATTRIBUTE2 ,
IOF.ATTRIBUTE3 AS OFFERS_ATTRIBUTE3 ,
IOF.ATTRIBUTE4 AS OFFERS_ATTRIBUTE4 ,
IOF.ATTRIBUTE5 AS OFFERS_ATTRIBUTE5 ,
IOF.ATTRIBUTE6 AS OFFERS_ATTRIBUTE6 ,
IOF.ATTRIBUTE7 AS OFFERS_ATTRIBUTE7 ,
IOF.ATTRIBUTE8 AS OFFERS_ATTRIBUTE8 ,
IOF.ATTRIBUTE9 AS OFFERS_ATTRIBUTE9 ,
IOF.ATTRIBUTE10 AS OFFERS_ATTRIBUTE10 ,
IOF.ATTRIBUTE11 AS OFFERS_ATTRIBUTE11 ,
IOF.ATTRIBUTE12 AS OFFERS_ATTRIBUTE12 ,
IOF.ATTRIBUTE13 AS OFFERS_ATTRIBUTE13 ,
IOF.ATTRIBUTE14 AS OFFERS_ATTRIBUTE14 ,
IOF.ATTRIBUTE15 AS OFFERS_ATTRIBUTE15 ,
IOF.ATTRIBUTE16 AS OFFERS_ATTRIBUTE16 ,
IOF.ATTRIBUTE17 AS OFFERS_ATTRIBUTE17 ,
IOF.ATTRIBUTE18 AS OFFERS_ATTRIBUTE18 ,
IOF.ATTRIBUTE19 AS OFFERS_ATTRIBUTE19 ,
IOF.ATTRIBUTE20 AS OFFERS_ATTRIBUTE20 ,
IOF.ATTRIBUTE21 AS OFFERS_ATTRIBUTE21 ,
IOF.ATTRIBUTE22 AS OFFERS_ATTRIBUTE22 ,
IOF.ATTRIBUTE23 AS OFFERS_ATTRIBUTE23 ,
IOF.ATTRIBUTE24 AS OFFERS_ATTRIBUTE24 ,
IOF.ATTRIBUTE25 AS OFFERS_ATTRIBUTE25 ,
IOF.ATTRIBUTE26 AS OFFERS_ATTRIBUTE26 ,
IOF.ATTRIBUTE27 AS OFFERS_ATTRIBUTE27 ,
IOF.ATTRIBUTE28 AS OFFERS_ATTRIBUTE28 ,
IOF.ATTRIBUTE29 AS OFFERS_ATTRIBUTE29 ,
IOF.ATTRIBUTE30 AS OFFERS_ATTRIBUTE30 ,
PAF.ASSIGNMENT_ID ,
PAF.EFFECTIVE_START_DATE AS EFFECTIVE_START_DATE1,
PAF.EFFECTIVE_END_DATE AS EFFECTIVE_END_DATE1 ,
PAF.DATE_PROBATION_END ,
PAF.NORMAL_HOURS ,
PAF.PERF_REVIEW_PERIOD ,
PAF.PERF_REVIEW_PERIOD_FREQUENCY ,
PAF.SAL_REVIEW_PERIOD ,
PAF.SAL_REVIEW_PERIOD_FREQUENCY ,
PAF.TIME_NORMAL_START ,
PAF.TIME_NORMAL_FINISH ,
PAF.ASS_ATTRIBUTE_CATEGORY ,
PAF.ASS_ATTRIBUTE1 ,
PAF.ASS_ATTRIBUTE2 ,
PAF.ASS_ATTRIBUTE3 ,
PAF.ASS_ATTRIBUTE4 ,
PAF.ASS_ATTRIBUTE5 ,
PAF.ASS_ATTRIBUTE6 ,
PAF.ASS_ATTRIBUTE7 ,
PAF.ASS_ATTRIBUTE8 ,
PAF.ASS_ATTRIBUTE9 ,
PAF.ASS_ATTRIBUTE10 ,
PAF.ASS_ATTRIBUTE11 ,
PAF.ASS_ATTRIBUTE12 ,
PAF.ASS_ATTRIBUTE13 ,
PAF.ASS_ATTRIBUTE14 ,
PAF.ASS_ATTRIBUTE15 ,
PAF.ASS_ATTRIBUTE16 ,
PAF.ASS_ATTRIBUTE17 ,
PAF.ASS_ATTRIBUTE18 ,
PAF.ASS_ATTRIBUTE19 ,
PAF.ASS_ATTRIBUTE20 ,
PAF.ASS_ATTRIBUTE21 ,
PAF.ASS_ATTRIBUTE22 ,
PAF.ASS_ATTRIBUTE23 ,
PAF.ASS_ATTRIBUTE24 ,
PAF.ASS_ATTRIBUTE25 ,
PAF.ASS_ATTRIBUTE26 ,
PAF.ASS_ATTRIBUTE27 ,
PAF.ASS_ATTRIBUTE28 ,
PAF.ASS_ATTRIBUTE29 ,
PAF.ASS_ATTRIBUTE30 ,
PAF.PROJECT_TITLE ,
JOB.JOB_ID ,
JOB.NAME AS NAME2 ,
ADDR.ADDRESS_ID ,
ADDR.ADDRESS_LINE1 ,
ADDR.ADDRESS_LINE2 ,
ADDR.ADDRESS_LINE3 ,
ADT.MEANING AS ADDRESS_TYPE ,
TER.TERRITORY_SHORT_NAME AS COUNTRY ,
ADDR.POSTAL_CODE ,
ADDR.REGION_1 ,
ADDR.REGION_2 ,
ADDR.REGION_3 ,
ADDR.TOWN_OR_CITY ,
ADDR.DERIVED_LOCALE ,
GRD.NAME AS NAME1 ,
GRD.GRADE_ID ,
LOC.STYLE ,
LOC.ADDRESS_LINE_1 AS ADDRESS_LINE11 ,
LOC.ADDRESS_LINE_2 AS ADDRESS_LINE21 ,
LOC.ADDRESS_LINE_3 AS ADDRESS_LINE31 ,
LOC.TOWN_OR_CITY AS TOWN_OR_CITY1 ,
LOC.COUNTRY AS COUNTRY1 ,
LOC.POSTAL_CODE AS POSTAL_CODE1 ,
LOC.REGION_1 AS REGION11 ,
LOC.REGION_2 AS REGION21 ,
LOC.REGION_3 AS REGION31 ,
LOC.DERIVED_LOCALE AS DERIVED_LOCALE1 ,
LOC.LOCATION_ID ,
POS.NAME AS POSITION_NAME ,
POS.POSITION_ID ,
POS.EFFECTIVE_START_DATE AS POS_EFFECTIVE_START_DATE ,
POS.EFFECTIVE_END_DATE AS POS_EFFECTIVE_END_DATE ,
MGRTIT.MEANING AS MANAGER_TITLE_MEANING ,
MGR.FULL_NAME AS FULL_NAME1 ,
MGR.EFFECTIVE_START_DATE AS MGR_EFFECTIVE_START_DATE ,
MGR.EFFECTIVE_END_DATE AS MGR_EFFECTIVE_END_DATE ,
MGR.FIRST_NAME AS MANAGER_FIRST_NAME ,
MGR.LAST_NAME AS MANAGER_LAST_NAME ,
MGR.HONORS AS MANAGER_HONORS ,
MGR.KNOWN_AS AS MANAGER_KNOWN_AS ,
MGR.PERSON_ID AS PERSON_ID1 ,
MGRTIT.LOOKUP_TYPE AS LOOKUP_TYPE4 ,
MGRTIT.LOOKUP_CODE AS LOOKUP_CODE4 ,
MGRPHN.PHONE_NUMBER AS MGR_PHONE_NUMBER ,
MGRPHN.PHONE_ID ,
MGRFAX.PHONE_NUMBER AS MGR_FAX_NUMBER ,
MGRFAX.PHONE_ID AS PHONE_ID1 ,
RECTIT.MEANING AS RECRUITER_TITLE_MEANING ,
REC.FULL_NAME AS RECRUITER_FULL_NAME ,
REC.EFFECTIVE_START_DATE AS EFFECTIVE_START_DATE2 ,
REC.EFFECTIVE_END_DATE AS EFFECTIVE_END_DATE2 ,
REC.FIRST_NAME AS FIRST_NAME2 ,
REC.LAST_NAME AS LAST_NAME2 ,
REC.HONORS AS HONORS2 ,
REC.KNOWN_AS AS KNOWN_AS2 ,
REC.PERSON_ID AS PERSON_ID2 ,
RECTIT.LOOKUP_TYPE AS LOOKUP_TYPE3 ,
RECTIT.LOOKUP_CODE AS LOOKUP_CODE3 ,
RECPHN.PHONE_NUMBER AS REC_PHONE_NUMBER ,
RECPHN.PHONE_ID AS PHONE_ID2 ,
RECFAX.PHONE_NUMBER AS REC_FAX_NUMBER3 ,
RECFAX.PHONE_ID AS PHONE_ID3 ,
MGR.EMAIL_ADDRESS AS MANAGER_EMAIL_ADDRESS ,
MGR.EMPLOYEE_NUMBER AS MANAGER_EMPLOYEE_NUMBER ,
ORG.NAME AS BUSINESS_GROUP_NAME ,
HAOI.ORGANIZATION_ID AS BUSINESS_GROUP_ID ,
HAOI.ORG_INFORMATION_ID ,
HAOI.ORG_INFORMATION_CONTEXT ,
HAOI.ORG_INFORMATION1 AS BG_SHORT_NAME ,
HAOI.ORG_INFORMATION2 ,
HAOI.ORG_INFORMATION3 ,
HAOI.ORG_INFORMATION4 ,
HAOI.ORG_INFORMATION5 ,
HAOI.ORG_INFORMATION6 ,
HAOI.ORG_INFORMATION7 ,
HAOI.ORG_INFORMATION8 ,
HAOI.ORG_INFORMATION9 AS BG_LEGISLATION_CODE ,
HAOI.ORG_INFORMATION10 AS BG_CURRENCY_CODE ,
HAOI.ORG_INFORMATION11 ,
HAOI.ORG_INFORMATION12 ,
HAOI.ORG_INFORMATION13 ,
HAOI.ORG_INFORMATION14 ,
HAOI.ORG_INFORMATION15 ,
HAOI.ORG_INFORMATION16 ,
HAOI.ORG_INFORMATION17 ,
HAOI.ORG_INFORMATION18 ,
HAOI.ORG_INFORMATION19 ,
HAOI.ORG_INFORMATION20 ,
JOB.JOB_INFORMATION3 ,
PAF.EMPLOYMENT_CATEGORY ,
PAF.FREQUENCY ,
PAF.PROBATION_PERIOD ,
PAF.PROBATION_UNIT ,
PAF.NOTICE_PERIOD ,
PAF.NOTICE_PERIOD_UOM ,
PAF.EMPLOYEE_CATEGORY ,
PAF.WORK_AT_HOME ,
PAF.JOB_POST_SOURCE_NAME ,
PAF.PERIOD_OF_PLACEMENT_DATE_START ,
PAF.ASSIGNMENT_CATEGORY ,
PAF.APPLICANT_RANK ,
PAF.PROJECTED_ASSIGNMENT_END
FROM PER_ALL_PEOPLE_F PPF ,
PER_ALL_VACANCIES VAC ,
PER_ADDRESSES ADDR ,
PER_GRADES_VL GRD ,
PER_JOBS_VL JOB ,
PER_PAY_BASES PPB ,
PER_PAY_PROPOSALS PPP ,
PO_VENDORS POV ,
IRC_AGENCY_VACANCIES IAV ,
IRC_OFFERS IOF ,
PER_ALL_ASSIGNMENTS_F PAF ,
IRC_POSTING_CONTENTS_VL IPC ,
HR_LOOKUPS Sex ,
HR_LOOKUPS MAR ,
HR_LOOKUPS TIT ,
HR_LOCATIONS_ALL_VL LOC ,
HR_ALL_ORGANIZATION_UNITS_VL ORG,
HR_ALL_POSITIONS_F_VL POS ,
PER_ALL_PEOPLE_F MGR ,
PER_ALL_PEOPLE_F REC ,
HR_LOOKUPS MGRTIT ,
HR_LOOKUPS RECTIT ,
PER_PHONES MGRPHN ,
PER_PHONES MGRFAX ,
PER_PHONES RECPHN ,
PER_PHONES RECFAX ,
HR_LOOKUPS NAT ,
FND_TERRITORIES_VL COB ,
HR_LOOKUPS ADT ,
FND_TERRITORIES_VL TER ,
HR_ORGANIZATION_INFORMATION HAOI
WHERE IOF.offer_assignment_id = PAF.assignment_id
AND trunc(sysdate) BETWEEN PAF.effective_start_date AND PAF.effective_end_date
AND PAF.person_id = PPF.person_id
AND trunc(sysdate) BETWEEN PPF.effective_start_date AND PPF.effective_end_date
AND PAF.vacancy_id = VAC.vacancy_id
AND PAF.grade_id = GRD.grade_id(+)
AND PAF.job_id = JOB.job_id(+)
AND PAF.pay_basis_id = PPB.pay_basis_id(+)
AND PAF.assignment_id = PPP.assignment_id(+)
AND PAF.location_id = LOC.location_id(+)
AND PAF.organization_id = ORG.organization_id(+)
AND ORG.business_group_id = HAOI.organization_id
AND HAOI.org_information_context = 'Business Group Information'
AND PAF.position_id = POS.position_id(+)
AND IOF.ADDRESS_ID = ADDR.address_id(+)
AND VAC.vacancy_id = IAV.vacancy_id(+)
AND IAV.agency_id = POV.vendor_id(+)
AND VAC.primary_posting_id = IPC.posting_content_id(+)
AND PPF.sex = SEX.lookup_code(+)
AND SEX.lookup_type(+) = 'SEX'
AND PPF.title = TIT.lookup_code(+)
AND TIT.lookup_type(+) = 'TITLE'
AND PPF.marital_status = MAR.lookup_code(+)
AND MAR.lookup_type(+) = 'MAR_STATUS'
AND PAF.supervisor_id = MGR.person_id(+)
AND trunc(sysdate) BETWEEN MGR.effective_start_date(+) AND MGR.effective_end_date (+)
AND PAF.recruiter_id = REC.person_id(+)
AND trunc(sysdate) BETWEEN REC.effective_start_date(+) AND REC.effective_end_date (+)
AND MGR.title = MGRTIT.lookup_code(+)
AND MGRTIT.lookup_type(+) = 'TITLE'
AND REC.title = RECTIT.lookup_code(+)
AND RECTIT.lookup_type(+) = 'TITLE'
AND IOF.offer_id =:1
AND MGR.PERSON_ID = MGRPHN.PARENT_ID(+)
AND MGRPHN.PARENT_TABLE(+) = 'PER_ALL_PEOPLE_F'
AND nvl(MGRPHN.phone_type(+),'W1') = 'W1'
AND trunc(sysdate) BETWEEN nvl(MGRPHN.date_from,trunc(sysdate)) AND NVL(MGRPHN.date_to,trunc(sysdate))
AND REC.PERSON_ID = RECPHN.PARENT_ID(+)
AND RECPHN.PARENT_TABLE(+) = 'PER_ALL_PEOPLE_F'
AND nvl(RECPHN.phone_type(+),'W1') = 'W1'
AND trunc(sysdate) BETWEEN nvl(RECPHN.date_from,trunc(sysdate)) AND NVL(RECPHN.date_to,trunc(sysdate))
AND MGR.PERSON_ID = MGRFAX.PARENT_ID(+)
AND MGRFAX.PARENT_TABLE(+) = 'PER_ALL_PEOPLE_F'
AND nvl(MGRFAX.phone_type(+),'F1') = 'WF'
AND trunc(sysdate) BETWEEN nvl(MGRFAX.date_from,trunc(sysdate)) AND NVL(MGRPHN.date_to,trunc(sysdate))
AND REC.PERSON_ID = RECFAX.PARENT_ID(+)
AND RECFAX.PARENT_TABLE(+) = 'PER_ALL_PEOPLE_F'
AND nvl(RECFAX.phone_type(+),'F1') = 'WF'
AND trunc(sysdate) BETWEEN nvl(RECFAX.date_from,trunc(sysdate)) AND NVL(RECFAX.date_to,trunc(sysdate))
AND PPF.nationality = NAT.lookup_code(+)
AND NAT.lookup_type(+) = 'NATIONALITY'
AND PPF.COUNTRY_OF_BIRTH = COB.TERRITORY_CODE(+)
AND ADDR.ADDRESS_TYPE = ADT.lookup_code(+)
AND ADT.lookup_type(+) = 'ADDRESS_TYPE'
AND ADDR.COUNTRY = TER.TERRITORY_CODE(+)
I have added 3 more columns like ADDR.ADD_INFORMATION13,ADDR.ADD_INFORMATION14,ADDR.ADD_INFORMATION15 in the select part..but its giving the same error. i m not able to complete the VO extension wizard's steps.
Thanks
Renu

Similar Messages

  • V. 9.1.1 - error about an extension being lost

    I installed latest version and get error 'system/library/Extensions/CNQL4801_ClassicNotSeize.kext" was installed improperly and cannot be used .... try reinstalling etc. Contact vendor.
    What does this mean because when I closed this window another came up and said iTunes installed ok.?
    Thanks.

    what's your version of iTunes ? go iTunes > about iTunes and check if you're on 9.1.1 (11).
    if so, get 9.1.1 (12) from here http://www.apple.com/itunes/download/ and run the installer over the existing installation.
    JGG

  • Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service. 

    Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service.  I would prefer to talk to someone directly.

    Are you using any disk cleaner or optimization tools like CleanMymac or Mackeeper?
    Regards,
    Ashutosh

  • Graphics tab in REBDBU: Internal error when implementing extension

    Hello,
    Seek your kind help please.
    I have entered in the building master data using REBDBE. We have a tab called Graphics. The pictures etc of the building are uploaded using a software called Korasoft. When i am clicking on the Graphics tab, it is entering the screen but immediately afterwards flashing the following message, "Internal error when implementing extension".
    Doing a F1 on the error message shows the foll details:
    "Diagnosis
    An internal error occurred during the implementation of a customer-specific enhancement. A CHANGE-API module was called with an object reference (parameter IO_OBJECT) that was not instantiated in the required activity for changing (02). The API modules are function modules and begin with API_RE_.
    Procedure
    Within the BAdI implementation, transfer the parameter IO_OBJECT from the BAdI method directly to the API module. Make sure that the transferred instance is allowed to be changed."
    I found that the SAP note 1139014 causes this error message to be generated. Note 1139014 forms a part of support pack level 13 (release 600). Recently we have upgraded our systems from support pack level 8 to support pack level 13. Naturally even this note got implemented at that time.
    But now this note is causing this error message and so I will be grateful if someone can please tell me how to rectify the error.
    Regards,
    Suvarghya Dutta
    Edited by: Suvarghya Dutta on Feb 11, 2009 5:30 PM

    Hi Fabio,
    I would kindly ask you appy the SAP note [1521903|https://service.sap.com/sap/support/notes/1521903] and proceed as described in the note to resolve the issue.
    Hope this information is helpful for you.
    Regards, Franz

  • Internal error when implementing extension

    Hello everyone
    At the moment I create a new contract (transaction RECN) an error occurs and I can not solve.
    Someone could help me?
    Internal error when implementing extension (see long text)
    Message no. RECAAP093
    Diagnosis
    Call of GET_EXTENSION( ) method for enhancement CL_FILACI_VICN01_EXTENSION failed.
    It tried to use an add-on or customer-specific enhancement that is not implemented in your system.
    To be able to determine the technical attributes of enhancement CL_FILACI_VICN01_EXTENSION, the RECA_STORABLE_EXT Business Add-In has to supply the desired information. However, this was not the case. In an implementation of RECA_STORABLE_EXT, the GET_OBJNAME_EXT( ) method must supply the required enhancement CL_FILACI_VICN01_EXTENSION.
    Below is example code for GET_OBJNAME_EXT( ):
    CASE ID_OBJNAME_STD.
        WHEN '...'.
          APPEND 'CL_FILACI_VICN01_EXTENSION' TO CT_OBJNAME_EXT.
      ENDCASE.
    For more information, refer to the documentation for the RECA_STORABLE_EXT Business Add-In.
    Start BAdI Builder
    Procedure
    Contact your system administrator.
    tks a lot!

    Hi Fabio,
    I would kindly ask you appy the SAP note [1521903|https://service.sap.com/sap/support/notes/1521903] and proceed as described in the note to resolve the issue.
    Hope this information is helpful for you.
    Regards, Franz

  • SPAM - DDIC_Activation Error Due to Extension Indexes

    Hi All,
    During SPAM Sp Stack Application ( SAP_KB Component , from SAPKB70106 to SAPKB70109) , I have encountered Following
    Error :
       Index USREXTID_IDM TI could not be activated
       Table USREXTID_IDM could not be activated
       Data Element EXTID_IDM_ISSUER was activated (error in the dependencies)
       Data Element EXTID_LONG was activated (error in the dependencies)
    The Current SP Level ( BI 7.01 System ) is as mentioned :
    SAP_ABA 701 04
    SAP_AKB 701 05
    SAP_BW   701 03
    PI_BASIS  701  03
    BI_COINT 704  002
    According to Note 1315662 - Activation Errors due to Extension Indexes :
    " 2. The correction consists of two parts that are delivered in separate Support Packages (19/20 and 04/05) for SAP_BASIS 7.00 and SAP_BASIS 7.01. If you import only the first of the two corrections in your system (in other words, for SAP_BASIS 7.00 Support Package 19 and 7.01 Support Package 04, but not for Support Package 20 or Support Package 05), errors that result in the second symptom may occur. "
    Current BSU SAP_BASIS SP Level is at 05 i.e. at SAP_BASIS 7.01 Lvl 05 > Still this " Duplication of  Indexes " error is occuring, which is puzzling !
    Error Messages are for EACH Package included in Queue i.e. SAPKB70106 to SAPKB70109  !
    On our other server ( APO system ) , we were facing this issue. And since this note was NOT APO Specific, we had decided
    to pro-actively apply this note 1315662.
    *It seems that, during the previous queue application of SAPKB105, this note was reset and is showing " in processing " status
    in  SNOTE as of now *
    Now, that Queues is Locked by SPAM , we can not even re-apply this note !!I
    appreciate for sharing your expertise on the issue and your time as well..
    Thanks,
    Regards,
    - Ishan

    Thanks Julius,
    This sap note: 1557909 solve my Problem.
    Regards,
    Kashinath

  • BOE R3 and VS2008 IIS Web Site Open Error Front Page Extensions Missing

    Hi,
    Can some please advise.
    We have BOE R3 deployed with TomCat.
    We have IIS for applications Development with VS 2008.
    I have added a the HowToScheduleCustom_VB to the IIS.
    When I Open the Web Site is VS 2008 I get an error Front Page Extensions Required.
    Are the Front Page Estensions required.?
    Or should we be using the Java Eclipse.?

    Are you trying to open the website on your development box (the one that has VS 2008 installed on it) or another server?  If it's on another server, you might want to check out this thread:
    http://forums.asp.net/t/1284716.aspx
    and the mskb article that it links to.
    -Eric

  • Error Code: U44M1P7 (Extension Manager  6.0.8 update)

    Error Code: U44M1P7 (Extension Manager  6.0.8 update)
    I'm getting above error.., Please advise

    Photoshop: Basic Troubleshooting steps to fix most issues
    Troubleshoot Update Errors
    Many update errors are caused by missing or modified files required by Photoshop, typically by a disk cleanup utility (Ex: CleanMyMac, MacKeeper, etc). Make sure you have the latest updates for your clean-up utilities or discontinue use.
    Explanations of error codes:
    U = Updater.
    44 = Install Update Error
    M1 = Automatic
    M2 = Standalone mode
    P = Patcher
    6 = Done With Errors
    7 = Installation Failed
    ISSUE: Installation failed. Error Code: U44M1P7, U44M2P7, U44M1P6
    SOLUTION: Run the installer. Reinstall Photoshop CS6 to repair/replace the missing/modified file. Select Help>Updates… to run the updater again. http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • Problem Create ANE,ArgumentError: Error #3500: The extension context does not have a method with the name

    I little confuse about build ANE, I already follow all the direction, but the error always #3500 when I try to call the ANE.
    I create ANE using java android.
    The tools I use : Flash Builder running on Win-64 win.7. I think I must straight to the point, here what i made it first step by step;
    1. I create the JAVA application first, with package senigo.extension.android then I create 3 file, Sample.java, SampleContext.java, PassTextFunction.java
    Sample.Java Source Code
    package senigo.extension.android;
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    public class Sample implements FREExtension {
      @Override
      public FREContext createContext(String arg0) {
      // TODO Auto-generated method stub
      Log.i("Sample", "createContext");
      return new SampleContext();
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Dispose");
      @Override
      public void initialize() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Initialize");
    SampleContext.Java Source Code
    package senigo.extension.android;
    import java.util.HashMap;
    import java.util.Map;
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREFunction;
    public class SampleContext extends FREContext {
      public SampleContext()
      Log.i("SampleContext", "constructor");
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "dispose");
      @Override
      public Map<String, FREFunction> getFunctions() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "getFunctions");
      Map<String, FREFunction> functionMap = new HashMap<String, FREFunction>();
      functionMap.put("passText", new PassTextFunction());
      return functionMap;
    PassTextFunction.Java Source Code
    package senigo.extension.android;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    import com.adobe.fre.FREFunction;
    import com.adobe.fre.FREObject;
    public class PassTextFunction implements FREFunction {
      @Override
      public FREObject call(FREContext arg0, FREObject[] arg1) {
      // TODO Auto-generated method stub
      FREObject result = null;
      try{
      result =  FREObject.newObject("Hello World");
      }catch(Exception e)
      return result;
    after all the file I create the jar file using click right on the tree view >> Export >> Jar File >> Sample.Jar (i already create jar file that just contain the src folder and after i frustrated, i create .jar file contain all the whole project folder but still didn't work out).
    Ok, After that I create project Flex Library Project, That's contain the actionscript to call the native and the extension.xml, here the code.
    Test.as Source Code, FYI : i already create public function and the static function the error still same #3500.
    package senigo.extension.android
      import flash.external.ExtensionContext;
      public class test
      private static var extContext:ExtensionContext = null;
      public function test()
      trace ("Test Constructor");
      if (!extContext)
      initExtension();
      public static function get passText():String
      trace ("Test Pass Text");
      if (!extContext)
      initExtension();
      return extContext.call("passText") as String;
      private static function initExtension():void
      trace ("Vibration Constructor: Create an extension context");
      extContext = ExtensionContext.createExtensionContext("senigo.extension.android", null);
    extension.xml source code
    FYI: in Flex when i put the Native Extension, they said must have Windows-x86 so I already create 3 ANE, that just contain Android-ARM , Contain Android-ARM and Default, Contain Android-ARM,Default and Windows-x86 but the error still same. I didn't got it where is the error.
    <extension xmlns="http://ns.adobe.com/air/extension/3.1">
      <id>senigo.extension.android</id>
      <versionNumber>1.0.0</versionNumber>
      <platforms>
      <platform name="Android-ARM">
      <applicationDeployment>
      <nativeLibrary>Sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      <!-- <platform name="Windows-x86">
      <applicationDeployment>
      <nativeLibrary>sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      -->
       <platform name="default">
    <applicationDeployment/>
    </platform>
      </platforms>
    </extension>
    After I create it, I copy the .swc file and extension file sample with the Sample.jar file.
    I extract the .swc file, copy the library.swf to folder Android-ARM,Default,Windows-86 and I create build.bat that contain the command like this
    adt -package  -storetype PKCS12 -keystore senigo.p12 -storepass l10nk1ng -target ane senigo.extension.android.ane extension.xml -swc AndroidLib.swc -platform Android-ARM -C ./Android-ARM/ . -platform default -C ./default/ .
    the I put the ane to Flex mobile project that I created:
    I run it but got error #3500, I really confuse?? what's wrong with my code? is there something I wrong or I Miss it?
    Please any one help me.. and when is already ane file can I debug it in Flex Mobile Project? I wanna looks the log.i code that i wrote but i confuse how to looking up in flash builder.
    at the end, I wanna said Sorry if my english not very goods, and thanks, because wanna see my problem and thank you very much if You can gave me a solution's

    Alex Rekish wrote:
    Why you comment Windows-x86 in your extension.xml ?
    I think that is a problem. You launch your application on Windows but ANE haven't got Windows-x86 implementation (also you don't include it while packaging). So your application use default implementation. But default implementation don't use any native code and cannot use ExtensionContext. And you got error.
    If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation.
    Thanks for you answer Alex Rekish, Sorry I didn't screen shoot all about the extension.xml. I comment it because the latest ANE that I build is contain Android-ARM and default. so I commented. but I already try it using just ANE that's just contain Android-ARM, with Android-ARM and windows-x86,and Android-ARM, and default, and Android-ARM,default,Windows-x86 the error still the same.
    here the screen shoot, I embeded the ane that's i contain Windows-x86
    in action script test.as I didn't change it anythings, I just play it on extension.xml to build the ane. is there any mistake over there? I interact with your answer that "If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation." I didn't need to user ExtensionContext? is means? in the actionscript? or in extension.xml? can you explained

  • Error while importing Extensions JPXImporter

    Hi,
    I am trying to deploy the Extensions and getting the error while running JPXImport utility
    Please suggest something
    java oracle.jrad.tools.xml.importer.JPXImporter
    $APPL_TOP/eam/11.5.10/java/OAProjectxx.jpx
    -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
    (HOST=Host IP)(PORT=1526)))(CONNECT_DATA=(SID=XXX)))"
    Error:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/tools/xml
    /importer/JPXImporter

    I have executed the following command in my instance shortwhile back with no issues:
    java oracle.jrad.tools.xml.importer.JPXImporter EAM.jpx -username apps -password apps -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=<ip of instance>)(PORT=1524))(CONNECT_DATA=(SID=<sid>)))"
    Kindly recheck your command.
    Regards
    Sumit

  • EEWB : Error while generating extension using wizard

    Folks,
    We are on CRM 5.0, am getting the following error when I try to create few custom fields using EEWB.
    While creating the project & extension, I gave #temp as the package (dev. class).
    when I try to start the wizard for creating new fields and provide the technical details and press 'complete' button, am getting the following error:
    <b>Task BUPA_CI_FILL CRDCLNTxxx
    Table BUT000_TD (Statements could not be generated)</b>
    Detailed Error message:
    Message no. DT066
    Diagnosis
    A requested database action could not be carried out.
    Procedure
    First try to repeat the action which caused this message. If the
    database action again cannot be carried out, find out the cause of the
    error using the analysis tool in the database utility. There might be an
    inconsistency between the table definition in the ABAP Dictionary and
    the existing nametab (runtime object for the table).
    Can you suggest what could be wrong here.
    Thanks in advance
    Guest01

    thanks Sudheer. I checked the syntax check and got the following log displayed.
    I can send you the description (long text) of some of these messages. could you have a look at them and give your inputs.
    Check table/structure BUT000_TD
               Check table BUT000_TD (USERID/05/25/07/06:21)
               Enhancement category 3 possible, but include or subty. not yet classified
               Several fields of type LANG: Select one of these as text language
               No data exists (structure change caused by DROP / CREATE)
               Error in code generation for deleting table BUT000_TD
               Table BUT000_TD (Statements could not be generated)
               Error number in DD_DECIDE (64)
               Check on table BUT000_TD resulted in errors

  • Error while deleting extension in EEWB transaction

    Hi Friends,
    When we tried to run EEWB - easy enhancemnet workbench in CRM system to extend new custom fields in Sales transactions, it gives an option to check the different systems where this new field data should be flown.
    Now due to some problem in the middle of running EEWB, we cancelled the process and deleted the extension created. But it is not deleting and displaying an error which is like this as below :
    "DataSource 0CRM_SALES_ORDER_I must be activated using transaction BWA5".
    We do not see any option in the BWA5 to activate this datasource and hence are unable to delete this extension to create a new one again.
    Help us with the process to be done to activate this and also the impact on the system after activation .
    Thanks & regards
    Raju.

    Hi
    ask in BusinessWarehouse forum how to activate it.
    regards
    Radek

  • After software updates - error message-  system extensions are not valid

    Every time now after installing SL, when apple update installs new software, an error message comes up - system extensions not valid, reinstall or ask the system administrator. it then goes through each extension that is wrong. it appears a lot of them are from oct 2007. What do I do about this?

    here are the extensions: most of them that sya are installed incorrectly
    AppleK2SATARoot.kext
    AppleMPIC.kext
    ATIRadeon8500GA.plugin
    ATIRadeon9700GA.plugin
    ATIRadeonGA.plugin
    ATIRadeonGLDriver.bundle
    ATIRadeon8500GLDriver.bundle
    ATIRadeon9700GLDriver.bundle
    GeForce2MXGLDriver.bundle
    GeForce3GLDriver.bundle
    GeForceFXGLDriver.bundle
    ATIRadeonDVDDriver.bundle
    AppleAltiVecDVDDriver.bundle
    ATIRadeon8500DVDDriver.bundle
    ATIRadeon9700DVDDriver.bundle
    ATIRadeon8500VADriver.bundle
    ATIRadeon9700VADriver.bundle
    ATIRadeon.kext
    ATIRadeon8500.kext
    ATIRadeon9700.kext
    NVDANV10Hal.kext
    NVDANV20Hal.kext
    NVDANV30Hal.kext
    AppleNDRV
    ATINDRV.kext
    ATIRNDRV.kext
    AudioDeviceTreeUpdater.kext
    AppleDallasDriver.kext
    IOI2CFamily.kext
    IOI2CControllerPMU.kext
    IOI2CControllerSMU.kext
    IOI2CControllerPPC.kext
    zfs.readonly.kext
    IOPCCardFamily.kext
    IOPlatformFunction.kext
    AppleMacRISC2PE.kext
    IOI2CPulsar.kext
    IOI2CCPUVoltage.kext
    IOI2CHWClock.kext
    IOI2CSlewClock.kext
    AppleHWClock.kext
    AppleMaxim6690.kext
    AppleMaxim1989.kext
    AppleLM7x.kext
    AppleLM8x.kext
    AppleSMUMonitor.kext
    IOI2CMaxim1989.kext
    IOI2CMaxim6690.kext
    IOI2CAD741x.kext
    IOI2CLM6x.kext
    IOI2CLM7x.kext
    IOI2CLM8x.kext
    IOI2CSMUSat.kext
    IOI2CMaxim1631.kext
    AppleI2S.kext
    AppleMacRiscPCI.kext
    IOI2CDeviceLMU.kext
    AppleLMUController.kext
    AppleMacRISC4PE.kext
    AppleMediaBay.kext
    seatbelt.kext
    AppleSym8xx.kext
    AppleThermal.kext
    AppleCore99NVRAM.kext
    AppleVSP.kext
    ApplePCCard16ATA.kext
    KeyLargoATA.kext
    IOADBFamily.kext
    ApplePCCardATA.kext
    AppleLED.kext
    AppleK2SATA.kext
    AppleKiwiRoot.kext
    AppleKiwiATA.kext
    AppleI2SModemFamily.kext
    AppleFlashNVRAM.kext
    AppleVIA.kext
    AppleFPButton.kext
    PMUMotionSensor.kext
    IOI2CMotionSensor.kext
    IOI2CDeviceFCU.kext
    AppleFCU.kext
    AppleI2C.kext
    AppleKauaiATA.kext
    AppleKeyLargo.kext
    AppleK2.kext
    AppleK2Driver.kext
    IOKeyLargo.kext
    AppleSPU.kext
    ApplePMU.kext
    CMD646Root.kext
    AppleSMU.kext
    MacIOGPIO.kext
    I2CGPIO.kext
    IOI2CDriveBayGPIO.kext
    AppleGPIO.kext
    AppleK2Fan.kext
    IOI2CADT746x.kext
    AppleFan.kext
    VirtualAudioDriver.kext
    AppleLM87.kext

  • Error while installing Extension Builder 3 in Eclipse

    Hi,
    While installing the extension builder 3.0 zip which was downloaded from pre release forum in eclipse 4.1 there is an error comming
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Adobe Extension Builder 3 1.0.0.201305101145 (com.adobe.cside.html.feature.feature.group 1.0.0.201305101145)
    I have FB4.6 and 4.7 installed in my machine with premiere pro cc and cs6
    Working with windows 7 64 bit machine.
    Please suggest a solution to complete the installation so that i can start development for Premiere pro CC HTML 5 panel.

    Hi,
    Here is my response to your questions:
    1. The HTML5 extensions will work almost exactly the same as Flex extensions in terms of distribution and where they are located. They can be packaged as a ZXP and the panel will appear under Window->Extensions.
    2. Extension Builder 2.1 comes with Flash Builder 4.6 included in the installer and both are installed at the same time. If the installer detects an already existing installation of Flash Builder 4.5 or 4.6, it will install the plugin into the already existing instance. Therefore you should not have to do anything apart from opening up Flash Builder 4.6 and starting coding. However, it may be that there has been a conflict between the EB 2.0 and EB 2.1 plugins. If you can I would recommend uninstall Flash Builder 4.6 and then installing Extension Builder 2.1 (please backup your FB 4.6 installation first).
    3. First, I'd like to clarify that Extension Builder 3.0 and Flash Builder 4.7 are not compatible (by design). For Extension Builder 3 you only need Eclipse, not Flash Builder, because it only supports making HTML5 panels, not Flash. I would recommend building the panel in Extension Builder 3. However, if you are just looking to migrate an existing panel which has a lot of ActionScript code to Premiere Pro CC, you can use Extension Builder 2.1 with Flash Builder 4.6.
    Best regards,
    Hallgrimur

  • [ERROR]   Unresolveable build extension

    Hello,
    This is my first time working with FlexPMD.  I'm trying to build it from source.  It builds for about 1/2 hour while downloading, then fails with an error that I cannot properly interpret. 
    Can someone suggest a resolution or identify the problem?
    This is on Mac 10.7 with Ant 1.8.1 and Java 1.6.0_33.
    Thank you!
    Steve
    mvn -X package amd
    Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
    Maven home: /usr/share/maven
    Java version: 1.6.0_33, vendor: Apple Inc.
    Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    Default locale: en_US, platform encoding: MacRoman
    OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"
    [INFO] Error stacktraces are turned on.
    [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
    [DEBUG] Reading user settings from /Users/erat/.m2/settings.xml
    [DEBUG] Using local repository at /Users/erat/.m2/repository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/erat/.m2/repository
    [INFO] Scanning for projects...
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd:pom:1.3-SNAPSHOT: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-flex-parent:pom:1.3-SNAPSHOT: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Created new class realm maven.api
    [DEBUG] Importing foreign packages into class realm maven.api
    [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
    [DEBUG]   Imported: org.apache.maven.exception < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.version < plexus.core
    [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
    [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
    [DEBUG]   Imported: org.apache.maven.execution < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
    [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
    [DEBUG]   Imported: org.apache.maven.usability < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
    [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.settings < plexus.core
    [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
    [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.cli < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
    [DEBUG]   Imported: org.apache.maven.project < plexus.core
    [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
    [DEBUG]   Imported: org.apache.maven.model < plexus.core
    [DEBUG]   Imported: org.apache.maven.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
    [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
    [DEBUG] Populating class realm maven.api
    [DEBUG] Created new class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG] Importing foreign packages into class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0
    [DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
    [DEBUG]   Included: log4j:log4j:jar:1.2.12
    [DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
    [DEBUG]   Included: com.google.code.google-collections:google-collect:jar:snapshot-20080530
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0
    [DEBUG]   Included: org.codehaus.groovy:groovy:jar:1.6.2
    [DEBUG]   Included: junit:junit:jar:3.8.2
    [DEBUG]   Included: org.apache.ant:ant:jar:1.7.1
    [DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.7.1
    [DEBUG]   Included: asm:asm-util:jar:2.2.3
    [DEBUG]   Included: asm:asm-analysis:jar:2.2.3
    [DEBUG]   Included: asm:asm-tree:jar:2.2.3
    [DEBUG]   Included: jline:jline:jar:0.9.94
    [DEBUG]   Included: javax.persistence:persistence-api:jar:1.0
    [DEBUG]   Included: antlr:antlr:jar:2.7.7
    [DEBUG]   Included: asm:asm:jar:2.2
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0
    [DEBUG]   Included: org.graniteds:granite-generator-share:jar:2.0.0.GA
    [DEBUG]   Included: org.codehaus.groovy:groovy-all:jar:1.6.2
    [DEBUG]   Included: javax.jdo:jdo2-api:jar:2.3-ea
    [DEBUG]   Included: javax.transaction:jta:jar:1.1
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0
    [DEBUG]   Included: com.adobe.flex:compiler:pom:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asdoc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-css:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-script:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-util:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:compc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:copylocale:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:digest:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:fcsh:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:fdb:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:optimizer:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:swfutils:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xalan:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958
    [DEBUG]   Included: com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958
    [DEBUG]   Included: dom4j:dom4j:jar:1.6.1
    [DEBUG]   Included: xml-apis:xml-apis:jar:1.0.b2
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
    [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10
    [DEBUG]   Included: commons-cli:commons-cli:jar:1.0
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
    [DEBUG]   Included: jaxen:jaxen:jar:1.1
    [DEBUG]   Included: jdom:jdom:jar:1.0
    [DEBUG]   Included: xerces:xercesImpl:jar:2.6.2
    [DEBUG]   Included: xom:xom:jar:1.0
    [DEBUG]   Included: xerces:xmlParserAPIs:jar:2.6.2
    [DEBUG]   Included: xalan:xalan:jar:2.6.0
    [DEBUG]   Included: com.ibm.icu:icu4j:jar:2.6.1
    [DEBUG]   Included: org.graniteds:granite-generator:jar:1.1.0
    [DEBUG]   Included: org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5
    [DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4
    [DEBUG]   Included: biz.aQute:bndlib:jar:0.0.145
    [DEBUG]   Included: org.apache.maven.shared:maven-osgi:jar:0.2.0
    [DEBUG]   Included: org.eclipse.core:resources:jar:3.3.0-v20070604
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2
    [DEBUG]   Included: commons-validator:commons-validator:jar:1.1.4
    [DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7
    [DEBUG]   Included: oro:oro:jar:2.0.7
    [DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7
    [DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6
    [DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.2
    [DEBUG]   Included: plexus:plexus-utils:jar:1.0.2
    [DEBUG]   Included: commons-collections:commons-collections:jar:2.0
    [DEBUG]   Included: velocity:velocity:jar:1.4
    [DEBUG]   Included: velocity:velocity-dep:jar:1.4
    [DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7
    [DEBUG]   Included: commons-lang:commons-lang:jar:2.4
    [DEBUG]   Included: commons-io:commons-io:jar:1.4
    [DEBUG]   Included: commons-httpclient:commons-httpclient:jar:3.1
    [DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
    [DEBUG]   Included: commons-codec:commons-codec:jar:1.3
    [DEBUG]   Included: org.apache.maven.plugins:maven-source-plugin:jar:2.0.4
    [DEBUG]   Included: de.java2html:java2html:jar:5.0
    [DEBUG]   Included: org.aspectj:aspectjrt:jar:1.6.5
    [DEBUG]   Included: eu.cedarsoft.utils:zip:jar:1.1
    [DEBUG]   Included: eu.cedarsoft:guice-annotations:jar:1.0
    [DEBUG]   Included: com.intellij:annotations:jar:6.0.3
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6
    [DEBUG]   Included: org.jvnet:animal-sniffer-annotation:jar:1.0
    [DEBUG]   Included: org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0
    [DEBUG]   Included: net.sf.saxon:saxon-dom:jar:9.0
    [DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.2
    [DEBUG]   Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-ruleset-creator:swf:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Created new class realm project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT
    [DEBUG] Populating class realm project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT
    [DEBUG] Looking up lifecyle mappings for packaging swf from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-violations-viewer:swf:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Looking up lifecyle mappings for packaging swf from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] Extension realms for project com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT: [ClassRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]]
    [DEBUG] Looking up lifecyle mappings for packaging swc from ClassRealm[project>com.adobe.ac:flex-pmd-ruleset-creator:1.3-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
    [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:3.5.0:
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-api:jar:3.5.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.6:compile
    [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:1.4:compile
    [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]             log4j:log4j:jar:1.2.12:compile
    [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-1.1.0:jar:3.5.0:compile
    [DEBUG]       org.codehaus.groovy:groovy:jar:1.6.2:compile
    [DEBUG]          junit:junit:jar:3.8.2:compile
    [DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
    [DEBUG]          org.apache.ant:ant-launcher:jar:1.7.1:compile
    [DEBUG]          asm:asm-util:jar:2.2.3:compile
    [DEBUG]          asm:asm-analysis:jar:2.2.3:compile
    [DEBUG]          asm:asm-tree:jar:2.2.3:compile
    [DEBUG]          jline:jline:jar:0.9.94:compile
    [DEBUG]       javax.persistence:persistence-api:jar:1.0:compile
    [DEBUG]       antlr:antlr:jar:2.7.7:compile
    [DEBUG]       asm:asm:jar:2.2:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-graniteds-2.0.0:jar:3.5.0:compile
    [DEBUG]       org.graniteds:granite-generator-share:jar:2.0.0.GA:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:1.6.2:compile
    [DEBUG]       javax.jdo:jdo2-api:jar:2.3-ea:compile
    [DEBUG]       javax.transaction:jta:jar:1.1:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-generator-constraints:jar:3.5.0:compile
    [DEBUG]    com.adobe.flex:compiler:pom:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:asdoc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-awt-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-bridge:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-css:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-ext:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-gvt:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-parser:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-script:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svg-dom:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-svggen:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-transcoder:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-util:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:batik-xml:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-collections:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-discovery:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:commons-logging:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:compc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:copylocale:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:digest:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fcsh:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:fdb:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-compiler-oem:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:flex-messaging-common:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mm-velocity:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:mxmlc:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:optimizer:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:swfutils:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xalan:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesImpl:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xercesPatch:jar:3.2.0.3958:compile
    [DEBUG]       com.adobe.flex.compiler:xmlParserAPIs:jar:3.2.0.3958:compile
    [DEBUG]    com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958:compile
    [DEBUG]    dom4j:dom4j:jar:1.6.1:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.0.b2:compile
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    jaxen:jaxen:jar:1.1:compile
    [DEBUG]       jdom:jdom:jar:1.0:compile
    [DEBUG]       xerces:xercesImpl:jar:2.6.2:compile
    [DEBUG]       xom:xom:jar:1.0:compile
    [DEBUG]          xerces:xmlParserAPIs:jar:2.6.2:compile
    [DEBUG]          xalan:xalan:jar:2.6.0:compile
    [DEBUG]          com.ibm.icu:icu4j:jar:2.6.1:compile
    [DEBUG]    org.graniteds:granite-generator:jar:1.1.0:compile
    [DEBUG]    org.apache.maven.plugins:maven-eclipse-plugin:jar:2.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:provided (scope managed from compile)
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5:compile
    [DEBUG]       org.apache.maven:maven-archiver:jar:2.2:compile
    [DEBUG]       org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
    [DEBUG]       biz.aQute:bndlib:jar:0.0.145:compile
    [DEBUG]       org.apache.maven.shared:maven-osgi:jar:0.2.0:compile
    [DEBUG]       org.eclipse.core:resources:jar:3.3.0-v20070604:compile
    [DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.0.2:compile
    [DEBUG]       commons-validator:commons-validator:jar:1.1.4:compile
    [DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0-alpha-7:compile
    [DEBUG]       oro:oro:jar:2.0.7:compile
    [DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-7:compile
    [DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
    [DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.1.2:compile
    [DEBUG]             plexus:plexus-utils:jar:1.0.2:compile
    [DEBUG]             commons-collections:commons-collections:jar:2.0:compile
    [DEBUG]             velocity:velocity:jar:1.4:compile
    [DEBUG]                velocity:velocity-dep:jar:1.4:runtime
    [DEBUG]          org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-7:compile
    [DEBUG]    commons-lang:commons-lang:jar:2.4:compile
    [DEBUG]    commons-io:commons-io:jar:1.4:compile
    [DEBUG]    commons-httpclient:commons-httpclient:jar:3.1:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.3:compile (version managed from 1.2)
    [DEBUG]    org.apache.maven.plugins:maven-source-plugin:jar:2.0.4:compile
    [DEBUG]    de.java2html:java2html:jar:5.0:compile
    [DEBUG]    org.aspectj:aspectjrt:jar:1.6.5:compile
    [DEBUG]    eu.cedarsoft.utils:zip:jar:1.1:compile
    [DEBUG]       eu.cedarsoft:guice-annotations:jar:1.0:compile
    [DEBUG]       com.intellij:annotations:jar:6.0.3:compile
    [DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-3.0.6:compile
    [DEBUG]    org.jvnet:animal-sniffer-annotation:jar:1.0:compile
    [DEBUG]    org.sonatype.flexmojos:flexmojos-tester:jar:3.5.0:compile
    [DEBUG]    net.sf.saxon:saxon-dom:jar:9.0:compile
    [DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
    [DEBUG]       org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/asc/3.2.0.3958/asc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-awt-util/3.2.0.3958/batik-awt-ut il-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-bridge/3.2.0.3958/batik-bridge-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-css/3.2.0.3958/batik-css-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-dom/3.2.0.3958/batik-dom-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-ext/3.2.0.3958/batik-ext-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-gvt/3.2.0.3958/batik-gvt-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-parser/3.2.0.3958/batik-parser-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-script/3.2.0.3958/batik-script-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-svg-dom/3.2.0.3958/batik-svg-dom -3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-svggen/3.2.0.3958/batik-svggen-3 .2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-transcoder/3.2.0.3958/batik-tran scoder-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-util/3.2.0.3958/batik-util-3.2.0 .3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/batik-xml/3.2.0.3958/batik-xml-3.2.0.3 958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-collections/3.2.0.3958/commons -collections-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-discovery/3.2.0.3958/commons-d iscovery-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/commons-logging/3.2.0.3958/commons-log ging-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/compc/3.2.0.3958/compc-3.2.0.3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (http://mc-repo.googlecode.com/svn/maven2/releases, releases), central (http://repo1.maven.org/maven2, releases)]
    [DEBUG] Verifying availability of /Users/erat/.m2/repository/com/adobe/flex/compiler/copylocale/3.2.0.3958/copylocale-3.2.0 .3958.jar from [dist.codehaus.org (http://dist.codehaus.org, releases+snapshots), repository.codehaus.org (http://repository.codehaus.org, releases+snapshots), mc-release (

    @Michael: Thank you!  I'm a Maven n00b.  This time FlexPMD project gets a lot farther when building with Maven 2.x, and when it encounters missing dependencies, it actually outputs how to obtain and install them.  That is soo much better than when I ran it it with Maven 3.
    Example:
    [INFO] Unable to find resource 'com.adobe.cairngorm:cairngorm:swc:2.2.1' in repository nexus.codehaus (https://nexus.codehaus.org/content/repositories/releases)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.
    Missing:
    1) com.adobe.flex.framework:datavisualization:swc:3.2.0.3958
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.flex.framework:datavisualization:swc:3.2.0.3958
    2) com.adobe.flex.framework:datavisualization:rb.swc:en_US:3.2.0.3958
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dclassifier=en_US -Dpackaging=rb.swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -DartifactId=datavisualization -Dversion=3.2.0.3958 -Dclassifier=en_US -Dpackaging=rb.swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.flex.framework:datavisualization:rb.swc:en_US:3.2.0.3958
    3) com.adobe.cairngorm:event-source:swc:1.1
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.cairngorm -DartifactId=event-source -Dversion=1.1 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.cairngorm -DartifactId=event-source -Dversion=1.1 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.cairngorm:event-source:swc:1.1
    4) com.adobe.cairngorm:cairngorm:swc:2.2.1
      Try downloading the file manually from the project website.
      Then, install it using the command:
          mvn install:install-file -DgroupId=com.adobe.cairngorm -DartifactId=cairngorm -Dversion=2.2.1 -Dpackaging=swc -Dfile=/path/to/file
      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=com.adobe.cairngorm -DartifactId=cairngorm -Dversion=2.2.1 -Dpackaging=swc -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      Path to dependency:
          1) com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
          2) com.adobe.cairngorm:cairngorm:swc:2.2.1
    4 required artifacts are missing.
    for artifact:
      com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT
    from the specified remote repositories:
      flexmojos-repository (http://repository.sonatype.org/content/groups/public/),
      central (http://repo1.maven.org/maven2),
      dist.codehaus.org (http://dist.codehaus.org/),
      nexus.codehaus (https://nexus.codehaus.org/content/repositories/releases),
      maven2-repository.dev.java.net (http://download.java.net/maven/2/),
      apache (http://cvs.apache.org/repository/),
      flex-mojos (http://repository.sonatype.org/content/groups/flexgroup)
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 10 minutes 30 seconds
    [INFO] Finished at: Wed Aug 01 11:39:21 EDT 2012
    [INFO] Final Memory: 67M/123M
    [INFO] ------------------------------------------------------------------------

  • 10.1.3 Internal compilation error after unistalling extension cwd4all

    I installed the cwd4all extension from the "check for updates" wizard.
    Then i decided that I didn't need it so I uncheck it from the Tools>Preferences>Extensions but when I tried to compile apreviously working class I got an "Internal compilation error, terminated with a fatal exception" error.
    Rechecking (i.e. reinstalling) the extension solved the problem, so then I removed both the jar and the relative folder from the extensions directory and I got the same error.
    I don't want to reinstall the extension.
    Any suggestions?

    Hi,
    Extensions that are provided on the "Open Source and Partner Extensions" extension center are written by third parties and come with absolutely no warranty or guarantees whatsoever.
    If you want to make sure you're running JDeveloper in a completely supported mode, you should uncheck the "Open Source and Partner Extensions" update center on the "Source" page of Check for Updates before checking for updates (or if you're installing updates via the automatic check balloon, only select extensions which are marked as being from the "Official Oracle Extensions" update center).
    Brian

Maybe you are looking for

  • TextField TextFormat Bug

    I found out that my cs3 flash app crashes when testing my code output. Its happens when I create a textfield and select an image from a tilelist to be inserted inside the textfield. I'm calling the image source and appending the value in textfield.ht

  • HAL - SAP Connection Adapter

    Does anyone know if it is possible to access SAP from within a HAL integration using a non-dialog SAP user ID? Our integrations currently pull SAP data using a regular SAP Logon ID, so we have to update the password and recreate the executables every

  • Saving video as mp4 for use on Web & tablets (including iPad)

    I am looking for clarity in saving my instructional videos to proper the format to be viewed on the web and tablets (including iPads). I save my original recordings on the web as mp4s and link them on the web for viewing. On Premiere the only choices

  • Move edited photos between computers

    I often edit photos on my Mac Air using aperture while on road. Once home, I need to move those edited photos to my IMAC. How can i move the photos from the Mac Air to the IMAC - retaining the original photos and edited versions?

  • Urgent....work-center/cost center table...have ur point.s

    Hi all, I have work-center, I want to find the corresponding cost-center. But on screen i m getting structure CRKEYK. Please let me know the table... Urgent. <b>Help me ....n have ur points.</b> regards,