TextLayout open source code undefined property debug in cs4 flash

Hello to everyone,
I have downloaded svn open source files of "textLayout framework" and set src folder as class path in cs4 flash
When i am trying to publish an example  player gives me this error:
1120: Access of undefined property debug.
CONFIG::debug { assert(normalizeStart <= textLength,"damage bad length"); }
do you have an idea?
Thanks.

The intended workflow is to use a compiled TextLayout.swc in Flash Pro. When we compile the swc we give the compiler some config information to determine whether we're compiling a debug or release swc. I don't know whether that can be done from Flash Pro, so I'd recommend only putting the swc on your path, not the full source.

Similar Messages

  • Where do i find open source code for the FF Sync capability ?

    Where can i find the open source code for the FoxFire capability "Sync" (bookmarks)....
    That capability should be extended to allow one or more (selectable) arbitrary sync servers; I want to look into providing such capability, with enhancements.

    Sign in, activation, or connection errors | CS5.5 and later
    Redemption Code Help
    Mylenium

  • [svn] 2891: Add the web-tier compiler for J2EE to the Flex open source code base.

    Revision: 2891
    Author: [email protected]
    Date: 2008-08-19 07:35:22 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Add the web-tier compiler for J2EE to the Flex open source code base.
    Added Paths:
    flex/sdk/trunk/modules/webtier/
    flex/sdk/trunk/modules/webtier/bootstrap/
    flex/sdk/trunk/modules/webtier/bootstrap/build.xml
    flex/sdk/trunk/modules/webtier/bootstrap/java/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/META-INF/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/META-INF/taglib.tld
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/default.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/BootstrapBodyTag.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/BootstrapClassLoader.jav a
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/BootstrapFilter.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/BootstrapServlet.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/BootstrapTag.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/bootstrap/TagGenerator.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/jsp/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/jsp/FlashVarTa g.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/jsp/MxmlTag.ja va
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/ATGFi lterConfig.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/ATGHt tpServletRequest.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/ATGSe rvletConfig.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/ATGSe rvletContext.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/server/j2ee/wrappers/J2EEW rapper.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/util/
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/util/FileUtils.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/flex/webtier/util/J2EEUtil.java
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/hitachi.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/interstage.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/jrun.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/tomcat.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/weblogic.properties
    flex/sdk/trunk/modules/webtier/bootstrap/java/src/websphere.properties
    flex/sdk/trunk/modules/webtier/build.properties
    flex/sdk/trunk/modules/webtier/build.xml
    flex/sdk/trunk/modules/webtier/coldfusion/
    flex/sdk/trunk/modules/webtier/coldfusion/build.xml
    flex/sdk/trunk/modules/webtier/coldfusion/lib/
    flex/sdk/trunk/modules/webtier/coldfusion/lib/cfmx_bootstrap.jar
    flex/sdk/trunk/modules/webtier/coldfusion/src/
    flex/sdk/trunk/modules/webtier/coldfusion/src/java/
    flex/sdk/trunk/modules/webtier/coldfusion/src/java/coldfusion/
    flex/sdk/trunk/modules/webtier/coldfusion/src/java/coldfusion/bootstrap/
    flex/sdk/trunk/modules/webtier/coldfusion/src/java/coldfusion/bootstrap/BootstrapBodyTag. java
    flex/sdk/trunk/modules/webtier/coldfusion/src/java/coldfusion/bootstrap/BootstrapTag.java

    JLundan,
    I want to thank you for responding to the thread I started on the forum at java.sun.com. Your solution to my problem of needing to print the code of the html pages that the file I included generates was just what I was looking for. However, I have some further questions to ask, if you don't mind. To clarify my task I should say that your rephrasing of the problem is accurate: "You wan't to display the contents of the HTML file that the web server produces in response of client's request?"
    Yes, this is what I need to do, but also it needs to display the source code of that html file that the server produces in response to the client's request. Also, in this case, I am the client requesting that the server return some html file, and I'm not sure where the server is. But the webserver.java file that I shared on the forum is on my local machine. I was wondering if I could modify this webserver.java file at my home so that any html file the server returns to me would automatically display the source code. This is a school project of mine and I am stuck on this one thing here.
    Further, where would I put the "foo.html" file so it can be written to?
    FileOuputStream fos = new FileOutputStream("foo.html");
    fos.write(bytes);
    fos.close();
    Thanks so much for your help. I look forward to your response, at your convenience.
    Regards

  • Chat open source code

    Can any one tell me where can i find
    open source code chat app ?

    Can any one tell me where can i find
    open source code chat app which can handle both online and offline messages?

  • JAction open source code

    please download in http://xglw.51.net/5team/hyforum/
              

    Welcome to the forum!  
    Open source code can be downloaded from the support site, however it is not directly installable.  The source code is the basic code covered under the GPL license that we make available for developers who wish to build their own images.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Viewing open source code

    I would like to know a website or book that I can actually see the source code that has been developed for the Java open source code. This would help me tremendously in understanding how everything is put together. Does anyone know of this source?

    That would vary from application to application. You talk as if there is one "Java Open Source" application out there that we could point you to the source of. Of course there are many many many different applications out there, and there isn't one answer for you.

  • Open Source Code Analyzers

    HI,
    I've made a search and I've got hundreds of code analysers (open source). Can you advise which to use?
    thanks in advance,
    mleiria

    I'll try that one!
    Thanks,
    Manuel

  • Any examples or open-source code for a Swing photo gallery app?

    I need a thumbnail viewer that can quickly load and manage 100s of images. It should load images from a List of URLs using threads, let the user navigate through 100s of images efficiently, select a photo by double-clicking, manage memory efficiently -- all basic stuff that must have been done countless times.
    This would be the front-end to a photo/image enhancement app that I have scratched together from countless Java2D examples, howtos, etc. found on this forum and elsewhere on the web. I can fix a photo fine -- I just need to let my users efficiently choose a photo to fix.
    Please don't make me scratch out the rest -- or at least help me find some good examples to work from.
    TIA

    Search dev.java.net ( https://www.dev.java.net/servlets/ProjectList )

  • Request for proper Lenovo S650 ROW KK 4.4.2 open source code

    Hi. I have downloaded KK osc for Lenovo S650 from here, but it's incomplete and missing important config and make files. For example, Lenovo S660 have full osc. Why can't Lenovo release full osc for S650 like for S660? I hope Lenovo will hear me and will release full osc for Lenovo S650 in near future. Thank You.

    Hi Hikari_no_Tensh,
    thanks for posting about this but could you be a little more specific please as to which files you think may be missing; this will enable us to to report more acurately to the necessary team.

  • Дефектные Open Source Code для сматфонов Lenovo: S60, S90, Vibe Z2, Vibe Z2 Pro

    Здравствуйте уважаемая администрация форума!Позвольте небольшое предисловие: огромная радость от предоставленных Исходных Кодов (далее ИК) под Android 5.0.2 для моделей S60, S90, Vibe Z2, Vibe Z2 Pro испарилась мгновенно после скачивания предоставленных компанией Lenovo архивов с этими ИК и попытки скомпилировать из них кастомное ядро.Теперь к делу: как оказалось, не буду утверждать намерено или случайно, но предоставленные zip-архивы с ИК кто-то умудрился запаковать и/или внести в них изменения из под системы Windows... Поэтому, при распаковке данных архивов с ИК в системе Linux, теряются все симлинки (symlinks) и разрешение (unix permission) на все файлы выставляются по умолчанию 0-0-644 и на папки 0-0-775. В следствии чего, становится невозможным компилирование из данных ИК.Для ознакомления с подробным анализом zip-архивов с ИК, под все перечисленные модели, можно скачав предоставленные мною данный из папки Lenovo_OSC. Учитывая все выше отмеченное, хотелось бы получить "рабочие" ИК для моделей Lenovo: S60, S90, Vibe Z2, Vibe Z2 Pro.Благодарю за поминание и содействие!

    2. Дабы подтвердить отсутвие симлинков, предоставляю лог с информацией после набора команды ls -l в папке /kernel/arch/arm/configs с распкованными ИК: 2.1 под Android KitKat sevenmaxs@USSR:~/Temp/S60-A_ROW_OpenSource/kernel/arch/arm/configs$ ls -l
    итого 908
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1998 февр. 4 18:58 acs5k_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2011 февр. 4 18:58 acs5k_tiny_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2241 февр. 4 18:58 ag5evm_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 13419 февр. 4 18:58 airplay_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 airplaye_defconfig -> airplay_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 airplayep_defconfig -> airplay_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 airplayr_defconfig -> airplay_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 airplayt_defconfig -> airplay_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 airplayw_defconfig -> airplay_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2617 февр. 4 18:58 am200epdkit_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1507 февр. 4 18:58 ap4evb_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2174 февр. 4 18:58 ape6evm_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 15684 февр. 4 18:58 apq8084_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 14729 февр. 4 18:58 apq8084-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3958 февр. 4 18:58 armadillo800eva_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1315 февр. 4 18:58 assabet_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 5006 февр. 4 18:58 at91_dt_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 7495 февр. 4 18:58 at91rm9200_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2248 февр. 4 18:58 at91sam9260_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3727 февр. 4 18:58 at91sam9261_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3874 февр. 4 18:58 at91sam9263_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3044 февр. 4 18:58 at91sam9g20_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 5111 февр. 4 18:58 at91sam9g45_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1911 февр. 4 18:58 at91sam9rl_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1216 февр. 4 18:58 at91x40_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2630 февр. 4 18:58 badge4_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2702 февр. 4 18:58 bcm2835_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2727 февр. 4 18:58 bcm_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2660 февр. 4 18:58 bockw_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1939 февр. 4 18:58 bonito_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1659 февр. 4 18:58 cerfcube_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2216 февр. 4 18:58 clps711x_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4303 февр. 4 18:58 cm_x2xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4182 февр. 4 18:58 cm_x300_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1908 февр. 4 18:58 cns3420vb_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4049 февр. 4 18:58 colibri_pxa270_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1697 февр. 4 18:58 colibri_pxa300_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2323 февр. 4 18:58 collie_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 6158 февр. 4 18:58 corgi_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3096 февр. 4 18:58 da8xx_omapl_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4422 февр. 4 18:58 davinci_all_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3131 февр. 4 18:58 dove_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1657 февр. 4 18:58 ebsa110_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4434 февр. 4 18:58 em_x270_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2839 февр. 4 18:58 ep93xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2794 февр. 4 18:58 eseries_pxa_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1638 февр. 4 18:58 exynos4_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2898 февр. 4 18:58 exynos_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 10661 февр. 4 18:58 ezx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2561 февр. 4 18:58 footbridge_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 7932 февр. 4 18:58 fsm9900_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 7523 февр. 4 18:58 fsm9900-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1804 февр. 4 18:58 h3600_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2015 февр. 4 18:58 h5000_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1113 февр. 4 18:58 hackkit_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 10009 февр. 4 18:58 imote2_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4602 февр. 4 18:58 imx_v4_v5_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 6100 февр. 4 18:58 imx_v6_v7_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1950 февр. 4 18:58 integrator_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2868 февр. 4 18:58 iop13xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3032 февр. 4 18:58 iop32x_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2155 февр. 4 18:58 iop33x_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4450 февр. 4 18:58 ixp4xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2745 февр. 4 18:58 jornada720_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4619 февр. 4 18:58 kirkwood_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3203 февр. 4 18:58 kota2_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1769 февр. 4 18:58 ks8695_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2428 февр. 4 18:58 kzm9d_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3599 февр. 4 18:58 kzm9g_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1513 февр. 4 18:58 lart_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 5055 февр. 4 18:58 lpc32xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1495 февр. 4 18:58 lpd270_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1226 февр. 4 18:58 lubbock_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3872 февр. 4 18:58 mackerel_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4161 февр. 4 18:58 magician_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1199 февр. 4 18:58 mainstone_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2825 февр. 4 18:58 marzen_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 8829 февр. 4 18:58 mdm9630_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 8161 февр. 4 18:58 mdm9630-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 8819 февр. 4 18:58 mini2440_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2467 февр. 4 18:58 mmp2_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 11420 февр. 4 18:58 mpq8092_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 11995 февр. 4 18:58 msm8226_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 11173 февр. 4 18:58 msm8226-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 11125 февр. 4 18:58 msm8610_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 10408 февр. 4 18:58 msm8610-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 12912 февр. 4 18:58 msm8916-512mb_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 12160 февр. 4 18:58 msm8916-512mb-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 12966 февр. 4 18:58 msm8916_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 12271 февр. 4 18:58 msm8916-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 13538 февр. 4 18:58 msm8974_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 12437 февр. 4 18:58 msm8974-perf_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3025 февр. 4 18:58 msm_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 7782 февр. 4 18:58 msmzirc_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1780 февр. 4 18:58 multi_v7_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3157 февр. 4 18:58 mv78xx0_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2108 февр. 4 18:58 mvebu_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4364 февр. 4 18:58 mxs_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2100 февр. 4 18:58 neponset_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1740 февр. 4 18:58 netwinder_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1829 февр. 4 18:58 netx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2834 февр. 4 18:58 nhk8815_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1559 февр. 4 18:58 nuc910_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1953 февр. 4 18:58 nuc950_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1702 февр. 4 18:58 nuc960_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 6512 февр. 4 18:58 omap1_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 6499 февр. 4 18:58 omap2plus_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3773 февр. 4 18:58 orion5x_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2093 февр. 4 18:58 palmz72_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2440 февр. 4 18:58 pcm027_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1374 февр. 4 18:58 pleb_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1542 февр. 4 18:58 prima2_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1835 февр. 4 18:58 pxa168_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1302 февр. 4 18:58 pxa255-idp_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3445 февр. 4 18:58 pxa3xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2034 февр. 4 18:58 pxa910_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4799 февр. 4 18:58 raumfeld_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2367 февр. 4 18:58 realview_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2371 февр. 4 18:58 realview-smp_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3118 февр. 4 18:58 rpc_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 11286 февр. 4 18:58 s3c2410_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2209 февр. 4 18:58 s3c6400_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1718 февр. 4 18:58 s5p64x0_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1201 февр. 4 18:58 s5pc100_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1811 февр. 4 18:58 s5pv210_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 13419 февр. 4 18:58 sagitar_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sagitare_defconfig -> sagitar_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sagitarr_defconfig -> sagitar_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sagitart_defconfig -> sagitar_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sagitarw_defconfig -> sagitar_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4585 февр. 4 18:58 sama5_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1041 февр. 4 18:58 shannon_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1866 февр. 4 18:58 shark_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2433 февр. 4 18:58 simpad_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 13533 февр. 4 18:58 sisley_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 16 мая 19 19:57 sisleye_defconfig -> sisley_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 14556 февр. 4 18:58 sisleyl_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sisleylr_defconfig -> sisleyl_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sisleylt_defconfig -> sisleyl_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 17 мая 19 19:57 sisleylw_defconfig -> sisleyl_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 16 мая 19 19:57 sisleyr_defconfig -> sisley_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 16 мая 19 19:57 sisleyt_defconfig -> sisley_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 16 мая 19 19:57 sisleyw_defconfig -> sisley_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1963 февр. 4 18:58 socfpga_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2319 февр. 4 18:58 spear13xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2150 февр. 4 18:58 spear3xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1901 февр. 4 18:58 spear6xx_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 6246 февр. 4 18:58 spitz_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1763 февр. 4 18:58 tct_hammer_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 5807 февр. 4 18:58 tegra_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 5027 февр. 4 18:58 trizeps4_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1858 февр. 4 18:58 u300_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2866 февр. 4 18:58 u8500_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 1797 февр. 4 18:58 versatile_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 3392 февр. 4 18:58 vexpress_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4086 февр. 4 18:58 viper_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 2542 февр. 4 18:58 xcep_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 13568 февр. 4 18:58 z2_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 12 мая 19 19:57 z2e_defconfig -> z2_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 12 мая 19 19:57 z2r_defconfig -> z2_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 12 мая 19 19:57 z2t_defconfig -> z2_defconfig
    lrwxrwxrwx 1 sevenmaxs sevenmaxs 12 мая 19 19:57 z2w_defconfig -> z2_defconfig
    -rw-rw-r-- 1 sevenmaxs sevenmaxs 4401 февр. 4 18:58 zeus_defconfig
    sevenmaxs@USSR:~/Temp/S60-A_ROW_OpenSource/kernel/arch/arm/configs$

  • Legalities of modifying open source Java classes in a closed source App

    If there is a better forum for this thread please let me know. I looked and looked and couldn't find any place where it seemed to fit.
    Simply put, I want to know the legal ramifications of modifying open source Java classes which have been included in a commercial closed source application.
    The specifics are my problem with the javax.servlet.http.Cookie classes interpretation with RFC 2019 in regards to acceptable cookie names. I currently am debating that in a thread here:
    http://forums.sun.com/thread.jspa?threadID=5313146
    I am using Adobe ColdFusion which is a J2EE application server running as a servlet in Macromedia JRun. JRun parses request headers and creates instances of the javax.servlet.http.Cookie class for each cookie. (An error is thrown from the constructor if the cookie name is not accepted)
    I was able to work around the problem by modifying the code in the Cookie class, compiling it, and using jar.exe util in my SDK to update the new class into the jrun.jar file. I blogged it here:
    http://www.codersrevolution.com/index.cfm/2008/7/15/No-Cookie-For-You-Second-Solution
    My problem is I'm not sure if what I did conforms to the license for ColdFusion. Technically JRun is a closed source program I am not allowed to modify, but all I changed was a open source class from Sun. I didn't even need to decompile anything.
    I have Googled in vain, but I can't seem to find any information that applies to modifying pieces of open sourced code contained inside of a closed source application.

    bdw429s wrote:
    "I thought it was straightforward and I didn't feel that lawyers were necessary. But you didn't seem to want to do that."
    I'm unclear on whether you are implying that I didn't want to hire a lawyer or that I didn't want to read the licenses myself and make a decision. If you meant the former, you're darn right. I'm not paying anyone a dime to satisfy my personal acedemic curiosity concerning a random project I've been messing with in my spare time that isn't related to to any job or business decision. I'm simply looking for information because that's I do when I don't understand how something works. First, I Google the hell out of it and if I can't turn up satisfactory answers (or any at all) I find an applicable forum and ask there.
    If you were implying the latter (that I didn't want to read the licenses myself) then you haven't been reading my posts. I stated to jschell that I have no problem attempting to figure out a license agreement on my own. In fact, I have read the ColdFusion agreement from Adobe before posting here. I talks about modifying the software, but I still don't think it is crystal clear about whether third part code falls under it's own license AND Adobie's or just its own license. Then that is the point at which you must do one of the following
    1. Consult a lawyer.
    2. Decide to allow for a liberal interpretation (thus you can use the code) and understand that you personally are liable if your interpretation is wrong.
    3. Decide to allow for a conservative intepretation to avoid liable on your part.
    Regardless of what anyone says here it won't remove your own liability.
    >
    The source for the java.servlet.http.Cookie class stated that it is release under the Apache license 2.0 whcih I read up on. I will admit I'm not actually sure how to tell the exact verison of the Java Servlet API classes that JRun is built on other than to cross reference which version of the servlet API came out with which version of Java, but that is a suspect method. I have been programming for more than 8 years, but I'm relatively new to the Java landscape.
    I'm not looking for handouts here. I know this was a tough subject and I was prepared for NO ONE to respond and I would have been ok with that. I have no problems making decisions on my own and I have no intention of passing the buck to anybody.
    Here's the thing though. A useful response is one that states some facts (or opinions), references a similar peice of software for comparison, a court case, or provides a few links to some open source-type websites were I might find more information about my issue.
    Telling me to hire a lawyer and chastising me for "pass the buck" is doing about as much good as Linux snobs telling people to RTFM.
    Wrong.
    A lawyer is the best and most correct answer.
    And it is the first answer that should always be given with these sorts of questions.
    If you choose not to accept the best and most correct answer then that is up to you.
    I understand that a large number of people on public forums are lazy sponges who wish someone would just post all the code they need, but assure you I am not that person. I'll admit I don't know much about open source and I'm not sure where to start looking since I seem to have a scenario which is not really discussed much on the web. All I am looking for is information and sincere help.And presumably you also understand that we certainly can't give you legal advice but also it would be foolhardy for you to accept it as well.
    You learn by reading many license agreements and reading as much about legal situations involving computers and related technical cases as you can.
    And until you are comfortable making such decisions yourself without asking then the only useful answer is ask a lawyer.

  • JAVA ME version Open Source

    Hi,
    I am new to JAVA technology. I want to use open source version of JAVA ME along with CDC1.1 and FP1.1.
    Can you please provide me links to download these open source packages. I am planning to cross compile and use it on Linux.
    I hope I can download this from ORACLE website and use this code as open source code. Is this correct?
    Thanks & Regards,
    Tushar

    How about this ?
    http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javame-419430.html#MIDP-2.0-OTH-G-F
    Actually, all Open source you can download from http://jcp.org/en/jsr/platform?listBy=1&listByType=platform
    If you just want to use CDC 1.1 and FP1.1 in ARM platform, you can download OJEC from
    http://www.oracle.com/technetwork/java/embedded/downloads/javame/index.html
    Regards,
    Xunliao

  • Protecting java source code

    I heard about the possibilty of decompiling the java code and getting back the source code, is this flaw specific to java or is it common among all programming langauges?
    how is it possible to protect the source code? and how expensive is the solution?
    thank you

    Back to poster: To my knowledge, the ability tode-compile back to valid source code is unique to
    Java.
    No it's not. Any program files can be decompiledback
    to source code.
    If not their original C or C++ code, then at least
    assembly code.You cannot decompile C or C++ code to anything but
    assembler language. Which even when written by a good
    programmer is considered obfuscated by others. I
    doubt that anyone has lifted C or C++ code from
    another application using a decompiler.yes you can, all binaries can be reverse compiled, logically speaking they have to be!
    However, the readability of the output is not going to be as high as that obtained from decompiled java.
    >
    I would say that de-compilation is not a flaw in Javawhen compared to
    powerful features it has to offer. Of course it's a flaw (so I disagree with you here).
    People don't want this behavior, but it exists. As I
    stated earlier (and I'm agreeing with you on this
    one), it was an issue of priorites, and the
    developers of Java decided that it was OK because it
    allowed "powerful features"...it is a feature - whether it is a desirable feature is another argument entirely.
    >
    Here's a list of projects where the developers arenot interested in
    hiding the source code from you, in fact they let youhave it for free:
    Notice the words developers, not software companies.
    I believe in open source and participate in it when
    not bound by non-disclosure which is 99% of the time.
    But I would stand by my statement that there are no
    o software companies selling retail software that
    believe the ability to decompile Java back to Java
    source code is OK or good for them in anyway. I would
    gently suggest that providing open source code, and
    providing the ability to decompile to source code
    really don't belong in the same discussion...Protecting code is not the job of programmers, it is the job of the Law.
    rob,

  • How to make Open Source work on Solaris 10, x86 ?

    I'm trying to make this Open Source code for MDBTools work on my
    Solaris 10, x86.
    What this tool does is to read in a Microsoft Access MDB file, and
    outputs the contents of that database file, into an ASCII text file.
    I unzipped these files already, but how do I make "mdbtools" work on
    Solaris x86, version 10?
    http://sourceforge.net/search/?type_of_search=soft&words=mdbtools
    http://sourceforge.net/projects/mdbtools/files/mdbtools/mdbtools-0.6pre1.tar.gz/download

    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking dependency style of g++... none
    checking how to run the C++ preprocessor... /lib/cpp
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fl32... no
    checking for af77... no
    checking for fort77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for lf95... no
    checking for g95... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether accepts -g... no
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... false
    checking for ranlib... :
    checking for strip... :
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... solaris2.10 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    libtool.m4: error: problem compiling CXX test program
    checking for g++ option to produce PIC...
    checking if g++ supports -c -o file.o... no
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.10 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    appending configuration tag "F77" to libtool
    checking for flex... no
    checking for lex... no
    checking for yywrap in -lfl... no
    checking for yywrap in -ll... yes
    checking for bison... no
    checking for byacc... no
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for unistd.h... (cached) yes
    checking wordexp.h usability... yes
    checking wordexp.h presence... yes
    checking for wordexp.h... yes
    checking for an ANSI C-conforming const... yes
    checking for size_t... yes
    checking whether byte ordering is bigendian... no
    checking Are we using flex ... yes
    checking for SQLGetPrivateProfileString in -lodbcinst... no
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.0.0... yes (version 2.4.1)
    checking for libglade-2.0 libgnomeui-2.0... yes
    checking GNOME_CFLAGS... -DORBIT2=1 -mt -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
    checking GNOME_LIBS... -mt -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
    checking gtk-doc version >= 1.0... yes
    checking for initscr in -lncurses... no
    checking for add_history in -lreadline... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating libmdb.pc
    config.status: creating libmdbsql.pc
    config.status: creating src/util/Makefile
    config.status: creating src/extras/Makefile
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating src/libmdb/Makefile
    config.status: creating src/sql/Makefile
    config.status: creating src/odbc/Makefile
    config.status: creating doc/Makefile
    config.status: creating src/gmdb2/Makefile
    config.status: creating src/gmdb2/gladefiles/Makefile
    config.status: creating src/gmdb2/pixmaps/Makefile
    config.status: creating src/gmdb2/help/Makefile
    config.status: creating src/gmdb2/help/C/Makefile
    config.status: creating mdbtools.spec
    config.status: creating include/mdbver.h
    config.status: creating include/config.h
    config.status: include/config.h is unchanged
    config.status: executing depfiles commands
    @

  • Attn Lenovo Reps: A2109A kernel source code

    Hi,
    On the Lenovo Support site, for the A2109A, under Drivers and Software, in category "Preloaded software" there's a file called a2109n_gpl_kernel_570.7z labeled as "Open Source Code - IdeaTab A2109A".   I take it this is the source code for the kernel.
    I downloaded the file and tried to extract the contents of the 7zip archive, but it's password protected.  What is the password for this?
    Solved!
    Go to Solution.

    Oh for the love of.... Thanks for the heads up.  We'll get this fixed.
    Full disclosure: Lenovo issues my paychecks.

Maybe you are looking for

  • K8N Neo4 Platinum (PCB 1.0) and AMD 64 3800+ X2

    Help! I have a K8N Neo4 Platinum (PCB 1.0) and it had an AMD 64 3200+ single core CPU. Now I've upgraded to an AMD 64 3800+ X2 dual core but the BIOS and MS Vista are seeing only the one core. The BIOS is at the latest version - 1.D. Whats' going on?

  • IPod Touch 4G Not Recognized by iTunes

    I really am quite (******) aggravated at this issue. For over a month my iTunes has been unable to sync with my iPod Touch 4G (iOS 4.2.1). I have tried reinstalling all Apple components as suggested by Apple Support about 8 times, restoring my iPod,

  • Rebate Manual accruals

    Hi, when rebate is active and is sales dependent, for every invoice processing, an accrual is posted. The accouting entry is to debit the accrual account and credit  the "provision for accrual". When Manual accruals happens , i need to know the follo

  • When downloading, says iTunes Setup is not a valid Win32 application.

    When downloading, says iTunes Setup is not a valid Win32 application. How can I fix this?

  • Problem with live streaming video after system updates

    Dear all, I hope you can assist me on this. Yesterday, I downloaded the following automatic updates: iLife Support 9.0.4, Remote Desktop Client update 3.4, Mac OS X Update Combined 10.6.7, Airport Utility 5.5.2. After that, I could NO MORE watch live