Deploying libraries and projects...

Hello All
We have problem trying to make a distribution on a compiled library.
The application that we had consist of many projects. We separate the
service objects and the objects in different projects, because we need to
reference a service object from another and develop a three tier application
so we had to divide like this form :
Project Service Object 1
Project Object 1
Project Service Object 2
Project Object2
where Object1 makes a call to Service Object 2.
The problem is that we want to deliver the application and compile the
project that contains objects in order to don´t give the source code, so
someone told us that we have to separate the service objects from objects in
order to compile the projects that contain the objects as libraries and let
the services objects in another projects without compile.
So the previous schema finally seems like this :
Project Service Object 1
Library Object 1
Project Service Object 2
Library Object 2
To compile this, the manual told to compile in order so We start with :
Project Object 2 -> Configure As Library -> check compile -> generate
.lgf -> run fcompile and get .dll. (OK)
Project Object 1 -> Configure As Library -> check compile -> generate
.lgf -> run fcompile (ERROR)
the error
said that there was not .lib.
That was
strange because generating Object2
fcompile
generates .bom, .lib and finally .dll. (??)
Please if someone out there know something please told us....
Probably a library can´t have a supplier project with service object in
it...
Thanks For Help
Julio Fernández
[email protected]

Hi Frank,
Thanks for the answer. I couldn't follow how the custom Manifest file will help in our case. Could you please provide some more details?
My problem is I don't know in which order I need to compile the projects. I can do this manually but I am looking for a solution that will do this automatically.
As the project grows it will be too hard to decide the order manually.
Thanks

Similar Messages

  • Zombie libraries and projects

    I encountered a strange situation while using referenced masters, on a NAS (if that matters).
    My Aperture libraries are on my MBP, while referenced masters are on a NAS. Library A consists of some projects that are mapping to folders on the NAS, and Library B refers to some others.
    One day, suddenly all projects in Library B lost connections to their masters (170+ projects and 28,000+ photos all with the red badges, Aperture showed the NAS volume as Offline), and I could not reconnect them (the NAS volume was not shown in the lower part of the reconnect page for selection). I tried several times to revive the zombi library and its projects. For just one time it worked and all photos were back to life, but became zombies again the next time. At times it seemed they were back with the normal badges, but actually not because I could not adjust or relocate any of the photos. I rebuilt the library several times but that did not help. I could import new projects from the same NAS again into the library and they worked well, but the zombies were just dead forever. For the working projects, Aperture showed the volume as Online, but for the zombie projects, it showed the same volume as Offline. I tried export and import the zombie projects, but they were still zombies no matter where they go. At the same time, Finder was happy to see the volume and all its files without any problem.
    I gave up and created a new library C, spending days to import all 170+ projects again from the NAS as referenced masters. I got a functioning library and could happily work on it for several days, until one day suddenly all projects and versions became zombies again. Library C became Library B.
    On the contrary, I have a good lasting Library A (700+ projects and 150,000+ photos) that works. It was created before library B, referencing to the same NAS volume but different selection of folders. On one day, though, one of the projects suddenly showed all red badges for the versions, too, but luckily just that project. Aperture showed the volume of the troubled photos was Offline, but it said it was Online for all other photos in other projects. I could not revive that project, so I deleted it and re-imported from the NAS again to build an exact same new project, and it has been working with all others ever since.
    I still have no clues about what went wrong to Library B and C (and that single project in Library A). For me they are just like Library A but referring to different set of masters on the same NAS. Under what condition would Aperture consider the same Volume as Offline for some of the versions while Online for others, at the same time and in the same Library? And it's strange that when I work on Library A, Aperture sees the NAS volume as Online, but when I switch to Library B, it sees it as Offline immediately. I am afraid that one day my Library A would unexpectedly become zombie, too, then all my Aperture work will be history.
    Has anybody encountered the same situation as mine? Hope I could get some advices here.

    I see that now. Though it still could be an issue.
    If you could distill your problem down to a short paragraph it might be easier to figure out whats going on.
    regards
    Message was edited by: Frank Caggiano

  • Where are my libraries and projects ? update of Maverick in cause ??...

    Tonight all I have is problems with Final Cut Pro X... I read many similar things in the last few hours, and start to wonder if this could be the last OS X update in cause ??... Everything was fine 3 days ago...
    - As per my other post (few minutes ago) : unable to share to master file or any other format. Compressor fail as well..
    - Now, trying to solve problem, I lost view of all my projects. Last project I was almost over with : all I se now is just the audio track !!... (Ok this one could be just something I touched... how should I get the entire project back ??...)à
    - I've rebooted the Macbook Pro, re-opened FCP, then now it looks freezed for last 15 minutes trying to ''load events'', with a progress bar greyed out.
    I just hop eI have not lost all my projects...
    FCP is a nightmare tonight...

    Need more information to begin to help.
    What version of FCP X do you have installed? Did you recently update from an earlier version?
    Are your projects and media on your boot drive?
    Russ

  • Need to deploy both Visio and Project 2010 by GPO

    I'm looking for a way to deploy Visio and Project 2010 to selected users without SCCM.
    I tried a logon script based on the one Microsoft posted as a sample in Technet and it worked for some users, but is unreliable.  When the users need both Visio and Project, it would error out because it says 2 setup files can't run at the same time.
     So, I set a GPO for logon scripts to run synchronously and it worked for some users, but others would get a black screen at logon that would hang forever.  Seems to me this is UAC interference with no UAC prompt being popped up.  When the script
    was disabled, they could log on normally.
    I thought of startup scripts, but that does not show the user that the software is installing, so they think their computer is stuck booting.
    What are solutions?

    This is the login script I'm using for Visio 2010.  I just substitute the work Visio for Project to make a login script for Visio.  
    It works but the part where it is supposed to recognize that the product is already installed and not install again doesn't work.  can you see an error or other reason why?
    setlocal
    REM *********************************************************************
    REM Environment customization begins here. Modify variables below.
    REM *********************************************************************
    REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix. 
    set ProductName=Office14.Visio
    REM Set DeployServer to a network-accessible location containing the Office source files.
    set DeployServer=\\server01\userapps\VisioPro2010
    REM Set ConfigFile to the configuration file to be used for deployment (required)
    set ConfigFile=\\server01\userapps\VisioPro2010\Visio.WW\config.xml
    REM Set LogLocation to a central directory to collect log files.
    set LogLocation=\\server01\userapps\VisioPro2010\logs
    REM *********************************************************************
    REM Deployment code begins here. Do not modify anything below this line.
    REM *********************************************************************
    IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86)
    REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key
    :ARP64
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if NOT %errorlevel%==1 (goto End)
    REM Check for 32 and 64 bit versions of Office 2010 in regular uninstall key.(Office 64bit would also appear here on a 64bit OS) 
    :ARP86
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if %errorlevel%==1 (goto DeployOffice) else (goto End)
    REM If 1 returned, the product was not found. Run setup here.
    :DeployOffice
    start /wait %DeployServer%\setup.exe /config %ConfigFile%
    echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    REM If 0 or other was returned, the product was found or another error occurred. Do nothing.
    :End
    Endlocal

  • JDeveloper project libraries and Maven dependencies

    hi
    Using the Apache Trinidad Maven JDev Plugin, I am wondering how JDeveloper project libraries and Maven dependencies are supposed to be related (or "matched", or "kept in sync", or "work together", or ...).
    With the Maven settings.xml configured like this ...
    <settings>
      <!-- ... -->
      <localRepository>C:\my-maven-repository</localRepository>
      <!-- ... -->
    </settings>... I tried this ...
    C:\projects>mvn -v
    Maven version: 2.0.9
    Java version: 1.6.0_05
    OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
    C:\projects>mvn archetype:create -DgroupId=com.oracle.forums.mvnfirstproj -DartifactId=mvn-first-proj
    [INFO] OldArchetype created in dir: C:\projects\mvn-first-proj
    C:\projects>cd mvn-first-proj
    C:\projects\mvn-first-proj>mvn org.apache.myfaces.trinidadbuild:maven-jdev-plugin:jdev
    [INFO] Scanning for projects...
    [INFO] artifact org.apache.myfaces.trinidadbuild:maven-jdev-plugin: checking for updates from central
    Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/1.2.7/maven-jdev-plugin-1.2.7.pom
    2K downloaded
    [INFO] [jdev:jdev]
    [INFO] Generating JDeveloper 10.1.3.0.4 Project mvn-first-proj
    [INFO] Generating JDeveloper 10.1.3.0.4 Project mvn-first-proj-test
    ...After this, the file C:\projects\mvn-first-proj\mvn-first-proj-test.jpr contains
          <!-- ... -->
          <list n="libraryDefinitions">
            <hash>
              <list n="classPath">
                <url path="../../my-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar" jar-entry=""/>
              </list>
              <value v="true" n="deployedByDefault"/>
              <value v="junit:junit:jar:3.8.1" n="description"/>
              <value v="junit:junit:jar:3.8.1" n="id"/>
            </hash>
          </list>
          <!-- ... -->Notice the path for the JAR file in my specific Maven repository, to be relative to my specific project location.
    questions:
    (1) This seems to severely limit the options to share such a JDeveloper project file between developers in a team (e.g. using Subversion), because they would need their Maven repository and their JDeveloper project to be in the same (relative) location. Is this intended? Are there any options to work around these limitations?
    (2) If a project evolves, and additional libraries need to be configured in a JDeveloper project, what would be the preferred approach to keep these in sync with Maven dependency configurations?
    many thanks
    Jan Vervecken

    Hi Jan,
    Yes, some of the current approach is not ideal.
    +"Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time."+ - By having the pom.xml define for the project, I get the ability to run site goals, junit tests and other maven reports - get a feel for the project state. Even with a very basic pom.xml file containing the groupId, ArtifactId, version, SVN repository definition and the release plugin you gain the ability to use "mvn release:clean release:prepare" to help with tagging the source in SVN. These represent progress as up to this point the team has not had access to this.
    +"Making the build process easy".+ - The approach does make the build part easier for JDeveloper 10.1.2. As a maven build, it is now possible to check the project into SVN and have it built by Bamboo, without having to include an installation of JDeveloper 10.1.2 (for library access) on the CI server.
    +"If I understand correctly, in your approach, you are trying to keep both pom.xml and JDeveloper project files up-to-date manually?"+ - The only reason for keeping the JPR in sync with the pom.xml file is to allow the developers to still make use of features such as selecting run from the right click menu. At present, I am still slowly getting up to speed on how JDeveloper works and interacts with OC4J. Ultimately, you would want a maven plugin that will deploy the packaged WAR or EAR to the OC4J stand-alone or remote instance. This plugin would probably wrap the commands that the IDE uses, e.g.
    If you right click on the deployment profile for a project (JDeveloper 10.1.2) and select the Platform > Standalone OC4J options, you find:
    Deploying Ear+
    ${java} ${jvm.max.heap.size} -jar ${admin.jar}
    ${oc4j.url} ${username} ${password}
    -deploy -file ${ear.file}
    -deploymentName ${j2ee.app.name}
    Binding Web Apps+
    ${java} -jar ${admin.jar}
    ${oc4j.url} ${username} ${password}
    -bindWebApp ${j2ee.app.name} ${j2ee.web.app.name}
    ${oc4j.web.site} ${j2ee.context.root}
    And for Platform > OracleAS Remote DCM:
    ${java} -Djava.protocol.handler.pkgs=HTTPClient
    -jar ${Oc4jDcmClient.jar}
    ${dcm.servlet.url} ${username} ${password}
    redeploy ${remote.oracle.home}
    ${ear.file} ${j2ee.app.name} ${oc4j.instance.name}
    With a maven plugin- wrapping the deployment (possible even to the embedded OC4J) you could then look at get away without maintaining the libraries in the JPR. The JPR the becomes the configuration file for the IDE interaction only without affecting the build. For debugging, you can deploy to a standalone instance and start it using:
    java -server -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000 -jar oc4j.jar
    Then connect to the port specified. The primary project I was working on was developed in Netbeans and deployed to SJSAS. I have since switch this project to working with JDeveloper 11.1.1 as the IDE and doing remote debugging from the IDE connecting to the SJSAS debug port.
    Note, that the maven plugin development for the managing of these aspects should be easier with JDeveloper 11.1.1 and the integrated WLS.
    Have you used this approach in a project that uses ADF Business Components? - Yes, I have used it on one of the smaller ADF projects that had already been produced by the team. This project has all the maven features and ability to deploy to the remotes AS via ant scripts. The approach worked in both the dev and test environments. However, for final deployment, I still used the deployment profile to be consistent with the rest of the team.
    Regards,
    Graeme.

  • App-V 5.0 // Visio - Project with Integration + local Office 2010 Deployment Kit and COM settings

    Hi, I did read all the Microsoft and non-microsoft documentation first. However, I didn't find an answer to these 3 questions: 
    Situation:
    * Locally installed Office 2010.
    * Visio and Projects 2010 sequenced with App-V 5.0 SP3 sequencer with integration scenario (http://support.microsoft.com/kb/2830069)
    * User-target of Visio and Project (I now according to documentation this should be published globally. Since not every user has a license this is no option. So far my tests do not show any problems with user-targeted visio/project)
    * Visio has "allow COM objects to interact with the local system" and "OutOfProcessEnabled" enabled
    1) When targeting both visio and project to the user with integration the licensing component only works for the first started application. Therefore I also install the licensing kit locally which make both the visio and project licensing work just fine.
    Anyone sees a problem with having the license kit installed locally and stream the applications with integration on top? With my tests all seems to work well. The advantage of this is that I do not have to have separate packages for integration and non-integration
    scenario's.
    2) To make drag-and-drop from visio drawings in word work I enabled the COM interaction and I need also to set OutOfProcessEnabled="true". Does anyone now how to set OutOfProcessEnabled to true inside the .appv (it is possible with application
    virtualization explorer) and not only manually afterwards in the xml's?
    3) Should these COM settings be enabled for project as well? It seems that pasting in word from project has not the same interaction, it just pastes a table.

    1.  We did similar, installed that MSI for the licensing component locally, and streamed Project and Visio 2010, and so far so good.
    2. There is no way to set those COM options inside the .appv.  You can set integrated vs isolated, but no IP or OoP COM, you have to use the deployment XML.
    3.  This gets tougher to answer, but it goes to how much isolation do you want.  Some of the articles are great just go over my head slightly, but have to deal with how the filter driver processes certain kinds of COM, IP or OoP.  With Isolated
    (as opposed to integrated) the COM systems (local and package) are totally isolated except for global exceptions.
    With integrated, you can further 'integrate' the COM subsystems by enabling those options.  Correct me if I'm mistaken though.
    So do you need to?  If everything works for you I'd say no, but you might find something else doesn't work without those settings.
    Also very important, you cannot join a CG without those subsystems being equal.  So if Project and Visio ever need to be in a CG together and the COM settings aren't identical, you will get an error at the client.
    I really like this article but not going to lie it goes over my head a bit (a bit or a lot depending on my coffee intake)
    http://blogs.technet.com/b/gladiatormsft/archive/2015/01/14/app-v-5-further-into-com-and-dynamic-virtualization.aspx

  • App-V 5.0: Adding Visio 2013 and Project 2013 to a previously deployed virtual Office 2013

    Good morning.
    I can successfully deploy Office 2013 via PowerShell and App-V v5.0 without difficulty.  I've read the document at
    http://support.microsoft.com/kb/2915745/en-us and followed all instructions successfully.
    My question is this:  If Office 2013 without Visio 2013 or Project 2013 is virtually deployed, how can those components be added later?
    For instance, we may have 100 users that acquire a virtualized Office 2013 without Project or Visio.  We then may have 25 users that require a virtualized Office and Visio without Project and, perhaps, another 15 that require Office and Project without
    Visio.
    Currently, when I attempt a second virtual deployment of one of these components, it removes Office 2013 making it inaccessible.
    How can Project and/or Visio be deployed to an already existing virtually deployed Office 2013?
    Thanks very much.
    John
    IAmStrings

    As a part of MDOP, you'll also have access to UE-V which will provide a mechanism of moving user preferences across the same applications from difference packages.
    It will require planning, configuration and deployment, but will ensure you don't face the same issue in the future.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Really confused about libraries, events, and projects

    Hello,
    I'm brand new to editing and I'm having a hard time understanding the difference between libraries, events and projects. If anyone can explain them for me, that'd be great. Thanks

    Here some reading material:
    http://www.apple.com/final-cut-pro/docs/Media_Management.pdf
    Final Cut Pro X 10.1.2: Updating and working with libraries FAQ - Apple Support
    http://www.larryjordan.biz/fcp-x-10-1-manage-projects/
    http://www.fcpxbook.com/updates/101/
    http://www.kenstone.net/fcp_homepage/fcp_x_first_look_10_1_martin.html
    And viewing:
    https://www.youtube.com/watch?v=wGogEwnX9yE
    Hopefully, the above info will clarify everything about the library/event/project hierarchy. The important thing to keep in mind is you can't work without a library; and that library has to hold at least one event. Your event is a folder that organizes your media according to a wide variety of criteria that you can specify. Your project contains the timeline where you assemble your selects, apply your effects to tell your story and it is stored within the event folder.
    You will be happy to hear that those who come to FCP X without much traditional NLE experience (sorry, David) usually pick it up very fast. A guy that I work with didn't even have any iMovie experience and after less than 2 hours of DIY learning, cut a very credible show that aired on a local station.
    Good luck.
    Russ

  • Ant with external libraries and external projects

    I usually use eclipse, now I must use ant for obfuscate my code.
    In eclipse I can import external jars and project. Here is my classpath
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
         <classpathentry combineaccessrules="false" kind="src" path="/PEI"/>
         <classpathentry combineaccessrules="false" kind="src" path="/PEI implementation"/>
         <classpathentry combineaccessrules="false" kind="src" path="/Logger"/>
         <classpathentry kind="lib" path="C:/Java/libraries/jfreechart-1.0.13/jfreechart-1.0.13/lib/jcommon-1.0.16.jar"/>
         <classpathentry kind="lib" path="C:/Java/libraries/jfreechart-1.0.13/jfreechart-1.0.13/lib/jfreechart-1.0.13.jar"/>
         <classpathentry kind="lib" path="C:/Java/libraries/jcalendar-1.3.3/lib/looks-2.0.1.jar"/>
         <classpathentry kind="lib" path="C:/Java/libraries/jcalendar-1.3.3/lib/jcalendar-1.3.3.jar"/>
         <classpathentry kind="lib" path="C:/Java/libraries/mail.jar"/>
         <classpathentry kind="output" path="bin"/>
    </classpath> How can I do the same thing with ant?

    [http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html?PHPSESSID=7292c8206cecdae00f82ea5ac3507e21|http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html?PHPSESSID=7292c8206cecdae00f82ea5ac3507e21]
    [https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/ant/ant.html|https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/ant/ant.html].
    [http://ant.apache.org/manual/|http://ant.apache.org/manual/]

  • Projects and Project Libraries

    I've been happily using Projects since they were introduced in LabVIEW 8-something.
    I've got a Project whose task involves examining directory trees containing other VIs.  In some cases, the VIs my code examines have the same name as one of the VIs being used in the code (I'm running in Development Mode, not from an executable).  To avoid "name clashes", I did a search on NameSpaces and learned about Project Libraries.
    So I've successfully ported all of the files in my Project into a similarly-named Project Library.  The code works just fine.
    Today, I opened my Project to look at one of my VIs, and to my horror, the Project had none of the files showing.  It also didn't show the Project Library (where I "knew" all the files were located).  A tad worried, I looked on my disk, and found the Project Library (.lvlib) file -- if I double-click it, there are my files!
    What I'm having trouble doing (maybe because it is impossible!) is getting a view "inside" my Project Library from the Project Explorer.  Given the close relationship between Projects and Project Libraries (the second is created from the first, for example), I would have expected to see such a link.  Does it exist?  Or are you expected to open both a Project (which, in my case, has files that are not in the Project Library) and the corresponding Project Library?
    Note I did a search through the NI Documentation on Project Libraries, and what I read emphasized the close relationship between a Project and an associated Project Library, including giving them the same (or similar) name and keeping the files in the same folders.  [Hmm -- I just realized I did not name my Project and Library identically -- I called the Project "Project XYZ", and the Project Library "Library XYZ" ...].
    Experience "from the field" would be most welcome!
    Bob Schor
    Solved!
    Go to Solution.

    HandyAndy wrote:
    Would you mind posting your project so someone could take a look at it?
    Dear Handy,
         Humble Pie time (again!).  When I saw your request, I said (to myself, silently) "Just how dumb do they think I am?".  So this morning, I brought back an earlier pre-Library version of my Project, captures some screen shots of "Before", and started to (re-)create my Library.  I couldn't remember exactly how I did it before, so I followed the steps in the LabVIEW 2011 Manual.  I did a "New, Library" from My Computer in the Project, and dragged stuff into it.  This time, I noticed there was a lot of "saving VIs" that I didn't recall from my earlier (first) Project Library.  When I was done, there, in Project, right where I was expecting to see it (but wasn't!) was my Project Library!
         So what did I "do wrong" before that caused the Library to "disappear" from the Project?  Who knows, but I clearly did something (mysterious) incorrectly -- I'll try not to do whatever-it-was again!
         Onward and upward (or maybe onward and downward, since Austin, home of NI Week, is south from here ...).
    Bob Schor

  • Enhancement Request in Project Libraries and Classpath dialog

    Hello,
    in the Libraries and Classpath section of the Project Properties we can move up/down single classpath entries only. Adding some libraries and ordering them is pretty much work.
    Please allow moving multiple selected entries (this was possible in 904).
    From our point of view libraries should be added at the beginning of the list. Most times we add user defined libraries that we want in the beginning of the classpath.

    Hi,
    I filed an ER
    Frank

  • Completely confused by Final Cut x Libraries, Events and Projects???

    Hi,
    I realise there are lots of different explanations about this topic but still, none of them make sense to me in that, no-one seems to eb able to properly explain the differences between these things and when I follow the guidelines I can never seem to find the video I was working on.
    First of all, I have absolutely no idea what 'Libraries' are in Final Cut X
    I have used FC7 but forgot everything because X is so different, so I am basically a complete beginner.
    When I start a completely new video from scratch I go file>new event> and title it 'whatever footage' for example. I then import all of my footage from that day.
    Within that 'Event' I go file>new>project and called it 'whatever' music video, for example.
    That way, my 'event' is the whole collection of footage. My 1st project is a music video using that footage and then I have the freedom to create new 'projects' like 'behind the scenes' etc. from said footage.
    Yet, whenever Ive done this and come back to FCX  I can never ever find my original video timeline with all my editing. Events seem to be a mixture of everything ive ever imported and projects are nowhere to be seen.
    Due to the lack of being able to just simply save a project, there doesn't seem to be a concise list of past projects anywhere to choose from?
    Can someone please tell me what Im doing wrong or their standard order of workflow? And what the difference between each of the above items are?
    Libraries, Events, projects - totally confused!???
    many thanks and please pardon my ignorance, just very frustrated by this.
    Ash

    I can show you an example of a standard workflow.
    Lets say I am booked to edit 3 Movies for a client. A Music Clip, an Interview, a behind the scenes clip.
    Lets say worst case you get everything  in a single folder.
    First thing I do is creating a library in FCPX where all the footage (also future generated media, Logos, Photos) will go in.
    Now you can create three different events in the browser for each video you are going to edit.
    Start ingesting your footage to the different events. (You will see the option in the second window after you’ve selected the clips to import.)
    Now you have your library where everything has been imported to but also three events with assigned material.
    Selections from the library.
    If you want to start with the interview click on the appropriate event, create a project (which will be your timeline) and start editing.
    Duplicate your project to keep backups and alternative edits.
    Same thing for the Music Clip. Import your Audio, Animations, Graphics to the event. Create projects and save versions.
    The next thing you should do is creating keywordcollections in your events to keep your material in order. These are like bins in FCP7
    but much more powerful. For example you can add the same clip to several keywordcollections.
    The internet should be full of examples by now. I won’t go further.
    Now you start with the behind the scenes and at one point you want add Footage from the other events to your behind the scenes event.
    Choose the clips you want to use and drag them (holding alt) to your event. You may have created a keywordcollection named footage for behind the scenes e.g. while keywording for the other two videos. This keywordcollection will be imported to the third event.
    The clips will not be duplicated on your harddrive since they are in the same library. Events are selections from the library just the same as keywordcollections are selections from an event and a project (the timeline) has selections from keywordcollections.
    Its up to you and your “job” how fine you want to organize your material. I would always suggest to create a library for every new job coming in.
    Or at least for every new client. For bigger projects you want to create events for each day or even libraries for each day.
    There is much, much more to say about libraries e.g. that you can leave your files where there are, letting the library refer to them.
    Its a great concept and you are able to manage your material in FCPX like in no other NLE.
    Watch tutorials on youtube or buy some from licensed trainers like ripple training for constant quality.
    Good luck

  • How to set up NWDS and where do I find libraries, and API doc...

    Hi experts,
    I am new EP Development.  I have WebAS 6.40 installed, with NWDS - only NWDS and no EP.  I have written some small code using HTMLB control, and getting error coz the libraries pertaining to HTMLB are missing. I tried to import the libraries into NWDS from the project properties, but did not find any libraries.   Where can I find the libraries that I can include in the NWDS?  Do we have to install anything else than just installing NWDS to get the access to libraries and APIs ?  Please advise.
    Thanks in advance.
    Vicky R.

    Hi,
    WAS is only an application server, you have to install enterprise portal to deploy and run applications.
    Refer this link for a simple example
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ce/e0a341354ca309e10000000a155106/frameset.htm">jspdynpage</a>
    You can download the EP sneak preview from here
    <a href="https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">Download</a>
    Use the JAR FINDER to find the required jar files
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2951">Jar Finder</a>
    HTMLB Documentation
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0c/9e0e41a346ef6fe10000000a1550b0/frameset.htm">HTMLB</a>
    You can search help.sap.com for information.
    PORTAL API'S
    <a href="https://www.sdn.sap.com/irj/sdn/javadocs">API</a>
    ========================================================
    The basic jar files such as the one for htmlb are available in the eclipse->plugins directory in your system. use the jar finder set the path to eclipse->plugins directory and give the search term as "htmlb" and
    right click on the search result to add it to your project.ex:
    PDK only contains sample code.
    see the jar finder blog and install the jar finder or right click on the project -> properties->java build path->Add external jars->
    the htmlb jar is in the folder
    eclipse->plugins->com.sap.ep.applicationdevelopment->
    com.sap.portal.htmlb_api.jar add this jar to your project.
    Some jar files will be on the server machine, if you cannot find the jar file in the eclipse plugins folder then they will be in the server under the path
    [drive]C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps
    Message was edited by: Kirupanand Venkatapathi

  • BC4J deployment thoughts and questions

    Hi,
    As I've said before on this forum we are developing a pretty big system using the BC4J framework. That's why we divided the system in several (sub-)projects. We also created some workspaces which groups projects that belong together.
    When a certain project is deployed it may depend on some libraries created by another project deploy file. That's why we add a dependency to it in the project's deployment file. But this is only possible if the project is in the same workspace. I've created a workspace that groups all projects together and add's the necessary dependencies between the different projects' deployment files. Unfortunately these dependencies are saved at the project level, not at the workspace level. So when I open a certain project in another workspace the deployment profile doesn't work or the dependencies are removed automatically because the projects can't be found. Is there a way to circumvent this?
    JDeveloper has Apache Ant integration. That's very nice. But how are we supposed to use this exactly? E.g. can we use Ant to deploy the BC4J projects in JARs (seperated over multiple JARs for each tier)? In other words is there a way to deploy BC4J projects outside of JDeveloper?
    Regards,
    Peter

    [list]
    [*]I've created a workspace that groups all projects together and add's the necessary dependencies between the different projects' deployment files. Unfortunately these dependencies are saved at the project level, not at the workspace level. So when I open a certain project in another workspace the deployment profile doesn't work or the dependencies are removed automatically because the projects can't be found. Is there a way to circumvent this?
    The deployment functionality in JDeveloper is shared across all kinds of J2EE components, including EJB's, servlet's JSP, BC4J components, etc. I've asked one of our deployment-feature guru's to comment on this thread.
    [*]JDeveloper has Apache Ant integration. That's very nice. But how are we supposed to use this exactly? E.g. can we use Ant to deploy the BC4J projects in JARs (seperated over multiple JARs for each tier)? In other words is there a way to deploy BC4J projects outside of JDeveloper?
    Ant definitely comes with built-in tasks to build jars, and it can be used to invoke command-line deployment tools such as those provided by OC4J. We don't have an automatic way to build the Ant build file for our existing deployment profiles, though, so setting up the JAR'ing up of the right components into the appropriate JAR's would be something you'd have to setup with Ant's patterns and path features (which are pretty powerful, but in any event something you'd have to setup once by hand).
    [list]

  • Build all but deploy only current project

    Hi,
    because i think my questions is a general misunderstanding of the procedure of the build process, even if i use a special plugin, i write my question in this forum first.
    I'm using eclipse with the AVR plugin to program a atmega microcontroller.
    I set up some projects as libraries and linked them to a project i need them, by giving the release folder for these libraries. Now when i have to make changes in my libs, i want that these changes are build into a new version. Until this point everything is fine. When i start the "build all" process these changes are build in a new version and my project which depends on these libs are up to date on build process.
    But now it is the case that the "build all" process starts the deploy process by calling an external program. But the problem is that always the last projekt which is opened in my workspace will be deployed, which is in gerneral not the one i want to deploy.
    Is it possible to define that the current selected project, even if i build all of them?

    You can try converting a synchrnous soap call to asynchronous using a custom module
    Here your module will send a response back to the sender system and make an asynchronous call forward

Maybe you are looking for