[svn] 4051: copy the TextLayout swcs to temp directory before the RSLs get built.

Revision: 4051
Author: [email protected]
Date: 2008-11-07 08:57:45 -0800 (Fri, 07 Nov 2008)
Log Message:
copy the TextLayout swcs to temp directory before the RSLs get built. The RSL process will use the swcs from temp as opposed to the libs directory. This will prevent accidental commits of these swcs since they are checked into SVN and are modified during the RSL process.
QA: No
Doc: No
Checkintests: Pass
Modified Paths:
flex/sdk/trunk/build.xml

Thanks, takeing my image's from the SP0 folder and temporarily placing them on the desktop, while I removed, AFP,NFS and NETBOOT from the services, stopping the admin, restarting the admin, re-enabling the services, and then coping the images back to the SP0 folder made them visible.
Now I have more issues and questions. I enabled both images, 1 a install, the other a boot, and no default, however, when I boot with the N key, it doesnt ask anything, and just goes to the netboot image. When I un-enable the netboot, and force it to the netinstall, the client machine just turns off (this is the same machine that I had the image source built on, makes no sense to me).
And back to my open directory, none of the office workstations that have been bound (they all say network services availble on the logon box) can logon with any of the directory accounts, the only one that can logon is the Directory Admin account I created. DHCP is being served from the windows machines, but I know the OD server can be seen, how else could the DirAdmin log in, just not the users. I have read that It might be home directories not being found or something, but I assumed that the home directory got built on the client when the user logs in, thats the whole purpose, to have 1 place to build accounts and let the new user grab a workstation to log on.
I'll keep looking, but any more help on both topics would be appreciated.
Thanks

Similar Messages

  • [svn:fx-trunk] 11546: fix so the textLayout. swc does not get modified during the build process.

    Revision: 11546
    Author:   [email protected]
    Date:     2009-11-06 15:42:05 -0800 (Fri, 06 Nov 2009)
    Log Message:
    fix so the textLayout.swc does not get modified during the build process.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml

  • Copy folder from jar into temp directory

    There are some files inside the folder folder kept in the jar file, which I am copying one by one to temp directory as shown in my below code. Could someone please tell me how do I use a loop to copy all the files from the folder folder to temp directory
    String path = System.getProperty("java.io.tmpdir");
    File dir = new File(path+"\\folder"); 
    dir.mkdirs();
    InputStream is1=Main.class.getClass().getResourceAsStream("/input/folder/file1.txt");
    try
         File.createTempFile("file1", ".txt",dir.getCanonicalFile());       
    catch (IOException e)
         e.printStackTrace();
    File dstfile1=new File(dir,"\\file1.txt");
    dstfile1.deleteOnExit();
    FileOutputStream fos1 = new FileOutputStream(dstfile1);
    int b1;
    while((b1 = is1.read()) != -1)
         fos1.write(b1);
    fos1.close(); 
    InputStream is2=Main.class.getClass().getResourceAsStream("/input/folder/file2.txt");
    try
         File.createTempFile("file2", ".txt",dir.getCanonicalFile());       
    catch (IOException e)
         e.printStackTrace();
    File dstfile2=new File(dir,"\\file2.txt");
    dstfile1.deleteOnExit();
    FileOutputStream fos2 = new FileOutputStream(dstfile2);
    int b2;
    while((b2 = is2.read()) != -1)
         fos2.write(b2);
    fos2.close();

    Yes there is! Use ZipFile!!!
          * Copies an entire folder out of a jar to a physical location. 
            private static void copyJarFolder(String jarName, String folderName) {
              try {
                   ZipFile z = new ZipFile(jarName);
                   Enumeration entries = z.entries();
                   while (entries.hasMoreElements()) {
                        ZipEntry entry = (ZipEntry)entries.nextElement();
                        if (entry.getName().contains(folderName)) {
                             File f = new File(entry.getName());
                             if (entry.isDirectory()) {
                                  f.mkdir();
                             else if (!f.exists()) {
                                  if (copyFromJar(entry.getName(), entry.getName())) {
                                       System.out.println("Copied: " + entry.getName());
              catch (IOException e) {
                   e.printStackTrace();
          * Copies a file out of the jar to a physical location. 
          *    Doesn't need to be private, uses a resource stream, so may have
          *    security errors if ran from webstart application
         public static boolean copyFromJar(String sResource, File fDest) {
              if (sResource == null || fDest == null) return false;
              InputStream sIn = null;
              OutputStream sOut = null;
              File sFile = null;
              try {
                   fDest.getParentFile().mkdirs();
                   sFile = new File(sResource);
              catch(Exception e) {}
              try {
                   int nLen = 0;
                   sIn = /***YOURCLASSNAME***/.class.getResourceAsStream(sResource);
                   if (sIn == null)
                        throw new IOException("Error copying from jar")  +
                             "(" + sResource + " to " + fDest.getPath() + ")");
                   sOut = new FileOutputStream(fDest);
                   byte[] bBuffer = new byte[1024];
                   while ((nLen = sIn.read(bBuffer)) > 0)
                        sOut.write(bBuffer, 0, nLen);
                   sOut.flush();
              catch(IOException ex) {
                   ex.printStackTrace();
              finally {
                   try {
                        if (sIn != null)
                             sIn.close();
                        if (sOut != null)
                             sOut.close();
                   catch (IOException eError) {
                        eError.printStackTrace();
              return fDest.exists();
         }-Tres
    Edited by: FBL on Oct 5, 2007 6:59 AM

  • With the new IOS7 I get every email in my inbox. How can I limit to the last 50 like it was before the upgrade?

    With the new IOS7 I get every email in my inbox. How can I limit to the last 50 like it was before the upgrade?

    You can set the pref <b>browser.urlbar.formatting.enabled</b> to <i>false</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • I need to Add the configuration file '.airinstall.cfg' to the air bundled runtime installer directory. where do i get the airinstall.cfg from

    i need to Add the configuration file '.airinstall.cfg' to the air bundled runtime installer directory. where do i get the airinstall.cfg from what are the contents of the .airinstall.cfg file please help.

    http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html

  • HT1476 How often the charging cycle to be done before the replacement of the battey. Likewise, is it ok to use the iphone while charging such as playing and watching movies. Please give me a reliable answer because this is my first time to use iphone.

    Is it ok to use iphone while charging? Such as playing and wathing videos, or performing internet? How often the charging cycle to be done before the replacement of the battery? Can u please give me reliable answer because this is my first time to use iphone. I've wondering about the battery, since its built-in i wanted to care about the battery.

    Roelt wrote:
    Is it ok to use iphone while charging? Such as playing and wathing videos, or performing internet? ...
    Yes.
    How often the charging cycle to be done before the replacement of the battery?
    Read this:
    http://www.apple.com/batteries/iphone.html

  • I upgraded my 3rd gen iTouch to iOS 5.1.1 and now its speed to repond is slower and the battery goes flat quicker than before the upgrade. Skype, Sky iCloud and other apps are turned off (I think). Has anybody else suffered with this? Any ideas?

    I upgraded my 3rd gen iTouch to iOS 5.1.1 and now its speed to repond is slower and the battery goes flat quicker than before the upgrade. Skype, Sky iCloud and other apps are turned off (I think). Has anybody else suffered with this? Any ideas?

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

  • My computer won't start it's loads the logo but than shuts off before the login part

    My computer won't start it's loads the logo but than shuts off before the login part

    Hello Tara-louise,
    I would be concerned too if my MacBook Pro was booting just to the gray screen with the Apple logo on it.  I recommend following the steps in the article below for the issue you are experiencing:
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/TS2570
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • When I connect my Air to my Samsung TV, I am able to see the screen mirrored on the tv for a split second before the tv turns to static.  This pattern then cycles over and over.  I can't get the image to stay on the tv screen.  Any ideas?

    When I connect my Air to my Samsung TV, I am able to see the screen mirrored on the tv for a split second before the tv turns to static.  This pattern then cycles over and over.  I can't get the image to stay on the tv screen.  Any ideas?

    Try:
    - Going to NF support site/contacting them
    - Try a different adopter
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.

  • I had started the process of removing my husband as the primary on my ipad2 device before the Holiday and never got back to it.  I keep getting a message on the ipad  for New icloud Terms and Conditions but I can't seem to log on.  when i go to it's locke

    I had contacted apple support before the Holiday and we had started the process of removing/replacing my husband as the primary on my ipad2.  However, I keep getting messages now 'New iCloud Terms and Conditions'  in a window that constantly pops up.  When I go to settings to log into icloud, it is locked with a grey screen.  What can I do?  Also, I had gone throught he process of syncing all 3 of my devices Ipad2, mini and my iphone5 to have the same passwords, etc. for ease of use.  Now that seems to be all wrong as well.  HELP!  I need these devices for my work and I'm short on time to go to the store, but will if I have to.
    Thank you!
    Julie

    If the setting is greyed out perhaps you have restrictions enabled that would prevent someone from changing accounts. Settings>General>Restrictions>Allow Changes>Accounts.

  • My Mac crashed.  Can I retrieve the data somewhere that was entered before the crash?

    I use numbers to organize all of my work.  I hadn't saved the new information for about a day and a half and my Mac crashed.  That's never happened before.  When i restarted the computer, all of the new data that was entered since the last save was gone.  Is there a way to get that information back?  Isn't there an "autosave" on numbers?  I just feel like I haven't looked in the right place.  I pretty much NEED this info to do my job today and I'm trying not to flip out.  Can someone please help???

    I hope that now you will understand that computers aren't perfect tools and that if you don't take care to save your work from time to time, the chance to loose it is not null.
    If you are unable to press cmd + s by yourself every ten minutes, you may
    go to my iDisk :
    <http://public.me.com/koenigyvan>
    Download :
    for_iWork:autoSave_iWork.zip
    Expand it and install the resulting application.
    Yvan KOENIG (VALLAURIS, France) 12 mai 2011 15:03:24

  • How do I add silence to the beginning of a track? Before the 10.0.3 update, you could drag the region further into the timeline and it would automatically create silence before the track plays when you export it. What am I missing?

    Before the 10.0.3 update, you could drag the region further into the timeline and it would automatically create silence before the track plays when you export it. What am I missing? How do I i do this in the current version of Garage band?

    what is the problem? Can't you drag the audio region to the right, or is the silence at the beginning of the track missing?
    You could mark the measures you want to export by the Cycle region. Then any beginning silence will be included.

  • Would it be worth it to download lion if i have the macbook that came out right before the unibody series?

    I bought the macbook right before the unibody's came out (literally the month before....) but would it be worth it to download Lion?  will all the multi touch features be compatible ? 

    depends on what you do and how much ram your MBP holds. If you're exeriencing slowness in SL then you will probably expereince even more in Lion. If you have a set amount of apps you use daily, you should check their compatibility and if there are issues surrounding that. If you are not able to do a clean install of Lion, which I would highly recomend, then you really would need to go through each periferal thing, app, hardware, that wasn't out of the box and see if it is worth it to switch.
    Note that Java and Flash are not preinstalled so these too are things that have been causing issues with people browsing the internet and obviously somewhat overlooked in the way lion performs.
    and finaly, always make a full back up of your machine in SL before switching to Lion in Time Machine. This will save you greef if you don't care for Lion.
    Message was edited by: TheSmokeMonster

  • How do you shut off the apps that are running? Before the update you hit the button twice then it would showing all the apps and u can then shut them off.

    How do you shut off the apps? Before update I just hit the side button twice then it would show all the apps. Then I would shut them off.

    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf
    View running apps.
    Double-click the Home button to reveal the multitasking display. Swipe left
    or right to see more. To switch to another app, tap it.
    Quit an app.
    If an app isn’t working properly, you can force it to quit. Drag the app up from the
    multitasking display. Then try opening the app again

  • HT1657 How long does the rented movie have to play before the 24 hour limit starts?

    I hit play on my rental before I was ready to watch. How far into the movie before the 24 hour limit starts?

    As far as I know the clock starts immediately you start playing it. You should be able to see how long you have left - from http://support.apple.com/kb/HT1415 :
    On your device, the time remaining for you to finish watching the movie appears near the movie title.
    I assume that you are in the US ? In other countries you have 48 hours from when you start watching it, not 24

Maybe you are looking for

  • What has happened to mobile me albums?

    I decided to upgrade to ILIFE 11 to hopefully run my iphoto more effiecent.  I use the mobile me gallery/iweb every day for my work and it has been fantastic for the most part. Now, I'm totally confused about the new way that we have to access the al

  • Macbook pro retina 15 inch will not recongize WD30ezrx hardrive external

    Hey guys and gals hope you can help me out on this one. I have the wd30ezrx hardrive in an external enclosure. the power light on the enclosure comes on and if i reboot my mac the little blip from teh harddrive happens. however the macbook pro cannot

  • JD Edwards Enterprise 8.12 with Tools 8.96

    :_| please help me..... Hello everyone, I am in deep trouble. I seek some help. I have installed JD Edwards Enterprise 8.12. But i am not able to locate the Genjava utility or GenJava.exe in the installed directory. Can anyone helo me out finding the

  • Passing VO's into custom MXML components

    Hi there. I have a repeater that's dataProvider is an ArrayCollection. I want to pass the currentItem of the repeater( a VO ) into the custom component. Any thoughts on the best way to do this? Repeater      <mx:VBox y="44" height="80%" width="80%"> 

  • EHp5 - Collection Management

    we installed the new package (Collection Mgmt) but none of the new features/buttons are displayed nor the new IMG config items. Does something need to be turned on?? -- CM is already activated.