Error when i want to build a component with eclipse

hi, i need to build a component for a software who is based on a ESB.
It's based on webservice.
I've made the skelleton with Fiorano software and my webservice should take something in input and put it in output .. it's only a test.
But when I want to build it, Eclipse give me this Error.
BUILD FAILED
Target `module.deploy' does not exist in this project. It is used from target `deploy'.
My XML is like this :
<target name="deploy" depends="module.deploy">
<service-export
destfile="export.zip"
servicefile="etc/ServiceDescriptor.xml"
resourcesfile="etc/resources.properties"
executionClass="com.fiorano.bc.bcgateway.ESBComponent"
cpsClass="com.fiorano.bc.bcgateway.ps.ESBComponentPropertySheet"
cpsMandatory="true">
<fileset dir="${deploy.dir}">
<include name="${jar.path}"/>
</fileset>
               <fileset dir="${deploy.dir}/${component.deploy.dir}/File_Cutter/${component.version}">
<include name="fesb-ra.xml"/>
                    <include name="ra.xml"/>
</fileset>
</service-export>
</target>
I think than is just a setup probleme from eclips but I don't know where...
An Id�e ?
Thanks, Fabrice

it would appear this person had a similar problem. maybe related?
http://www.junlu.com/msg/42820.html
good luck

Similar Messages

  • Error when I want Create course in the portal LSO

    Dear.
    Anyone Know What is the cause of the following error when I want create courses in the portal LSO in the moment of press the button Save
    ! Course could not be created
    ! Web-Based Training could not be created.
    ! External relationship could  not be edited (->T77EV)
    The Path for reproduce the issue is:
    Course Administration>Courses>
    Schedule a Course Date
    Search in course Catalog--> I select a Course Catalog
    Press the button start-->
    Ok.
    Save
    Thanks
    Juan.

    Please check T77EV and compare it from client 000 system.
    Are the entries same as in client 000 ?
    Seems that there is an incorrect entry in this table.
    Please check this way.
    Hope this helps.
    Best Regards

  • Hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

    I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

    I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

  • I get an access denied error when logging into extension builder 2.1 on Flash Builder 4.6

    I get an access denied error when logging into extension builder. The error is: You are not eligible to use CSIDE1 services due to the Service Eligibility Requirements.. Very frustrating since there is no other option than to read the adobe legal docs.
    Before this started happening I was prompted to put in my birthday (WHO KNOWS WHY ADOBE NEEDS MY BIRTHDAY). I filled it in wrong and now this....
    PLEASE HELP

    Ok this problem is fixed.
    Info for anyone else who faces this problem.
    Apparently when adobe designed the extension builder installer package, they decided to get cute and try to figure out what version of the software, the extension builder package files should be installed into. So if you have FB4, FB4.6, and FB.7 there is no telling where it will go. Also if you try moving these folders somewhere else out of the applications directory, the installer will still find them on the system. I finally figured this out by watching my system log and seeing
    11/22/13 12:13:46.258 AM cp[70909]: Cannot make directory /Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app
          Location: /Users/myuser/Downloads/Adobe Flash Builder 4.6-adobegarbage/plugins/com.adobe.cside.ui_2.1.0.201304282312/icons: No such file or directory
    After removing every single instance of places the package installer was trying to use. It finally resolved to the correct FB4.6 location. Why adobe could'nt spend a little extra time add a destination selector in the package installer is beyond me, but hey i only wasted 3 days trying to figure this out.... Sadly it isnt the first time i've wasted copius amounts of time fighting Flashbuilder problems.
    Halligrimur, thank you for your help. It did lead to me solving the problem.

  • EXCEL COM ERROR Error Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}

    Hi,
    I have excel 2013 Professional installed and i have created a windows service to open the excel document and read it.
    Service is running as System account.
    Now when i am trying to access the excel doucment, it is throwin the exception as 
    EXCEL COM ERROR Error Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}
    however, when i am using the console application running as administrator, i am able to open same file.
    Any yes, i am using 64 bit service C++ and excel binaries are Any CPU.
    Please note: I have already tried using dcomconfig and assigned full permission to the system user.
    Is there any other solution for this issue.
    regards
    Pushpendra

    Hello Pushpendra,
    Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit
    unstable behavior and/or deadlock when Office is run in this environment.
    If you are building a solution that runs in a server-side context, you should try to use components that have been made safe for unattended execution. Or, you should try to find alternatives that allow at least part of the code to run client-side.
    If you use an Office application from a server-side solution, the application will lack many of the necessary capabilities to run successfully. Additionally, you will be taking risks with the stability of your overall solution.
    You can read more about that in the
    Considerations for server-side Automation of Office article.
    Consider using the Open XML SDK, see
    Welcome to the Open XML SDK 2.5 for Office . Also any third-party components can be used instead.

  • I have a license for all adobe files but recently i had a virus and all my files were deleted.Now when i want to have them back with my redemption code it says that i cannot use it anymore.But my license is not expired.How do i get my files back??

    i have a license for all adobe files but recently i had a virus and all my files were deleted.Now when i want to have them back with my redemption code it says that i cannot use it anymore.But my license is not expired.How do i get my files back??

    Your redemption code was used to acquire an activation code.  The activation code is what you need to use when you want to reinstall/enable the software again.  Check your Adobe account online to see if the number(s) can be found there.

  • Mail freezes when I want to add an attachment with my mail.

    Since I installed OS 10.9 mail freezes when I want to add an attachment with my mail. How can this be resolved?
    My iMac is from mid 2007 with 4 GB internal memory and 1 TB of diskspace of which 45% is used.

    Go to Settings>Store, tap the ID shown, sign out, sign back in with the ID you want to use.

  • TS3988 I receive a "the maximum number of free acorn have been activated on this iPhone" when I want to sign in iCloud with my Apple ID on my iphone...someone help me...

    I receive a " the maximum number of free account have been activated on this iPhone " when I want to sign in iCloud with my Apple ID on my iphone..please someone help me..

    Any one device can create only three iCloud accounts: this is tied to the hardware, not the user account, and there is no way round this.
    You will have to create an iCloud account on another iOS device or Mac, then you can sign into it on your iPhone.

  • When I want to make a phonecall with my iphone5, I hear absolutely nothing....no ringing and no talking when connection established. When I make the same call but now on speaker, no problem or what so ever, can anyone help me ?

    When I want to make a phonecall with my iphone5, I hear absolutely nothing....no ringing and no talking when connection established. When I make the same call but now on speaker, no problem or what so ever, can anyone help me ?

    Hello there, RobenCaatje.
    The following Knowledge Base article is specific for the issue you're describing:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Specifically:
    Resolution
    Verify that there is nothing plugged in to the headset jack, including headsets, headphones, or adapters.
    Make sure the Ring/Silent switch is not switched to silent.
    While on the Home screen, adjust the volume buttons. If you see the icon below, indicating that headphones are attached, there may be debris or an object lodged in the headset jack:
    Check the headset jack. If there is an object lodged in the headset jack that is not easily removed, have the iPhone serviced to remove object.
    For Original iPhone: If there is light debris, such as lint, in the headset jack, try connecting a pair of headphones to the headset jack and then remove the headphones. Repeat this several times to remove the debris.
    If you have installed a protective film on the display, either ensure that the receiver is not covered or remove the film completely.
    Check the receiver mesh (which is on the top front of the device, above the display). If it appears blocked, use a clean, small, dry, soft-bristled brush to carefully and gently brush away any debris.
    If you have paired with a Bluetooth headset that is nearby, either use the headset or turn Bluetooth off (chooseSettings > General > Bluetooth).
    Restart the iPhone.
    If restarting the iPhone doesn't resolve the issue, try restoring the device.
    If the issue persists, go to the Service Answer Center - iPhone for information on service.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • I want to build a form with radio buttons to limited clients ticking every option.

    I want to build a form with radio buttons to limited clients ticking every option. I have a range of products and in order to quote accurately I want to get specific information.

    If I get this , you want to show form options to specific clients not to all site viewers ?
    You would need to create a secure zone for this where permitted viewers can login and view the form with all options , in form itself we cannot setup this as few customers will view other options and others will view a different one.
    This can be done from your hosting end. Or if you are using Adobe server for hosting then you can create some profiles for customers and then setup a separate form altogether to achieve this.
    Thanks,
    Sanjit

  • Photoshop convert error: Retrieving the COM class factory for component with CLSID

    Hi Guys,
    I am new to this forum and have already tried looking for the resolution for this error but unsucessful til now. Actually we have photoshop cs4 installed in our server and we use it to create thumbnails whenever a PSD file is uploaded to the application.
    It was working fine but since few days, i am seeing the error (Photoshop convert error: Retrieving the COM class factory for component with CLSID {6568E194-96D8-4035-9087-99E4F75E9ABC} failed due to the following error: 80080005. )  in logs and also the server is not able to generate proxies.
    Please help me get this sort out since it is in production.
    Thanks,
    Yogesh

    Hi,
    Do you think that Crystal Report dont work with BO on Vista?
    Because Really I did not find the solution.
    Thanks in Advance

  • Error:Retrieving the COM class factory for component with CLSID {}........

    Hi,
    I have this problem
    Error:Retrieving the COM class factory for component with CLSID {} failed due to the following error: 8004154
    How can i resolve this ?

    Hi,
    Do you think that Crystal Report dont work with BO on Vista?
    Because Really I did not find the solution.
    Thanks in Advance

  • Why when i want to sync my phone with the computer it wants to delete all my apps how do i not let this happen. this is a different computer to the 1 i always use. i have authorised this computer but still wants to delete my apps

    why when i want to sync my phone with the computer it wants to delete all my apps how do i not let this happen. this is a different computer to the 1 i always use. i have authorised this computer but still wants to delete my apps

    Why you can't redownload? Don't you have the Apple ID that used to download these apps?
    You can "transfer purchaces" by right click on your iphone in iTunes but i guess you computer is not authorized and will ask you to authorize with Apple ID. Try it.

Maybe you are looking for

  • Ipod 4G Will not Dock via USB

    Hi, My IPod 4G is not being recognised by XP, Windows always throws up the message 'USB Device Not Recognised' when I dock via the USB cable. Windows only seems to recognise the device when using a firewire cable.

  • My external hard drive change to read only

    I have been backing up my vids, pics, etc on my Seagate HDD for the past 2 months with my Macbook Air. All of a suddenly my external HD changed permissions to read only. I understand that this has been a hot topic for some time but I have not found t

  • Recovered video files that won't play!

    I have recently used a thrid party software to recover deleted video files from an external hard drive. The recovered files will now no longer play in quicktime, any suggestions on how to fix this?

  • Charts and/or illustrations ruin the formatting on my ereader

    I've been downloading library books using the Adobe digital editions software for a few weeks now.  This is the first book I downloaded that had charts embedded in the manuscript.  Every time I come to one of the charts, the chart is reduced to a col

  • Previous version comparison to avoid transport error

    Friends, Sometimes multiple developers need to work on a same object at a time. for example, users exits in PO, RFQ & Contract. In such cases before moving a request to production, we have to check carefully whether previous version already moved to