Project Content panel for Project Properties failure

I'm trying to inspect/edit the project properties (right click the project in the navigator panel and left click "Project Properties") in JDev build 10.1.3.2.0 on Windows. I get the following stack dump:
java.lang.IllegalArgumentException: The content folder is not under the specified source root.
     at oracle.jdeveloper.model.ContentFolder.<init>(ContentFolder.java:123)
     at oracle.jdeveloper.model.ContentSetPanel.populateContentList(ContentSetPanel.java:359)
     at oracle.jdeveloper.model.ContentSetPanel.loadFrom(ContentSetPanel.java:157)
     at oracle.jdeveloper.model.JProjectPanel.loadFrom(JProjectPanel.java:211)
     at oracle.jdeveloper.model.JProjectPanel.onProjectPanelEntry(JProjectPanel.java:123)
     at oracle.ide.model.panels.ProjectSettingsTraversablePanel.onEntry(ProjectSettingsTraversablePanel.java:87)
     at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
     at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
     at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
     at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
     at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
     at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
     at javax.swing.Timer.fireActionPerformed(Timer.java:271)
     at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:515)
     at java.awt.Dialog.show(Dialog.java:536)
     at java.awt.Component.show(Component.java:1300)
     at java.awt.Component.setVisible(Component.java:1253)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
     at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:223)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:89)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:80)
     at oracle.jdeveloper.model.JProjectStructureController.handleEvent(JProjectStructureController.java:111)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
     at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Any suggestions on how to resolve the "The content folder is not under the specified source root." issue? When I click "OK" on the Project Properties I get an "An output directory must be specified." alert box. Clicking "Cancel" clears the panel.
Thanks.
John Jeunnette

Hi,
please check with another "fresh" project. The error message
java.lang.IllegalArgumentException: The content folder is not under the specified source root.
indicates that you messed up with the project file location, which no longer seem to be in the defined source directory.
Close all workspaces and projects in JDeveloper, and create a new project accepting the default settings. This should work then
Frank

Similar Messages

  • Click on "Add to Project Content..." button, Project Properties popup

    This happens in JDev 10.1.3, when focus on a project or any file under a project.

    Charles,
    The way items are added to projects has changed in 10.1.3. The project properties dialog has a "project content" node, which is where you configure which items show up. Check out the "what's new" page for some details.
    Hope this helps,
    John

  • Bug in workshop Project Properties for a Java Project !!

    I have a Java project which i am trying to make work with junitee so
    that i can automate my test cases. I have installed junitee as a web
    application named 'junitee' and configured it no problem.
    I have my JUnit test cases in Java Project named 'UnitTest'. What i want
    to happen is that when i build my UnitTest project i want the resulting
    JAR file UnitTest.jar copied into the WEB-INF\lib of the junitee project.
    In order to do this i needed to change the project 'Build' options and
    select the "Copy JAR file from Libraires to Project as" and refer to the
    junitee web app as follows:-
    ../junitee/WEB-INF/lib/UnitTest.jar
    Unfortunately when i do this and select Ok to save my changes workshop
    gives me the following error:-
    The JAR name contains illegal characters. Please correct the name.
    However i have managed to get around this and make it work by manually
    modifying my .work file by hand and not through workshop. This works and
    achieves exactly what i want however it must be a bug in workshop to not
    allow this through the Project Properties window !.
    Else if it is deliberate then i cant see why as you should be able to
    copy a JAR file to any lcoation inside the project if you wish to. I
    hope this gets fixed in SP3.
    Martin

    .. I tried using iPhoto to export a QT file of an image slideshow....
    I would start here to play on the knobs&sliders ..
    what were your settings for export? "QT file" => that is many dozends of options of compression, codecs, resolutions, etc. pp ...
    the consumer apps FCE and iM are meant for TV display only => reduced res + reduced colors, quality reduced due to interlace (due to TV standards) ...-
    a Full Res, h264 encoded qt.mov should display your photos in shining quality ...

  • Setting in Project Properties for PAL 1920 x 1080

    Hi there,
    I have been using LiveType in Std Def without problem.
    Now I have switched to HD, my FCE4 is editing in PAL 1920 x 1080.
    What setting is FILE > Project Properties shall I set in LiveType because I see the canvas has gone too big & not managable !!
    HELP HELP HELP
    Thanks

    Nick Holmes wrote:
    Pick any of the 1080 presets -it doesn't matter which, although you might have to adjust the frame rate to suit.
    Another way to automatically adjust the properties is to simply drop in a small piece of video in the required format via the Place Background Movie command in the File menu. Save the setting and then delete the video.
    I see the canvas has gone too big & not managable !!
    Click the percentage button at the bottom left of the Viewer. Set it to "Fit to Screen".
    Thanks Nick.
    But how do fix the size of all the various windows.
    After I adjust until all the 4 windows are to my liking, I work on it.
    But when I close Live Type and I fired up Live Type on the next time, all the 4 windows go haywire in size again. How do I fixed (and save) the size of the 4 windows once & for all ?
    Thanks

  • [svn:fx-trunk] 8056: More updated project properties files for the sparkTest project.

    Revision: 8056
    Author:   [email protected]
    Date:     2009-06-22 12:13:58 -0700 (Mon, 22 Jun 2009)
    Log Message:
    More updated project properties files for the sparkTest project.
    Modified Paths:
        flex/sdk/trunk/development/eclipse/flex/sparkTest/.actionScriptProperties
        flex/sdk/trunk/development/eclipse/flex/sparkTest/.project

    Thats good news.

  • Properties panel (for Content Types) not showing when creating sharepoint based document

    Hello,
    I've created three Content Types to populate when creating a new Budget document. The problem I'm seeing is that my pc always opens the Budget doc in Word Online and the properties box does not show. When I create a new Budget doc with my test pc, where
    it always opens in Word, the properties box does show the three Content Types.
    Is the idea of Content Type and the properties window supposed to work in Word Online?
    My pc is Win 7, Office 2010 and IE 11
    My test pc is Win 8, Office 2013 and IE 10
    Thanks

    Hi Jimbo, they don't work online. You should change your library settings to open documents in client program.
    cameron rautmann

  • BUG? Default Project Properties, Business Components: Base Classes

    Is it just me, or is there a bug in the Default Project Properties Dialog when attemptiong to specify custom classes for the Business Component Base Classes.
    I have extended EntityCache and can successfully specify it as a base class via the Project Properties dialog, but in Default Project Properties, I get an error stating: "The selected class is not a valid superclass. Either is does not implement the interface oracle.jbo.server.EntityCache or it has an invalid modifier".
    FYI: My custom library has been added to the Default Project Properties->Libraries.
    Any help?

    Does it work if you use the:
    Tools | Preferences... | Business Components > Base Classes panel instead?

  • NullPointerException when opening project properties ANT tab

    I added an Ant buildfile to my web project and now every time I open the project properties dialog to the ANT tab, I get the exception below. Also, none of the targets are listed in the ant toolbar dropdown.
    Any ideas?
    java.lang.NullPointerException
         at oracle.jdevimpl.ant.ProjectBuildfilePanel$TargetItem.equals(ProjectBuildfilePanel.java:486)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:85)
         at oracle.jdevimpl.ant.ProjectBuildfilePanel$NonNullableSortedComboBoxModel.setSelectedItem(ProjectBuildfilePanel.java:550)
         at oracle.jdevimpl.ant.ProjectBuildfilePanel.updateTargets(ProjectBuildfilePanel.java:403)
         at oracle.jdevimpl.ant.ProjectBuildfilePanel.loadFrom(ProjectBuildfilePanel.java:270)
         at oracle.jdevimpl.ant.AntPanel.loadFrom(AntPanel.java:91)
         at oracle.jdevimpl.ant.AntPanel.onProjectPanelEntry(AntPanel.java:65)
         at oracle.ide.model.panels.ProjectSettingsTraversablePanel.onEntry(ProjectSettingsTraversablePanel.java:86)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.access$7000971(MDDPanel.java:105)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1339)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1207)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1200)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
         at java.awt.Dialog$1.run(Dialog.java:540)
         at java.awt.Dialog.show(Dialog.java:561)
         at java.awt.Component.show(Component.java:1133)
         at java.awt.Component.setVisible(Component.java:1088)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:203)
         at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:90)
         at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:81)
         at oracle.jdeveloper.model.JProjectStructureController.handleEvent(JProjectStructureController.java:309)
         at oracle.ide.IdeAction.performAction(IdeAction.java:661)
         at oracle.ide.IdeAction$2.run(IdeAction.java:889)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Yes, I open the project properties and select the ANT node. When I do, I get a small dialog box saying:
    An error has occurred. Click Details for information that may be useful when diagnosing or reporting this problem. It has a "Details>>" button and when you press that, you get a text area showing the stack trace that I posted earlier.
    If you then click "Ok" on that dialog, the right side of the properties window shows the follwing:
    ANT
    O Use Custom Settings
    O Use Project Settings
    Internal Error when attempting to create this panel
    |
    | The stack trace is shown again here
    |
    None of the other controls (buildfile entry area and target lists) are visible).
    If I switch to a different node, and then switch back to the ANT node, the exception message is gone and the "Project Buildfile" entry area and Browse button are visible. The buildfile I've specified is properly displayed. However, the available targets list is empty and the Default target selector is disabled.
    If I close the dialog and bring it up again, the sequence starts over again.
    Please let me know if I need to clarify any of this.
    Thanks.

  • JSC 2.1 ignores path properties in nbproject/project.properties ?

    Hi,
    I have to import a Netbeans 5.0 project into JSC 2.1 in order to use the JSF UI designer. The project has the Java BluePrints source structure with all folders external to the Netbeans project folder (because it was created with other tools in the past). It is a mix of legacy servlets, plain JSP and JSF pages.
    In Netbeans it was no problem to import the source tree by using the option "Web Application with Existing sources" from the project wizard and tweaking the pathes in nbproject/project.properties. In JSC this option does not exist. Also I cannot just move all the sources into a standard JSC project folder since it is a large project in a CVS repository. Also I cannot use softlinks since some people work on the project using Windows and some use Linux.
    So I tried to edit the path settings in nbproject/project.properties manually. Here are the relevant lines I changed from a default JSF project created by the JSC wizard I used to manually import the project into JSC:
    conf.dir=${file.reference.jsctest-src}/conf
    file.reference.jsctest-test=../../test
    file.reference.jsctest-web=../../web
    file.reference.jsctest-src=../../src
    jsf.pagebean.package=jsctest
    jsf.project.libraries.dir=lib   # <-- not sure what goes in here
    source.root=${file.reference.jsctest-src}
    src.dir=${file.reference.jsctest-src}/java
    test.src.dir=${file.reference.jsctest-test}
    web.docbase.dir=${file.reference.jsctest-web}The web.xml, faces-config.xml, ... etc. are all prepared for JSC. JSC seems to understand it and opens it correctly and list the external folders like Netbeans would. But when I try to add a new JSF UI based page I get a NullPointerException. From the message log:
    java.lang.reflect.UndeclaredThrowableException
         at $Proxy14.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
         at java.awt.Component.processMouseEvent(Component.java:5488)
    Caused by: java.lang.NullPointerException
         at com.sun.rave.api.jsf.project.ui.WebFormIterator.instantiate(WebFormIterator.java:131)
         at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:557)
         at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:396)
         at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:218)
         at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1425)
         at org.openide.WizardDescriptor.access$900(WizardDescriptor.java:63)
         at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1327)
    [catch] ... 67 moreWhen I look into the files view of the project I see that JSC recognizes the classes in the external source packages folder like Netbeans would. But it creates at the same time a non-existing folder named src below the JSC project folder which contaings an empty folder named "jsctest" (the default package name I selected for page beans).
    So it seems some part of JSC (the web designer?) ignores the path settings in nbproject/project.properties while others (the code from NB4.1?) does not. When I move all project sources into the JSC project folder in their standard location it works but as I wrote above doing that is not an option because CVS etc..
    Or do I have to set some additonal properties in the project for the designer? Or is there any other way to import such a legacy project to create new JSF pages with the designer (we cannot change all servlets / pages at once).
    Or is it just a bug in JSC 2.1 I should report? Or is it a unsupported feature JSC will never support?
    Thanks in advance,
    regards,
    Thomas

    Thanks for your answer.
    Unfortunately, as I described in my inital posting, it is not possible for me to do a refactoring of the source structure in Netbeans because the project is based on a CVS repository and I cannot change the pathes there for several reasons. The web folder and sources folder are outside of the Netbeans project folder anyway. I just thouhgt that JSC would read the pathes from the project.properties file like Netbeans but that doesn't seem to be the case.
    I guess we have to wait for the next JSC version or check out other options.
    Thanks anyway,
    Thomas

  • Can't change fps in project properties

    I can't change the fps in the project properties in Motion 3. I can change everything else, but that. It is stuck at 29.97 but I want it to be at 23.98. Even when I change the preset to, say, 720p24, the fps is still at 29.97. Is this a bug, or is their a magic setting to change somewhere else?

    Oh boy! That's weird. I started a new NTSC Broadcast SD project, but the frame rate was still stuck to 29.97 (the frame rate field is not editable). So instead of changing the preset in the project properties, as I've done before, I tried your suggestion. I created a new project, but in an HD format that supported 24p. I chose the DVCProHD 720p24 setting, fortunately this time, the fixed in cement frame rate was at 23.98; I then immediately changed the preset back to NTSC Broadcast SD within the project properties, and whammo! SD res but the frame rate stayed at 23.98.
    This is really, I mean really counter intuitive. Apple really did not think things through. Perhaps it's a programing logic issue... Who knows... it's still sloppy!
    Thanks Mark for pointing me in the right direction.

  • What is the "Imported Namespaces" window in Visual Studio Project Properties (VB)

    What is the "Imporeted namespaces" window (see below) in Project properties (VB)

    Hi trogan,
    This is the official document Description from
    How to: Add or Remove Imported Namespaces (Visual Basic):
    Imported namespaces are managed on the References page of the Project Designer. The imports you specify in this dialog box are passed directly to the compiler (/imports) and apply to all files in your project.
    But I think we could understand it better with this document:
    References and Namespaces in VB.NET
    Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and has not tested any software or information found on these sites;
    Therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Render Format in Project Properties is disabled, why?

    Hi,
    I can't change the Render Format in my Project Properties,
    Does anyone have any idea why it would be disabled?
    I've read the manual & watched various tutorials & none of them mention this possibility.
    BTW I'm trying to do this because having chosen ProRes422Proxy, the video looks compressed & horrible while editing; far below the quality I was expecting.

    Sorry, yes the audio sample rate was originally Surround/48Khz, I was just playing around to see if I could get the render format to enable.
    I did have a clip in the project, which was rendered in Motion5 (in ProRes4444), but I deleted this clip & the Render Format is still disabled.
    I didn't notice this before, but for some reason, some of the later clips I'm using have no audio track.
    This is not right and is probably because whenever I use FCPX to import video from my PAL DV camera, it fails to include audio. And probably fails to do something else...
    So I have since discovered that I have to use FCPExpress to import all my footage.
    This will take a while, but no doubt if I re-import these clips in FCPExpress, the issue will go away - just a hunch.
    Unfortunately, with FCPX's inability to reconnect old clips - I guess it means I'll have to start this project all over again. Yay! ;-)

  • Modifying project properties of custom project system

    I have tried to create a custom project system by walk through https://msdn.microsoft.com/en-us/library/vstudio/cc512961.aspx and succeeded. And now I want to modify the project properties of this created project system. The second part of this walk
    through is guiding to create property pages for solution properties. (Solution Explorer-> Right Click on Solution and select Properties) I don't want to modify solution properties, I need to customize project properties (Solution Explorer-> Right Click
    on Project and select Properties) by adding new tabs and other items for my custom project system. Please help me as soon as possible.

    Hello,
    you can't customize the project properties in VS (for any version), you have 2 solutions :
    1- You must develop addin for visual studio
    From MSDN :>
    https://msdn.microsoft.com/en-us/library/80493a3w.aspx
    https://msdn.microsoft.com/en-us/library/5abkeks7.aspx
    From code project (3 Tutorials) :>
    http://www.codeproject.com/Articles/292073/Extending-Visual-Studio-Part-1-Creating-Code-Snipp
    http://www.codeproject.com/Articles/324611/Extending-Visual-Studio-Part-Creating-Addins
    http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-3-Item-Templates
    2- you can customize projefct properties from project file, in the links below you find how to create and customize project file :
    https://msdn.microsoft.com/en-us/library/cc175544(v=vs.90).aspx
    http://www.codeproject.com/Articles/27931/Customizing-csproj-files-to-autogenerate-AssemblyI
    http://www.codeproject.com/Articles/31257/Custom-Tools-Explained

  • Project properties

    Im using fcpx 10.1.1 .   I want to change the project properties that were set by the first frame in my project.   Command J and window/project settings are greyed out.  Any advice on resetting the project properties for a project?
    thanks

    Make sure the timeline is active and the project open, or select the project in the event and look at the Info inspector. If that doesn't work post a screen shot of the timeline.

  • Project Properties timing

    In iMovie under project properties in timing, does the the initial video placement have anything to do with the photos in a slideshow at all?

    Click on one of the thumbnail images in the project timeline, then select "Edit > Select All" from the menu. All clips in the project will now be highlighted with a yellow border.
    Now click on the small gear icon on one of the images. From the drop-down menu select "Cropping & Rotation". (Alternatively, click on the Crop, Rotate & Ken Burns tool in the centre toolbar - or simply press the C key on the keyboard).
    In the Viewer, select Fit (in the top left corner). All clips will now be changed to Fit.
    It's best when starting a new project to choose your preference from "File > Project Properties", then make a selection for the item "Initial Photo Placement". iMovie's default is Ken Burns (as you've discovered).
    John

Maybe you are looking for

  • PDF from a MacBook Pro to my iPhone via a USB cable

    Hello!!!! How can I transfer pdf files from my mac to my iPhone using a usb cable? All I want to be able to do is email files off with my iPhone. I'm going away for a few days so don't really need to get mobile broadband for my mac but I can imagine

  • Still pictures lose resolution when transition added?

    i'm making a slideshow in FCP using still pictures. when i add a disolve, or key frame a crossfade between two pictures the pictures lose their sharpness/resolution. the last frame before the dissolve ends the picture remains sharp, but as soon as th

  • Scsi messages in /var/adm/messages file

    Hi, After open the /var/adm/messages i have the SCSI error messages: Jul 8 15:45:13 kapttdw2 Corrupt label; wrong magic number Jul 8 15:45:13 kapttdw2 scsi: [ID 107833 kern.warning] WARNING: /ssm@0,0/pci@1a,600000/SUNW,qlc@1/fp@0,0/ssd@w5006048452a65

  • Error while importing XI Content for Software compnent version

    Hello All We have Installed XI system and working on Post Installation Activities. As per the Installation Guide We are trying to import XI Content for Software Component version in to the Integration Builder, In the integration builder , when we sel

  • Re: Reading Ext Basic Text of Material from table

    Hi All, We hav a scenario that to retrevie the extended basic text of a material posted in the Transaction MM03. We searched in the tables STXH & STXL but still we are unable to find the Additional text defined for that particular material. Any idea