I can't attach the JSF 1.2_04 sources to Eclipse project !

Hello,
I am using Eclipse 3.3.2. I am trying to build a ICEFaces project and I need the JSF sources for convinience.
I have them, I am trying to attach them with Project>Properties>JavaBuildPath>Sun JSF RI 1.2_04>jsf-api 1.2> Source Attachment> Edit>External file.
It's OK, but when I close the window and reopen it > there are no sources checked again.
I have downloaded them from here : https://javaserverfaces.dev.java.net/download.html
Please, help !

[This is indeed a bug in Eclipse|https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=attach+source]. As far the only workaround is to add a new JRE via Window > Preferences > Java > Installed JREs and adding the desired JAR's as external JAR's, saving it and opening it again (!!) and finally attach the sources to the added JAR's. Then in the project properties choose the new JRE (and keep the same JSF JAR's in the web-inf/lib!).
Yes it is cumbersome, but I suppose that this will be fixed in the next Eclipse release.

Similar Messages

  • Can we attach the list of OSS - notes

    Hi,
    Can we attach, the list of notes relevant to each section as we have attached, the articles, blogs etc...
    Am i asking too much??
    Thanks and Regards,
    Antony John Isacc.

    Hi,
    Just to update this thread... I love SDN wiki now ...Thanks :).  Eventhough it took some time for me to get used to it.. :).. I hope everyone would start contributing to it regularly.
    Can we have a wiki link at the start of every forum, which links to the wiki page of that subject category. So that posters can search or post the code samples once they get their queries resolved..
    I like giving suggestions for SDN
    Thanks and Regards,
    - anto.

  • Can you use SQL as a data source for a project in the same way you can in Excel?

    Excel allows you to create a data source that executes a SQL stored procedure, display that data as a table in a spreadsheet and have that data automatically refresh each time you open the spreadsheet. Is it possible to do the same thing in MS Project, displaying
    the data from the stored procedure as a series of tasks?
    Here's what I'm trying to do - I have a stored procedure that pulls task data meeting a specific criteria from all projects in Project Server. We're currently displaying this data as an Excel report. However, the data includes start dates and durations so
    it would be nice to be able to display it as a Gantt Chart. I've played around with creating a Gantt chart in Excel and have been able to do a very basic one, but it doesn’t quite fit our needs.

    No, You can not use sql as a data source for a project.
    You have 3 options to achieve it:
    1. You can create a Sharepoint list with desired column ,fill desired data in that list then you can create a MS project from Sharepoint List.
    2. You can create a SSRS report in which you can display grantt chart Joe has given you that link.
    3. You can write a macro in MPP which will take data from your excel. In excel you will fetch data from your stored procedure. write a schedule which will run every day to update your data or
    create an excel report in which will update automatically and write macro in mpp which will fetch the data then publish it so that it would be available to team members.
    kirtesh

  • I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    Carolyn,
    I think your TV might be a rear projection model, correct? Those types of TVs inherently have overscan built into them as part of their optical design. The TV should have some picture SIZE settings that affect how much overscan is present, and some settings may even get rid of it altogether with the result there might be a small black border instead.
    Don't worry about changing TV settings. Settings like this are tied to a specific input. So if you make these types of changes while the TV is passing the mini's video through to the screen, those changes will only apply to the mini. When you switch to other inputs, like a cable box, etc., the old settings should still be intact and unchanged.

  • How can i import the data from multiple sources into single rpd in obiee11g

    how can i import the data from multiple sources into single rpd in obiee11g

    Hi,
    to import from multiple data sources, first configure ODBC connections for respective data sources. then you can import data from multiple data sources. When you import the data, a connection pool will create automatically.
    tnx

  • Undebuggable crash launching from Cortana (or - how can I attach the debugger to my about-to-crash phone app?)

    Hello,
    I integrated voice activation for my WP8.1 universal app, however it doesn't appear to be possible to debug the case when starting the app afresh via Cortana with speech terms.
    There are three main speech startup cases I've played with:
    1) App is suspended - can be seen in multitasking list by holding down back button, go to Cortana "myapp do something" - reactivates the app, calls App.OnActivated.  Works fine.
    2) App has been terminated - not in the multitasking list.  Go to Cortana "start myapp" - starts the app like it was launched from the app list, calls App.OnLaunched but not
    OnActivated.  Works fine.
    3) App has been terminated - not in the multitasking list.  Go to Cortana "myapp do something" - starts the app, comes through to App.OnActivate but the app hangs for a few seconds on
    the splash screen and crashes (device and emulator).
    I want to catch the 3) case in the debugger, but cannot find a way to attach the debugger to my running package in the time window between activation and crashing.  I think something is happening
    deep in xaml land, but it's become impossible to instrument.  I'm actually at the point now where it doesn't do anything in the OnActivate handler at all... no page navigation happens in the app but it still crashes.
    I have a debug dump showing what appears to be a divide-by-zero exception but I can't seem to debug it in VS2013 as it complains about skipping loading symbols for NGen'd exe and "The exception
    thread has exited or the dump contains invalid thread information".
    I cannot seem to find any information on how to effectively debug this scenario - it seems an important one for Cortana integration.
    Basic repro:
    In VS2013, create a new universal Hub app and editing the Windows Phone project:
    Add Microphone capability in app manifest
    Change the Display Name in the app manifest to something sayable.
    Add in the most trivial speech activation capability using the VoiceCommandManager in App.OnLaunched with a very basic speech file.
    Run once from the debugger to ensure everything is set up ok and voice command file is installed.
    Kill from the debugger to make sure the app is terminated.
    Hold down phone/emulator search button.
    Say the phrase to start your app (in my case "CortanaCrashTest test something").
    Cortana recognises the phrase and says it's going to start your app... app starts...
    Sits on app splash screen, hang and crash.
    Here are my code modifications:
    Right at the top of App.OnLaunched:
    #if WINDOWS_PHONE_APP
    var storageFile = await Windows.Storage.StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///Speech.xml"));
    await Windows.Media.SpeechRecognition.VoiceCommandManager.InstallCommandSetsFromStorageFileAsync(storageFile);
    #endif
    Speech.xml (added to project as content):
    <?xml version="1.0" encoding="utf-8" ?>
    <VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.1">
    <CommandSet xml:lang="en-us" Name="test">
    <Example>test stuff</Example>
    <Command Name="test">
    <Example>test stuff</Example>
    <ListenFor>test {*}</ListenFor>
    <Feedback>test...</Feedback>
    <Navigate/>
    </Command>
    </CommandSet>
    </VoiceCommands>
    Thanks,
    Will.

    Hello,
    I had the same problem and solved it.
    This issue occurred because OnLaunched method is not called when the App is activated.
    You have to copy some code from OnLaunched method in order to correct your problem.
    OnActivated method must start with this code to correct your issue :
    protected override void OnActivated(IActivatedEventArgs args)
    Frame rootFrame = Window.Current.Content as Frame;
    if (rootFrame == null)
    rootFrame = new Frame();
    rootFrame.CacheSize = 1;
    Window.Current.Content = rootFrame;
    rootFrame.Navigate(typeof(YourMainPage));
    Window.Current.Activate();
    // Your code here
    Regards

  • RMPS, RM, CM: How can I attach the element type Case Locator to a model?

    EN
    It is necessary to provide the Search of a case from the Record (not from the Electronic desk (scaseps)). So I attached the element type  Case Locator to my record model. But there are some problems. I see only the place holder of the element and only if the record is opened in the change mode. I tried to attach it as an instance, but the element has no POID. If You had the same problem and know, how to do it, please help me. Thanks.
    DE
    Wie kann ich den  Element Type Case Locator zu einer  case/record Model anknüpfen?
    Es ist notwendig die Suche eines Cases aus einer Record zu machen (nicht aus dem Arbeitstisch ->Transaktion scaseps). Ich wollte den Element type Case Locator zur Record model anknüpfen. Aber da gibt es Schwierigkeiten: der Element ist lehr, d.h. man kann ihn ausnützen und sehen nur wenn  der Case für Veränderung geöffnet ist und ich kann ihn nicht wie eine Instance anknüpfen (das ist eigentlich verständlich, weil der Elenemt keinen POID hat). Falls Sie so was schon gemacht haben, raten Sie mir bitte, wie es richtig gemacht wird. Danke.  
    RU
    RM, CM, RMPS: Как присоединить Case Locator к модели?
    В регистре есть сервис провайдер Case locator. Возникла необходимость реализовать поиск случая, из записи, а не из рабоченго стола. Решила к модели записи присоединить вид элемента Case Locatоr, но возникли нюансы: Вид элемента присваевается как пустой (place holder), виден и работает только при отрытии записи в режиме "изменение". Присоединить его как инстанцию не получилось (оно и понятно, отсутствует POID). Коллеги, если вы работали с этим видом элемента, сталкивались с подобыми задачами и нашли из них выход - подскажите пожалуйста.
    Edited by: XeniaBB on Aug 14, 2009 7:56 AM

    EN
    It is necessary to provide the Search of a case from the Record (not from the Electronic desk (scaseps)). So I attached the element type  Case Locator to my record model. But there are some problems. I see only the place holder of the element and only if the record is opened in the change mode. I tried to attach it as an instance, but the element has no POID. If You had the same problem and know, how to do it, please help me. Thanks.
    DE
    Wie kann ich den  Element Type Case Locator zu einer  case/record Model anknüpfen?
    Es ist notwendig die Suche eines Cases aus einer Record zu machen (nicht aus dem Arbeitstisch ->Transaktion scaseps). Ich wollte den Element type Case Locator zur Record model anknüpfen. Aber da gibt es Schwierigkeiten: der Element ist lehr, d.h. man kann ihn ausnützen und sehen nur wenn  der Case für Veränderung geöffnet ist und ich kann ihn nicht wie eine Instance anknüpfen (das ist eigentlich verständlich, weil der Elenemt keinen POID hat). Falls Sie so was schon gemacht haben, raten Sie mir bitte, wie es richtig gemacht wird. Danke.  
    RU
    RM, CM, RMPS: Как присоединить Case Locator к модели?
    В регистре есть сервис провайдер Case locator. Возникла необходимость реализовать поиск случая, из записи, а не из рабоченго стола. Решила к модели записи присоединить вид элемента Case Locatоr, но возникли нюансы: Вид элемента присваевается как пустой (place holder), виден и работает только при отрытии записи в режиме "изменение". Присоединить его как инстанцию не получилось (оно и понятно, отсутствует POID). Коллеги, если вы работали с этим видом элемента, сталкивались с подобыми задачами и нашли из них выход - подскажите пожалуйста.
    Edited by: XeniaBB on Aug 14, 2009 7:56 AM

  • Can not see the device net Master Interface in my project.

    Can not see the device net Master Interface in my existing project. Need to Modify exististing code. Can not recomiple and create exe file after making changes. Error says the vi's are broken. Tried re-installing industrial communications for device net but get an error saying a newer version is already installed. Do I need to plug my computer into the device net scanner to fix this?

    Assume the installation disk is an OS X disk? If it's the original one that came with the system (grey-colored disk versus black retail disk) have you tried to hold the alt key down when you boot? This would allow you to choose the Apple hardware test. If you can do this, choose the Apple hardware test, click the arrow to the right, and when prompted choose the extended test. Does that give you any errors or messages about a hardware problem?
    Are you able to hold the C key down when you reboot, to boot off the installation disk?

  • How can I get the Voice memo's source computer file to keep the original file name?

         I ran out of space in my iPhone some weeks ago and I've been cleaning up. I am pretty much done deleting the photos and apps. The only thing I need to finish is erasing my voice memos. I already synced my music/voice memos with my computer, the only problem is that when I get the files from the iTunes media it changes the name and makes it extremely hard to organize. I want to upload this files to another website so I can access them freely.
    I would REALLY appreciated if anyone could tell me how to fix this or if you have another method please tell me.

    This is pretty straightforward.
    If the file isn't too big you can just read the entire file contents:
    set fileContents to read file "HD:path:to:the:file.txt"
    Once you've read it in, you can iterate through it with a repeat loop like:
    repeat with eachParagraph in (paragraphs of fileContents)
      -- code here to process each line
    end repeat
    Within the loop, eachParagraph represents each successive line in the file, so all you need to do is pull out the data you want. Now your subject says that your file is tab-delimited, but your example uses commas, so you may need to adjust this script depending on what's actually the case:
    set my text item delimiters to tab -- or "," as appropriate
    set firstName to text item 1 of eachParagraph
    set lastName to text item 2 of eachParagraph
    set emailAddr to last text item of eachParagraph
    -- rest of code here to send an email
    The last thing to do is to reset the 'text item delimiters' to their previous value so you don't end up getting confused.
    So, putting that all together you end up with something like:
    set fileContents to read file "HD:path:to:the:file.txt"
    set oldTIDs to my text item delimiters -- additional code to remember the current TIDs
    set my text item delimiters to tab -- or ","
    repeat with eachParagraph in (paragraphs of fileContents)
      set firstName to text item 1 of eachParagraph
      set lastName to text item 2 of eachParagraph
      set emailAddr to last text item of eachParagraph
      -- rest of code here to send an email
    end repeat
    set my text item delimiters to oldTIDs -- restore the TIDs for cleanliness
    Note that this should work for reasonably-sized files (up to a few thousand records). If it's much more than that you may need something a little more sophisticated to read the file progressively rather than all at once.

  • Can you modify the dimension of  a slide for a project?

    Hi,
    I'd like to know if you can modify the dimension of a slide within a project?
    I am aware you can Modify-> Rescale Project
    That does it for the whole project, but what if I wanted to add more length to slide 6 only? 
    Please advise if that is possible.
    Thank you!
    Susanne

    No, all slides have the same resolution, which is normal IMO for a file that is published as a movie. Maybe if you explained what you want to achieve?

  • Where can i find the information about how to install eclipse IDE?

    JUST AS THE TOPIC, THANKS

    The Eclipse web site doesn't seem to have a "how to install this" document -
    although I might have missed something...
    For Windows, I have always unzipped the downloaded file and just fired up the
    executable - ie it doesn't seem to need to be "installed". (If you need to you can set
    the java runtime to be used and the location of startup.jar: but the former is only
    a concern if you have multiple runtimes, and I've never needed to set the latter except
    on Linux where Eclipse is started via a link in /usr/bin or whereever).

  • Can we create the Mapping program,when source and target structures same?

    Hi Friends,
    if we have the same structure at source side and target side:
    1) Is it necessary to create the mapping program?
    2) If no need of mapping program what you will mention in the Interface Mapping?
    3) In ID part which objects no need to create when both structures are same?
    Regards,
    Naidu.

    Hi
    >1) Is it necessary to create the mapping program?
    No need to create mapping if both structure identical in all respects.
    >2) If no need of mapping program what you will >mention in the Interface Mapping?
    Dont define mapping and iterface mapping.
    >3) In ID part which objects no need to create when >both structures are same?
    You cannt assign a interface mapping as it is not defined in IR. leave that as interface mapping is not mandatory in Interface Determination Step.
    Thanks
    Gujjeti

  • How can I attach the input file in eCATT in ECC6

    Hi,
    I have created one script using SECATT for transaction F-28. For testing I have created on Test Configuration using this test script and on variant tab I used the external variant and gave the file name.
    But I am getting the error "Variant that match selection cannot be found". How to avoid this error can any one tell me.
    <REMOVED BY MODERATOR>
    Best Regards,
    Padhy
    Edited by: Alvaro Tejada Galindo on Feb 5, 2008 5:45 PM

    Hello
    See this user profile you will find lots of weblogs for eCATT, it may help you
    /people/sapna.modi/blog
    Thanks
    Chandran

  • How can I attach the monitor in my Macintosh Classic to newer computer hardware?

    I bought a MacIntosh Classic on eBay and I want to save the CRT monitor inside it to display the images from a new computer. I'm planning to put a new net-top computer (or my old Mac Mini if I can) inside the case of the MacIntosh Classic but I don't want to use a different monitor for this. I really want to use the original CRT monitor that is inside the box. Does anyone know how or if this is possible?

    Welcome to Apple Discussions!
    I think your best source for info on this is one of the 'modding" sites. If you google for "apple mods" and "mac mods," you should find lots of info. I've seen several where someone put a Mac Mini inside tthe case of a Color Classic with good results. It's probably one of the more successful mods, along with putting a Mini in an iMac G3 CRT case.
    With these conversions, it's the video connections that are key to a good outcome and most of the sites I've seen cover this critical step quite well.
    Keep us posted on how you get on with it.
    Allan

  • I just changed to Firefox and now am unable to attach any of my word documents to my e mail or online school pages. It says file is empty or cannot be found. I can still attach the same file if I go back into Explorer....Help?

    I do no have any more details!

    Purplehiddledog wrote:
    I do backup with iCloud.  I can't wait until the new iMac is available so that I can once again have my files in more than 1 location without needing to rely solely on the cloud. 
    I also rely on iTunes and my MacBook and Time Machine as well as backing up to iCloud. I know many users know have gone totally PC free, but I chose to use iCloud merely as my third backup.
    I assume that the restore would result in my ability to open Pages and Numbers and fix the problem with deleting apps, but this would also mean that if my Numbers documents still exist solely within the app and are just not on iCloud for some reason that they would be gone forever.  Is that right?
    In a word, yes. In a little more detail.... When you restore from an iCloud backup, you must erase the device and start all over again. There is no other way to access the backup in iCloud without erasing the device. Consequently, you are starting all over again. Therefore, it would also be my assumption that Pages and Numbers will work again and that the deleting apps issues would be fixed as well.
    If the documents are not in the backup, and you do not have a backup elsewhere, the documents could be gone forever.

Maybe you are looking for

  • Error in deploying .ear file in weblogic 6.1

    Hi i had deployed an ear file named ProjectBroker.ear using hte weblogic console and it was working fine .i had made changes to the ejb bean file and hence tried redeploy it,though on the console it shows that it is deployed it , i'm not able to acce

  • HP OfficeJet Pro 8500A Plus, Wireless, Mac OS

    I have an 8500A 910 running on a network that is configured for WEP. The printer is up and running and working fine with my Windows Vista PC and prints well over the wireless connection. Attempts to install the printer on my Mac with 10.6.1 fail to l

  • Pdfs do not open in firefox 21.0 on imac.  Any suggestions

    running 10.7.5 on an imac.  Firefox v 21.0, adobe reader is latest version 11.0.03.  Solutions so that I can download and open pdfs in firefox?

  • Syncronous Heart Beat SOAP Service in PI

    Looking for any comments or idea's Ive been asked to provide a Heart Beat SOAP service in PI. This heart beat service needs to be a sync service with certain custom fields that include a unique identifier and a timestamp. My initial thoughts was to s

  • Do packages include all source directory files?

    Simple question...I'm finding some of my images are getting too big. Do packages includes ALL files in the source directory? Is best practice to only include the exact file(s) being accessed by the package? Thanks!