Share project configuration with team and Build Path?

Question 1:
Is it possible to share the Flex Builder project settings (Flex Build Path, etc.) with other users?  It would be nice to be able to do this so all developers on a team do not have to follow a step-by-step procedure for setting up a project.  For example in a Java Project you can simply check-in the project and classpath files and new developers don't have to spend anytime setting up their ide.  I took a look at what flex is doing and it appears it saves this information (at least some of it) in the plugins directory.  I can't find exactly where but it seems very odd.
Question 2:
When setting the Flex build path is there a way to set-up a SWC Folder that recursively adds SWC's in sub-directories?  We pull in Flex libs from artifactory which places them into an un-flattened structure.  Since all the libs are in sub-dirs they are not found.  We have to manually add each lib individually?
Any ideas on either of these questions?  Thank you.

Re: Question 1.
Do you mean check into SVN or similar? Anyway, it seems Flash builder is saving some configuration about build paths etc. in the .actionScriptProperties file, which is found in the root folder of a project. Another option might be to export the project as a Flash Builder project by right-clicking it in the package explorer and choosing Export?
Re: Question 2.
Afaik the IDE doesn't support recursively going through a folder to find all swc:s. You could probably solve this using an ANT script. E.g. the following script recursively copies all files with .swc extension from the libraries (AS3) folder to the libs folder of a project.
<project name="swcTest" default="copy.swc" basedir=".">
    <property name="swc.src" value="${basedir}/../../libraries (AS3)/" />
    <property name="swc.dest" value="${basedir}/libs/" />
    <target name="copy.swc" description="Recursively copies swc files from source to target folder">
        <echo message="${swc.src}" />
        <echo message="${swc.dest}" />
        <copy todir="${swc.dest}" failonerror="true" flatten="true">
          <fileset dir="${swc.src}"
                   includes="**/*.swc"
          />
        </copy>
    </target>
</project>

Similar Messages

  • When I share a video with fcpx and it goes to Quicktime, the last few seconds goes mute. I checked the clip and sent that the same route and all is fine. It is only when I send the whole 3gb video. Any ideas?

    When I share a video with fcpx and it goes to Quicktime, the last few seconds goes mute. I checked the clip and sent that the same route and all is fine. It is only when I send the whole 3gb video. Any ideas?

    paul71054 wrote:
    ... Any ideas?
    add a few seconds black to your project.
    Try again.
    could be some really weird codec problem, with 'cut' GOPs', .. somethin'...

  • Can you share project plans with customers

    if I want to give a customer a MSP file with a plan in it; but I want them only to see the columns I want: no rates; no enterprise project fields (namely profit/GM) - how do I save
    Trying to stop the swap to Salesforce - but the errors keep a coming

    Hi Andrew,
    Indeed a report might be the easiest solution.
    Another solution I've been using in case your confidentiality needs are related to rates is to save baseline n than reset to 0$ all resources rates. Ask for your customer to refer to baseline n costs.
    In case it is related to custom fields, if you send the MPP project file, your customer will be able to view ANY DATA (rates, costs, custom fields) in the file.
    Finally a workaround (that requires a little bit more configuration and administration) if you're using Project Server would be to create a "customer" security group and category and to restrict their access to some views (project center and project
    details) with restricted columns. Note that in this case it requires Project Server CAL.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Eclipse compile and build path

    Hi I'm using Eclipse to build a web application.
    Java 5, Mac OS X Leopard, Eclipse j2ee build 3.3.
    In my web application I've defined a servlet FooServlet that only handles requests where the url is http://localhost:8080/foo. No other servlet is mapped to this url in the deployment descriptor. The problem I'm having is that FooServlet is not on the build path, but the application runs as though it is. That is, I should be seeing a 404 error when I make a get request for this url and instead I am seeing a page produced by this servlet. I've checked the properties menu of the project and inspected the various areas of the build path, variables, external jars, libraries, etc. It's not there. I've checked the shared and common lib folders of Tomcat. Not there.
    It's voodoo. I'm stumped on this one and I really appreciate any help. Thanks in advance.

    where your web application is deployed? i.e. from where tomcat takes your web.xml, classes, jars, html's and jsp's?

  • Export Billing Configuration with CIN and Foreign Trade Data

    Hi,
    I need detail configuration of Export billing with CIN and foreign trade data for my understnading the configuration process for export billing process.
    Thanks in advance

    Dear Tarun
    I feel you need detailed configuration of CIN.
    Two diffrent CIN configurations supported bySAP
    TAXINJ & TAXINN. First is formula based & second is conditions based
    Search in SDN you will get many threads.
    Regards
    Deepu Pilla

  • Solaris 10 zone configuration with sysidcfg and dhcp and hostname

    Hi
    Excuse me if I look like a n00b... it's probably because I'm a n00b.
    I've been struggling in the dark for more than 2 days now and I'm wondering if I'm thinking about this all wrong...
    I have stand-alone server where I need to run zones. I want to create zones and automagically configure them at boot (read: by running a script). So here's what I need...
    A zone
    starting from unconfigured state
    whose hostname is not the same as the zone name
    using corporate DHCP to get its IP address
    with DNS config coming from the DHCP server
    registering its address the DNS
    with a preconfigured root password
    (I don't own the corporate DHCP or DNS servers, I can't put my own DHCP or DNS servers on the network.)
    I would lke to create the zone, throw some config at it, then boot the zone and walk away. I am using zones with exclusive-IP. I can construct the zones and manually configure them once they're started to have DHCP, my own name, registered IP address with DNS and everything else I have specified above. But I don't want to do it manually...
    Sysidcfg seems to do some of what I want but not entirely.
    In sysidcfg I can set the root_password, the primary interface using DHCP, DNS server. I can't set a hostname in sysidcfg AND use configure it for DHCP. So the hostname is not what I want it to be after the zone is started and ready to go. The DHCP server is providing the DNS configuration, Solaris does not seem to honour it, but i'll ignore that for the moment.
    I have tried various combinations of using sysidcfg, /etc/nodename, /etc/hostname.+interface+ and /etc/dhcp.+interface+ but I can't find any combination that actually works.
    I can write to the zonestorage/etc/nodename to set the nodename, that works. But it does not match the DHCP address, so I get prompted for a new name service because it can't find a DNS entry for the name.
    I can write to the zonestorage/etc/hostname.+interface+ and /etc/dhcp.+interface+ (to get the system to register its name with the DNS server after getting its DHCP address) but then I get a system with no root password and no DNS configuration, even though they are set in the sysidcfg file.
    I can write a script that gets part of the way using sysidcfg and /etc/... files, then boots the zone and then runs a bunch of voodoo via zlogin commands to fix all the stuff that couldn't be done 'properly', but that's not a 'boot and walk away' environment. I can write a script that uses sysidcfg and hacks around with other files in /etc (like nsswitch.conf, resolv.conf), but that just feels likes a dirty hack to fix something that wasn't done properly in the first place.
    So where am I going wrong and how do I do it right (within the constraints defined)? Why can't I configure, boot and walk away?
    Thanks

    Thanks abrante
    Thanks for your response!
    I don't think the config is messed up after the installation. I think the installation is fine, it's just not what I want :-)
    I'm trying to decouple the zonename from the system name and get DNS registrations working. After installation, a DHCP client can get its hostname from DNS but I'm trying to do it the other way around. I want the DHCP client specify its own hostname, get an address from the DHCP server and then register its hostname with DNS. If the system gets its name from DNS/DHCP then I have to configure those to provide the system name and I don't own the DHCP/DNS infrastructure. These zones are for a development/QA environment, so we create and reconfigure these frequently. Hence the need to specify the system name within the zone and register that name in the DNS.
    I have tried fiddling with the PARAM_REQUEST_LIST but it does not seem to be working as I expect. :-$ Removing 12 did not help with setting the hostname from the system. DNS does not have a registered name for this system anyway, so even if it tried to get a name for this system, it would get nothing.
    I also do want the DHCP to change the DNS server and domain name, but this does not happen even though my dhcpagent includes 6 and 15 in the PARAM_REQUEST_LIST. I still have to set them in the sysidcfg file because it is always ignored in Solaris (S10u8 with 10_Recommended 30-Jul-2010)
    As stated, I know I can hack around with the system after it has booted. But I'm trying to configure the system before it starts and let it take care of itself and not have to touch it. Frankly I'm surprised that the sysidcfg does not allow you to set a hostname name when you are using DHCP, that the default DHCP configuration does not register the system name with the DNS server, and the DNS config from the DHCP response is ignored. Even a sys-unconfiged system requires DNS configuration during initial boot, when I know that the DHCP response contains DNS information.
    FYI: Windows systems using DHCP work as expected in this respect by default, i.e. set system name, use DHCP --> system gets address from corporate DHCP, DNS settings are set from DHCP information, DNS registration is made for system name.
    I'm working around this at the moment... I call my zone by the system name I want, I hardcode the DNS settings in the sysidcfg file and I create the hostname.+nic+ and dhcp.+nic+ files in the zone storage to get the system to register its name with DNS, them boot.
    Edited by: cydonian on Aug 19, 2010 7:45 PM

  • Flex Library Project(SWC) with css and image assets

    HI,
    I want to create a flex library project with images and css. I shall use that swc with other flex applications. I wand to use those css and images from the swc. Is it possible? Can you please explain in detail.
    Thanks
    Nirmal

    Right... but how do I reference that CSS outside of the
    Libray Project?
    All I want my library project to be is a CSS and images
    Then I want to include that library project in my main
    project, and have the main project call the CSS file inside the
    library project

  • X-configure with AMD64 and ATI 4250HD fails

    I have just installed Arch
    I figured to install gnome-shell would do all, but not,
    i did pacman -S xorg to install the X
    and After that I run X-configure and it gave me some errors.
    As i have ubuntu and the .run ati installer I installed the fglrx driver at Arch, did not work
    I copied my ubuntu xorg.conf not work too
    I edited xorg.conf to put "radeon" driver instead of "fglrx"
    i also installed gnome
    i tried X-configure severla times and give me errors of "other drivers ot ati"
    I tried to remove xorg "pacman -R xorg", impossible
    I tried to reinstall and instead of install all, install only 13 the ati driver, nothing.
    The Xorg man page says that there are some problems with X-configure sometimes.
    As AMD64 +ATI is a common config, and sure there are some gurus that has this config working with the X
    I suggest, not only publish it, making arch packages for this not working with X-configure configuration to be detected and well configured.
    Last time I installed Arch was less diffcult but editing manually xorg.conf I was able to do it, I'm revisiting this distro, and is not very comfortable to install the X
    even if it did work.
    But thanks in advance if anyone can give me a xorg.conf that works

    karol wrote:
    glaiky wrote:In addition to xorg you need to install xorg-xinit. If you have installed the ATI proprietry driver, run (as root) aticonfig --initial to create an xorg.conf file. Add 'nomodeset' to /boot/grub/grub.lst (on the line that points to your kernel.
    What do you mean "In addition to xorg"? 'xorg' is a group one shouldn't ever need to install whole.
    As you've already explained.
    In addition to everything else others have said, mitcoes, per the Beginner's Guide [ https://wiki.archlinux.org/index.php/Be … #Install_X ] follow what it recommends, albeit it's notable the guide presumes this is a new install. If you intend on using Catalyst, the link is available there for the ATI Catalyst instructions.

  • Can URL redirects be configured with XE and what is the HTTP Server

    I would like to be able to URL redirects. I'm running XE with Application Express 2.1.0.00.39.
    I want to be able to have a URL like www.schoolwebsite.com and when the user hits it - have it redirect to the Apex page for the application. I was thinking that I needed to use a redirect in the HTTP config file, and that XE used Oracle_HTTP and I could configure in that manner.
    But, I can't find an Apache directory.
    1. What HTTP server is used with XE and Application Express 2.1.0.00.39?
    2. Can I configure for this type of redirect?
    3. Do I need to install an HTTP server to accomplish this?
    Thanks,
    Stephen

    Hi Steven,
    search for "proxy" in this forum.
    It explains how to configure a plain Apache http server as a proxy to XE. Then you can use the default mechanisms to rewrite an url.
    Here is an example (save the file as XE.conf and store it in the Apache conf directory (file httpd.conf is there).
    The following instructions are valid for Apache2.
    # Activate the following modules in httpd.conf:
    #LoadModule proxy_module modules/mod_proxy.so
    #LoadModule proxy_connect_module modules/mod_proxy_connect.so
    #LoadModule proxy_http_module modules/mod_proxy_http.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    #LoadModule headers_module modules/mod_headers.so
    # include the XE configuration (this file XE.conf) in httpd.conf:
    #include "conf/XE.conf"
    # XE listener is buggy, thus downgrade to http 1.0
    SetEnv force-proxy-request-1.0 1
    RewriteEngine On
    RewriteLog "D:\Programme\Apache Group\Apache2\logs\rewrite.log"
    RewriteLogLevel 0
    ## Rewrite requests /apex, /i, /public, /sys to locally installed XE
    RewriteCond %{REQUEST_URI} /(([^/]+)(/.*)*)$
    RewriteCond %2 =apex [OR]
    RewriteCond %2 =i [OR]
    RewriteCond %2 =public [OR]
    RewriteCond %2 =sys
    RewriteRule ^/(.*) http://%{SERVER_NAME}:8080/%1 [P]
    ## Rewrite main page
      RewriteEngine On
      RewriteRule ^/$       http://%{SERVER_NAME}/apex/f?p=107:1 [R]
      RewriteRule ^/index.html$       http://%{SERVER_NAME}/apex/f?p=107:1 [R]
    ## Rewrite /app1
      RewriteRule ^/app1$      http://%{SERVER_NAME}/apex/f?p=107:1:0 [R=303]Regards,
    ~Dietmar.
    Edited by: Dietmar Aust on Oct 14, 2008 1:16 AM

  • How to share on CC with Team members and other problems

    I had a CC for Team account, then got a deal to add seats at a discount, I added 2 more. I had to change my password and give a new e-mail address to get this deal. When I log in using my New ID all my files are gone. I log in with my Old ID my files and web sites are there no team members, added my OldID to the new Teams account and made me an administrator. Now when I log in with my OldID I can see my file and team members one of them is me with a new ID and the other is a client. I want to get rid of one of me I prefer the new one but I can't I can only delete the OldID and I lose my web site and all my files. Now the only reason I did this was to let my client see the files instead of selecting one page at a time and sending a link I thought they could go to their folder and look at the pages as they are being designed and edited. But there is no method to share with other team members. I re-watch the Max video but nothing they were showing is available in my team CC account. Can someone Help me out Please?

    New: Creative Cloud for teams. Join now | Read online
    We hope your team is enjoying their Creative Cloud for teams membership. From now through June 28, you can add more seats for only US$39.99/month per seat — for up to 24 months.
    Your Adobe® Creative Cloud™ for teams membership will have some amazing new things to offer. Brand-new creative apps, like Adobe Photoshop® CC, Illustrator® CC, and 13 other favorites — with hundreds of new features that help everyone create their greatest work. Plus, 100GB of storage for each team member. And now, a lower price for both new and existing seats.
    Keep everyone on the same page, working on the latest versions of the same apps, and sharing files from any device.
    You've made the right choice. New creative software innovation will be delivered exclusively to Creative Cloud members. Add more seats of Creative Cloud for teams today.
    Special offer.
    Add new seats before
    June 28, 2013, for just US$39.99/month per seat — AND get a first annual renewal price of US$39.99/month per seat.
    Learn more ›
    Share with your friends
    * VOID WHERE PROHIBITED OR RESTRICTED BY LAW. If you own Creative Suite through an Adobe volume licensing program, save US$30.00 per seat when you enroll in the Adobe Value Incentive Plan (VIP) and purchase Creative Cloud for teams annual plan membership (12-month contract required) before 11:59 pm on June 28, 2013. Creative Cloud for teams regular price: US$69.99. Offer(s) available only to eligible Creative Suite subscribers (CS3 or later) who enroll in the Adobe Value Incentive Plan (VIP) and who purchase Creative Cloud for teams through authorized Adobe corporate resellers. Offer discounts are only valid for up to two years. Offer discounts may not be applied retroactively. Additional terms and conditions may apply. Residents or persons in embargoed countries or countries subject to U.S. or local export restrictions are not eligible. All prices quoted are estimated street prices only. Offer and prices are subject to change without notice and exclude shipping, handling and any applicable sales tax. Offer may not be assigned, exchanged, sold, transferred, or combined with any other discount or offer, or redeemed for cash or other goods and services. Adobe, the Adobe logo, Acrobat, Creative Cloud, the Creative Cloud logo, Creative Suite, Illustrator, and Photoshop are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners. © 2013 Adobe Systems Incorporated. All rights reserved. To ensure future delivery of email, please add [email protected] to your address book, contacts or safe sender list. PLEASE DO NOT REPLY TO THIS MESSAGE. To obtain information on how to contact Adobe, visit the web at:www.adobe.com/misc/comments.html, or call 800-833-6687. This is a marketing email from Adobe Systems Incorporated, 345 Park Avenue, San Jose, CA 95110 USA.
    Click here to unsubscribe. Your privacy is important to us. Please review Adobe's Privacy Policy.
    Too many newsletters? You can unsubscribe or better yet, schedule automatic cleanup. 

  • Multiple Database configurations with Hibernate and caching

    Hi,
    I am building an webservice app which has 2 different DBs( Oracle and DB2). Please let me know whats the best way of designing the hibernate layer to access both the DBs ; I have some cross reference tables in both of them.
    I am planning to create a logical model of the physical DB model ( combining both Oracle and DB2) and use property files or some configuration to map my logical to the actual physical table. What would be the best design for this? Do you recommend caching these conversion values?
    Please let me know the best practice / way to work on my above situation.
    fyi - I am neither a novice nor an expert in J2EE.

    I have the same experience. I can connect to the database of the inital setup but then I try to create a second DB connection with
    Create the connection
    java -jar apex.war setup --database edwdev1
    Sep 28, 2012 5:08:04 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /space/sw/oracle/products/apex/2.0.0/config/apex
    Enter the name of the database server [localhost]:ddb001-v.maximusbchealth.local
    Enter the database listen port [1521]:1521
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:1
    Enter the database service name:apex_edwdev1.maximusbc.ca
    Enter the database user name [APEX_PUBLIC_USER]:APEX_PUBLIC_USER
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:3
    Sep 28, 2012 5:10:12 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: apex_al, apex_rt, apex, edwdev1, edwdev1_al, edwdev1_rt
    Then I create a routing based on theRequest Path Prefix:
    java -jar apex.war map-url --type base-path /edwdev1 edwdev1
    Sep 28, 2012 5:12:32 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /space/sw/oracle/products/apex/2.0.0/config/apex
    oracle@vs-dapp041:/sw/oracle/products/apex/2.0.0$
    Everything seems fine but when I try to access the second db I get:
    http://vs-dapp041.maximusbchealth.local:7501/apex/edwdev1 => 404 not found
    I am going to be at Open World next week and see if I can talk so someone at the apex stand there.

  • Can't share Aperture photos with iWork and iLife

    I can't see my Aperture photos in any iWork '08 or iLife '08 application. I am running 1.5.4; sharing previews is enabled in Aperture Prefs; previews for my entire Library set to 1280px (and there are definitely previews for every master image). However, I see nothing in any iWork '08 or iLife '08 app – no Aperture 'disclosure triangle' in the Media pane. Nothing. Zip.
    I have rebuilt the Aperture database (Command + Option on start-up) for all 242 projects, but still no go.
    The only thing I think it could be is that my 'Aperture Library.aplibrary' (all 95GB of it) is stored in its entirety on a different hard drive, with an alias pointing to it from my '~/user/Pictures' folder on my boot drive (which it shares with iPhoto Library). I thought alias' were supposed to be transparent to the OS and the other apps would be able to see my 'Aperture Library.aplibrary' as if it were on my primary drive (i.e., the same drive). Is there a permissions thing happening here?
    This one has got me stumped. Any thoughts on why I can't share my Aperture photos with iWork '08 or iLife '08 would be gratefully received.

    Solved it!!!
    I just went a little berserk with the plist files in ~/user/Library/Preferences (sorry, not very scientific....).
    Interestingly, in addition to iWorks and iLife apps having their own preference files, there is also a file called 'com.apple.iApps.plist'. This was locked for some reason. Anyway, it and all the other pref files got trashed and then the trash emptied. Then I restarted my Mac and opened up iPhoto.
    Bingo!
    Same for Pages, etc.
    Thanks to all who took time out of their day to help me -- much appreciated.

  • Problem with include and relative path in jsp

    Precompile jsp with wlappc in 9.2, I got the error "The include file was not found" when the jsp use <%@ include file="../includes/dataEntry/code_error.html" %>
              This code used to work with 8.1. I notice that someone has report the same problem with 9.0 and you have patch for it. Is it fix in 9.2 or do I require a patch as well?
              Thanks,
              Khuemy

    When you precompile, can you say "Keepgenerated=TRUE". It might help you track
              down the difference with the URL. You should only get a 404 error when the
              resource is not found at runtime, which is independant of when you compile. The
              difference should be in how the URL is compiled.
              Chris
              ali wrote:
              > I am using WLS 6.0 SP1, when I use relative path in <jsp:forward> in my JSPs
              > it forwards ok if I am using directly JSPs but if I am using pre-compiled
              > JSPs (and have proper servlet-mappings
              > in my web.xml), I get 404 error with the relative-path, if I change it to
              > absolute path with pre-compiled JSPs it forwards ok , then.
              > any ideas why this is so?
              > thanks,
              

  • Problem with jsessionid and relative paths

    I'm having an issue with jsessionid in a J2EE application running on an all Oracle platform (Oracle DB, 9ias, etc.). Most of the time sessions are tracked with cookies, but occasionally the jsessionid appears on the URL (on first login with a new browser window I think?).
    Anyway, sometimes the session id is very large (100 chars +) and includes special characters, specifically a backslash. This is causing problems with relative paths in the page.
    Is this normal behavior or is there a problem with my app server/JVM setup? Has anyone else seen this? Thanks for any advice.

    Hi Stefan,
              The issue was logged as CR238704. You can either contact [email protected] or
              just pass me your email Id and I'll send the patch to you.
              -- Nagesh
              <Stefan Krause> wrote in message news:[email protected]..
              > The problem I have is that the application is very old and at the same
              > time very big (so we're doing the transition step by step) and there are
              > lots of variables (and even methods in JSP pages - no comment) shared
              > between the JSP pages!
              > So for us jsp:include isn't an option...
              >
              > Is there a way to report bugs when you've got only the free development
              > license?

  • Projects opening with Photoshop and Not Premiere?

    When I get done with a file and try to go back to it it opens with Photoshop cs5 instead of Premiere Pro Cs5
    Here are things I have tried to do to fix it
    Right clicked it and tried to OPEN with Adobe Premeiere from the Programs menu Wouldn't work, Unclicked Always use Selected Program, But Still it didnt show up under the recommended programs...
    Ive run Sypybot and Malware Programs No viruses or anything on it
    tried System Restore It Didnt help Either
    My Problem seems to be all of My Premiere pro Files are all associated with Photoshop it wasn't like this when I first installed it.
    I went in and did a repair that didnt work either Ive been struggling with this problem for months
    I then tried several Programs that was suppose to remove association type but it still has the Photoshop icon and still opens with photoshop
    I don't want to run a clean install because It takes way to long so what can I do?

    Colin Brougham wrote:
    The following should fix the problem. Note that I take no responsibility for  what this does or may do, so you're on your own. I have had no problems with  it, but that is no guarantee of anything.
    Create  a new text document (name it whatever you like), and change the  extension to .reg; this will specify it as a Windows registry file  entry. Copy and paste the following into the document:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Adobe.Premiere.Pro.Project]
    @="Adobe Premiere Project"
    [HKEY_CLASSES_ROOT\Adobe.Premiere.Pro.Project\DefaultIcon]
    @="\"C:\\Program Files\\Adobe\\Adobe Premiere Pro CS5\\Adobe Premiere Pro.exe\",1"
    [HKEY_CLASSES_ROOT\Adobe.Premiere.Pro.Project\shell]
    @=""
    [HKEY_CLASSES_ROOT\Adobe.Premiere.Pro.Project\shell\open]
    [HKEY_CLASSES_ROOT\Adobe.Premiere.Pro.Project\shell\open\command]
    @="\"C:\\Program Files\\Adobe\\Adobe Premiere Pro CS5\\Adobe Premiere Pro.exe\" \"%1\""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.Premiere.Pro.Project]
    @="Adobe Premiere Project"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.Premiere.Pro.Project\DefaultIcon]
    @="\"C:\\Program Files\\Adobe\\Adobe Premiere Pro CS5\\Adobe Premiere Pro.exe\",1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.Premiere.Pro.Project\shell]
    @=""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.Premiere.Pro.Project\shell\open]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.Premiere.Pro.Project\shell\open\command]
    @="\"C:\\Program Files\\Adobe\\Adobe Premiere Pro CS5\\Adobe Premiere Pro.exe\" \"%1\""
    Save the file, and then simply double-click it. A  dialog will appear asking if you want to add this information to the  registry--click Yes if you do (which I assume is why you're asking).  This will reassign the extension to the shell command to open a .prproj  file to Premiere Pro CS5--nothing more.
    Again, I accept no responsibility for this if it melts your hard drive, calls you names, and kicks you in the shin. Registry hackery is not for the faint-of-heart, but in terms of potential for mishap, this rates about a 1.2 on a scale of 10.
    Thanks For the Info I Tried that before and It still didn't help But I finally figured it out with another program and It seemed to clear everything up

Maybe you are looking for

  • How can I run a 32 bit application on a 64 bit machine?

    A program I use: Easyeclipse seems to only support 32 bit. Since I have a 64 bit system, I can't run it. Is there any way I can run a 32 bit executable on a 64 bit system?

  • Worst customer service experience I have ever had.

    I have never felt so disrespected by a company in my entire life. Their customer service is beyond terrible, as anyone can see by reading the various posts from frustrated customers on this forum. I ordered a laptop on November 30th as a present for

  • Variables Not Appearing Correctly

    I am using RoboHelp 8 and FrameMaker 9. In RoboHelp, I have linked to a FrameMaker book. I have encountered a problem that I cannot seem to resolve. All of my FrameMaker variables have imported correctly. However, in a few instances the following cod

  • Email with attachment in CF8.0.1

    Hello, We have some ebiz applications which sent out emails with a file attachment. After we upgraded ColdFusion from MX version to 8, then 8.0.1, the emails cannot be delivered with an attachment. The ColdFusion Mail Spool Encountered An Invalid Spo

  • Oracle BI Server stopped when i tried to login using LDAP

    Hi, My BI server stop suddendly when i tried to login with my LDAP username/pwd, it was working fine when i was using Adminsitrator/SADMIN, and when i tried to start it using ./run-sa.sh start it has the below error in the log: *[oraclebi@uschilxbit0