DVD-Rom extra content not being included in build

I'm really confused - I've set a location for a folder in which 4 .pdf files are included. But when I build the project the folder isn't being included in the root.
Here's what I have: DVDROMContent/PDF/4 files
I'm selecting the folder named "DVDROMContent" as the location, so according to the DVDSP manual it should be placing the folder "PDF" at the root, but for some reason it isn't.
Any suggestions?

I believe that if you're doing just a build it does not copy the files to the build location. If you burn it to a DVD or create an image to hard disc then the content will be written.
o| TOnyTOny |o

Similar Messages

  • Attribute Commentary Files not being included in Build

    We are editing the commentary files in the includes folder. When we build and deploy the rulebase (copy the output zip and drop into the rulebase folder on the server), the screen commentary files in the includes folder are moved to the server, but the attribute commentary files in the includes folder are not. Instead, the attribute commentary files in the output folder are being moved to the server. Is there something we need to set to remedy this? Using latest versions of OPA/OPM, but the project was created in older versions.

    Alan,
    You might try deleting everything in the output folder and building a clean version. If the commentary is successfully included in the rulebase .zip file, there should be a folder called "commentary" at the root level of the zip. file.
    Some things to check.
    1. Make sure in the rulebase project there is a directory called include
    2. Make sure the commentary files are in a directory commentary inside the include directory.

  • Header files  not being included in JNI

    I've written a java program which interfaces with some C code.In the c code i use certain functions which are defined in a header file that i include in the same c file.The problem i have ,is that the compiler shows an error when it comes across one of those functions.It seems to me that the header file is not being included.Here's what i've done at the start of the jni c code,any help will be greatly appreciated.
    #include<stdio.h>
    #include " mnt/cprog/ca.h"
    JNIEXPORT void JNICALL......
    Can other header files be included over here ,or do they have to be included from the java file?..but the problem there is that the header file is of .h extension.....any suggestions??
    ps..The os is Linux
    ..Derick

    If the header files are not found, the compiler will tell you. At least gcc does so. If only some functions you are using are missing, they are probably not in the header file you are including.
    By the way, there is no way to include headers for your native code through Java. What kind of mechanism should that be?

  • Putting DVD SP extra content on seperate hdd

    I would like to place the extra content installed too: home/library/application support/dvd studio pro onto a backup drive and have it accessible by DVD SP like normal. I tried it once making the folder an alias too the original content on the 2nd harddrive but it won't recognize the alias I guess. Is there anyway around this? I really don't want 8gb's of extras cloggin up my main drive.
    thanks

    Hi guys,
    Many, many thanks for both replies.
    *Nikhil - I followed your steps but the HDD showed up the same info: 430gb used, 70gb free*
    *eww - More success here I'm pleased to report. I downloaded and ran DIX and the main 2 culprits are folders called 'Volumes' (199gb) and 'Users' (183gb)*
    I've traced my steps from yesterday and I have a theory. After booting up the new HDD yesterday and installing OSX and Applications from the DVDs I think I may have done 2 things: Copied my files from the external HD using the supplied software, then restored the system using Time Machine. My guess is than by doing this I inadvertently doubled-up all of my stuff in different locations.
    I'm still not sue why the additional copies aren't showing in Finder, but at least I've identified them and can resolve the issue. Thanks again,
    Rhod
    P.S. Nikhil - as a side note, the WD Scorpio Blue seems to be working well so far: no additional noise or heat to report and installation was straightforward...I'm happy to admit that the above issue was probably me, not the HDD

  • Sharepoint Foundation 2010 some document content not being crawl

    Hi,
    I have run sharepoint foundation search job and full craw as below :
    > Stsadm -o spsearch -action fullcrawlstart 
    BUT in the same word document some contents were being crawled but some of it not.
    Example Below : I can search "Border Terraces" but when I key in "BT140" it always return "We did not find any results for BT140."
    WHY???
    ======================================
    Date: 29.04.14
    Invoice: BT140             
    To: Border Terraces

    Did you add your site to trusted site list?
    http://sharepoint.stackexchange.com/questions/15098/your-client-does-not-support-opening-this-list-with-windows-explorer
    --Cheers

  • Warnings of files not being included in final disc

    I've had a terrible time trying to learn to burn a movie DVD for my kids to play on their TVs/DVDs and was hoping someone here recognizes what I've done wrong. I've created a sequence in Final Cut Pro 5.1.4 (part of FCP Studio 2), used compressor to create the files ending in .ac3 and .m2v (and it also created one ending in .aiff). I imported these into DVD Studio Pro 4 and created a menu with 4 chapters (marked in the timeline). Not sure from the manual if I linked them right or not, but seems that I did. Then when I clicked build/format that worked well (said it was successful). But when I went to burn it I got the following messages in the Build Log.
    Warning: The file ‘IVEY_20022003.layout’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘VOB_DATA.LAY’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    I tried burning this to both a DVD-R and a DVD+R. Both show only the menu screen when I play it on a DVD player, but give the "Not Available" circle with a slash indicator when I tried to play them, use any DVD remote command button, or click on a menu graphic.
    What have I done wrong?
    What other info do you need to know?
    TIA

    The problem is that you have created a HD DVD, not a SD DVD. HD DVDs will not play in stand alone DVD players. You need to delete the VIDEO_TS and HDDVD_TS folders that DVD SP created. Then open up DVD SP and get into the Preferences and change the settings to SD DVD. The bad news is now you have to start all over again and create your project again in DVD SP. You cannot start from your old project.
    The warnings about .layout and .LAY files can be ignored. They are not the problem.

  • Password not being included in Email Notification

    I am trying to include the password for a newly-created user, in the body of an Email Notification being sent out.
    But, the password is not being displayed.
    As we all know, IDM uses the following variable for "*Password*" :
    *<Field name='password.password'/>*
    So, I included the password variable in my Email Template, as follows :
    *<Variable name='mypassword'>*
    *<select>*
    *<ref>user.password.password</ref>*
    *</select>*
    *</Variable>*
    But, when the Email is sent, the password is displayed in the email body as follows :
    Password = "*Lighthouse_Fake_Password*"
    How can I get the password to be displayed in the Email?
    Thanks

    Hi Michael,
    since passwords are stored in encrypted format, you can not directly display them using user.password.password.
    You have to first decrypt them. Use below rule by passing account id to it.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!--  MemberObjectGroups="#ID#Top" lastMod="8" lastModifier="Configurator" name="getUserPassword"-->
    <Rule name='getUserPassword' creator='Configurator' createDate='1242288447593' lastModifier='Configurator' lastModDate='1242361940859' lastMod='8' primaryObjectClass='Rule'>
      <RuleArgument name='accid'/>
      <block>
        <setvar name='passString'>
          <invoke name='decryptToString'>
            <get>
              <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                <select>
                  <invoke name='getLighthouseContext'>
                    <ref>WF_CONTEXT</ref>
                  </invoke>
                  <ref>:display.session</ref>
                </select>
                <s>User</s>
                <ref>accid</ref>
              </invoke>
              <s>password</s>
            </get>
          </invoke>
        </setvar>
        <ref>passString</ref>
      </block>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='getUserPassword'/>
      </Properties>
    </Rule>

  • My DVD-ROM drive does not work -- what steps should I take?

    MacBook Pro, a couple of years old. Was used by an employee for 2 years, now have it at home and found that the DVD-ROM drive does nothing when I insert a disc.
    What I really would like to know is what are the first steps with this. I don't want to send the machine somewhere. Should I just get a cheap external? Could it be software?

    If by Does nothing you mean it doesn't even pull in the disk. That sound slike hardware not software.
    I imagine it is out of warranty? If it is covered take it to be repaired in a mac store. If not I personally would opt for an external as the cost would be much more appealing. But doesn't hurt to inquire about the cost for having a new internal, or even fixing your current one.
    But for my money I would opt for external.

  • BIOS Problems With CD\DVD Rom Drive. Not a Filter Problem

    My Hp Laptop Was Messed up for a while with ramdom 2 sec restarts so i had a tech guy that i know and it was fixed. sadly after a few weeks my CD\DVD Rom drive quit working and was not (and still is) registered in Bios. i reset the BIOS Back to factory settings and had some luck. i worked fine but then when i woke up the next day i was gone again. i does do this often but im getting quite annoyed.. can someone help me with this issue.

    Well, I now have the same symptoms as described in this discussion group. I'd put the CD in the superdrive for iTunes to burn, the computer accepts it, makes it's whirring noise (louder than a couple days ago), nothing comes on screen that says its able to read it, and around a minute or two it ejects the CD.
    These larger 24inch iMacs are NOT the easiest to lug over to the Apple store, especially if taking mass transit! I have not found any solutions described here that works ...short of apple support.
    I am a rather tidy and tech savvy person. No dirty CDs, no warped CDs, no inappropriate force to the drive, etc. Based on the number of similar postings, HAS APPLE ACKNOWLEDGED THIS AS A DRIVE DEFECT YET?

  • Extra content not showing up in fcp

    hello, when i installed my final cut i installed the 50+ gigs of extra content (sounds, templates, etc) on my second internal hard drive while the final cut apps are on my main hard drive. in final cut, under the veiwer generator pop-up menu there is a options for text, color bars, etc. there is also an option for master templates with an arrow by it. when i scroll to it nothing appears. does the extra content need to be on the same hard drive as the apps or do i have to tell final cut where the extra content is?
    thx

    hello rgd22,
    yes you are correct, there should be master templates in the FCP menu where you are looking ... the implementation of these is a bit, um, inconsistent, and while i can't find a place to set their location (to tell FCP where to find them), a search in the manual turns up some information on page 503 about where they should be ...
    have a look see if that helps.
    R.

  • Form content not being received

    I've created a contact form and set the form action to post
    the formmailer
    script pasted below. It correctly goes to the "thank you"
    page I've set up,
    but I never get anything in my inbox.
    I've tried including a hidden input field with the email
    address into the
    code, but that didn't work and ideally, I'd rather not have
    to do that.
    I've been wrestling with this issue for a couple of days now
    and for the
    life of me can't figure it out. I feel like I'm missing
    something obvious.
    (An FYI that the first part of the email addresses listed are
    not the actual
    first part.)
    Here's the link to the contact page:
    http://www.voterobjames.com/contact.php
    The formmailer code is in the next post.
    Thanks for any help.
    Heather

    <?php
    // General Variables
    $check_referrer="no";
    $referring_domains="
    http://www.voterobjames.com/";
    // Default Error and Success Page Variables
    $error_page_title="Error - Missed Fields";
    $error_page_text="Please use your browser\'s back button to
    return to the
    form and complete the required fields.";
    $thanks_page_title="Message Sent";
    $thanks_page_text="Thank you for your inquiry";
    // options to use if hidden field "config" has a value of 0
    // recipient info
    $charset[0]="iso-8859-1";
    $tomail[0]="[email protected]";
    $cc_tomail[0]="[email protected]";
    $bcc_tomail[0]="";
    // Mail contents config
    $subject[0]="Message from voterobjames.com";
    $reply_to_field[0]="email";
    $reply_to_name[0]="name";
    $required_fields[0]="name,city,province,foundsite,commentType,message";
    $required_email_fields[0]="email";
    $attachment_fields[0]="";
    $return_ip[0]="yes";
    $mail_intro[0]="The following are form results from your web
    site:";
    $mail_fields[0]="name,email,city,province,foundsite,commentType,message";
    $mail_type[0]="text";
    $mail_priority[0]="1";
    // Send back to sender config
    $send_copy[0]="no";
    $send_copy_format[0]="vert_table";
    $send_copy_fields[0]="Name,Comments";
    $send_copy_attachment_fields[0]="";
    $copy_subject[0]="Subject of Copy Email";
    $copy_intro[0]="Thanks for your inquiry, the following
    message has been
    delivered.";
    $copy_from_email[0]="";
    $copy_from_name[0]="";
    $copy_tomail_field[0]="Email";
    // Result options
    $header[0]="";
    $footer[0]="";
    $error_page[0]="error.php";
    $thanks_page[0]="thankyou.php";
    // options to use if hidden field "config" has a value of 1
    // recipient info
    $charset[1]="";
    $tomail[1]="";
    $cc_tomail[1]="";
    $bcc_tomail[1]="";
    // Mail contents config
    $subject[1]="";
    $reply_to_field[1]="";
    $reply_to_name[1]="";
    $required_fields[1]="";
    $required_email_fields[1]="";
    $attachment_fields[1]="";
    $return_ip[1]="";
    $mail_intro[1]="";
    $mail_fields[1]="";
    $mail_type[1]="";
    $mail_priority[1]="";
    // Send back to sender config
    $send_copy[1]="";
    $send_copy_format[1]="";
    $send_copy_fields[1]="";
    $send_copy_attachment_fields[1]="";
    $copy_subject[1]="";
    $copy_intro[1]="";
    $copy_from_email[1]="";
    $copy_from_name[1]="";
    $copy_tomail_field[1]="";
    // Result options
    $header[1]="";
    $footer[1]="";
    $error_page[1]="";
    $thanks_page[1]="";

  • HTML Script not being included

    The following is my code: <script src="/1337.js" type="text/javascript" language="javascript"></script>
    This is included and my page works on all browsers but firefox (on ubuntu). What's wrong with it?
    ***EDIT***
    I fixed it. It turns out that it was a problem in the contents of the script causing the whole script to be ignored, and excluded from firebug's list of scripts. PS it wasn't any of the other solutions given.

    I would remove the language attribute. Not needed in modern browsers. But unlikely to be your problem.
    Can you confirm in the Web Console that the file is loading (200 status)? Use Ctrl+Shift+r to bypass the cache and force a full retrieval and then watch for the file.
    Assuming Firefox retrieves the script, is there anything of note in the Browser Console (formerly known as the Error Console) in relation to the script contents?

  • Flash contents not being displayed on the published Apex application URL

    I've had to publish one of my apex application through an bluecoat proxy to reach my Oracle HTTP server. It works fantastic for everything - except my flash charts. Flash contents are not getting loaded.Issue is only in the published application URL,the same application is working fine internally without proxy.
    Does anyone have any idea why this is failing and how I might fix this?.The bluecoat support enginner is having the following findings
    I am seeing some strange behavior when the browser goes through the
    proxy vs when it does not.
    When the browser uses the proxy the last thing it requests is the
    following(packet 354):
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Via: 1.1 GITS6ISA Cookie:
    WWV_CUSTOM-F_941005998277888_193=7DE31ABFD8D9E680 User-Agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19)
    Gecko/2010031422 Firefox/3.0.19 GTB7.1 (.NET CLR 3.5.30729) Host:
    ithelpdesk.anupcomp.ae Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5 Accept-Charset:
    ISO-8859-1,utf-8;q=0.7,*;q=0.7 Referer:
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/theme_3_1.css
    X-Forwarded-For: 86.98.85.117 Cache-Control: max-stale=0 Connection:
    Keep-Alive X-BlueCoat-Via: E2DE37912594ECAA
    HTTP/1.1 200 OK ETag: "1a887e1-92-4c2c5105" Content-Type: image/gif
    Last-Modified: Thu, 01 Jul 2010 08:25:41 GMT Server:
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    OracleAS-Web-Cache-10g/10.1.2.0.2
    (G;max-age=3600+360;age=0;ecid=121853469393,0) Date: Tue, 25 Jan 2011
    07:52:55 GMT Accept-Ranges: bytes Content-Length: 146 Connection:
    Keep-Alive Age: 0
    That is the browser requests
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and gets a
    200 ok from the proxy/server.
    When the browser does not use the proxy I see the following
    behavior(packet 2783):
    The browser requests
    http://anupserver:7777/i/themes/theme_20/btn-bg.gif 2 times, each time
    the server responds with a 304 not modified status, this means the
    browser has the most recent copy of the .gif file. The browser finally
    does a post to http://anupserver:7777/pls/apex/wwv_flow.accept. Given
    that the browser gets a 200 ok response from the proxy when requesting
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and then
    stops requesting data, we need to understand why the browser is behaving
    differently without the proxy(i.e. why does it request the content 2
    times and why is it doing the post). The interaction between the
    browser and the proxy appears normal, a 200 ok response with content is
    normal, why does the browser stop requesting content?
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:01 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:02 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    POST /pls/apex/wwv_flow.accept HTTP/1.1 Accept: image/gif,
    image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash,
    application/vnd.ms-excel, application/vnd.ms-powerpoint,
    application/msword, application/x-ms-application, application/x-ms-xbap,
    application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE
    6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR
    2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Host:
    anupserver:7777 Content-Length: 262 Connection: Keep-Alive
    Cache-Control: no-cache

    Hello Orton,
    I think this has something to do with network access, may be a firewall restricting access to the server.
    Thanks,
    Machaan

  • Variable not being included in XML data file output

    This seems like it should be obvious, but I've struggled with this for a couple of days.
    As a programming principle, I like to make the form as "smart" as possible and the resulting Word templates, or XML documents as simple as possible. I need to be able to set a "flag" that would be in the XML data file if certain conditions are met, e.g.,
    if (field1.rawValue == "0"){variable1 == "1"};
    if (field2.rawValue == "0") {variable1 == "1"}; etc.
    The problem that I'm having is that I can't seem to get variable1 to be included in the XML data file that the form creates.
    Help! This seems like it should be so simple but I'm baffled.
    Bill

    The variable you're setting does not fall within the scope of the xml output (it's scope is only within the execution of the form).
    Try creating a variable (Using File > Form Properties >Variable) and assigning your value to it (variableName.value = 1).
    One note of warning, you'll want to trigger the validation event every time the form is opened or your value will return to the default value when users re-open the form.

  • File content not being displayeddisplaying properlyed

    Hi
    I have done
    cvs diff between two tags e.g. tag1 and tag3
    and stored the result in one file named diff.txt.
    I want to display the contents of diff.txt on browser using servlet.
    But the problem is that only content related to Tag2 is being displayed (or more precisely the second tag).
    But the diff.txt is having the complete contents.
    It is only during the servlet exceution and file reading in that I am getting only one tag contents.
    There is no exception being displayed.
    Following is the code related to file handling.
    =============
    BufferedReader bf = new BufferedReader(new FileReader( "/home/infyCM/diffSVN.txt"));
    while(bf.readLine()!=null)
    out.println(bf.readLine());
    bf.close();
    ================
    ~aman

    BufferedReader bf = new BufferedReader(new FileReader( "/home/infyCM/diffSVN.txt"));
    String line = null;
    while((line = bf.readLine()) !=null)
    out.println(line);
    bf.close();
    }Replcae the code like this.

Maybe you are looking for