Mysterious config.as - Expecting either a 'semicolon' or a 'new line' here.

Compiling with AIR SDK 3.5 with ASC 2.0 preview 5 using Ant mxmlc task.
I get this error:
C:\Users\Tomas\Documents\_projects\flash-trunk2\.tools\packaging\config.as:1
Syntax error: Expecting either a 'semicolon' or a 'new line' here.
I have no such file "config.as" there nor I know what it is? Is that some kind of generated file? Should it be there?
I cannot use ASC 2.0 to compile my project due to this issue.
Thansk for any ideas...
Tomas

I'm having the same problem trying to use compile-time constants via <define> tags in my ant build script.  It works if I give it a literal constant like "0" but if I try to use a parameter like "${git.revision} I get this error.
Appears to be a bug. 

Similar Messages

  • Element adfc-controller-config not expected

    hi
    The blog post "How to configure an ADF Phase Listener and where to put the file " by Frank Nimphius ...
    at http://blogs.oracle.com/jdevotnharvest/2010/11/how_to_configure_an_adf_phase_listener_and_where_to_put_the_file.html
    ... suggests contents for the adf-settings.xml file,
    But JDeveloper 11.1.1.4.0 shows the message "Element adfc-controller-config not expected ",
    see also the screenshot at http://www.consideringred.com/files/oracle/img/2011/adfc-controller-config-not-expected.png
    - (q1) Is there a problem in the adf-settings.xml file or is JDeveloper wrong about the "Element adfc-controller-config not expected " message?
    many thanks
    Jan Vervecken

    Thanks for your reply Frank.
    Frank Nimphius wrote:
    ... I actually did a search for adf-settings.xsd in the source code. ...Good idea, searching the ADF source code (available via Oracle support) ...
    ... where I found these XML schema files that seem to be relevant:
    - adf_111210_6081_source.zip/adf-settings.xsd
    - adf_111210_6081_source.zip/oracle/adf/controller/controller-settings.xsd
    - adf_111210_6081_source.zip/oracle/adf/share/config/schema/settings.xsd
    In these XML schema files, a combination of (imported) namespaces, abstract elements and substitutionGroup elements, seem to allow for the following XML configuration (where also JDeveloper does not complain about):
    <adf-settings xmlns="http://xmlns.oracle.com/adf/settings">
        <adf-controller-config xmlns="http://xmlns.oracle.com/adf/controller/config">
            <lifecycle>
                <phase-listener>
                    <listener-id>MyLogPagePhaseListener</listener-id>
                    <class>thread2186793elementnotexpectedapp.view.frameworkext.MyLogPagePhaseListener</class>
                </phase-listener>
            </lifecycle>
        </adf-controller-config>
    </adf-settings>... and it works at run-time for me, see also the modified example application
    at http://www.consideringred.com/files/oracle/2012/Thread2186793ElementNotExpectedApp-v0.02.zip
    (I also wonder where the relevant XML schema files would be available in a JDeveloper installation, for JDeveloper itself.)
    regards
    Jan

  • I have an iPod 4.2.1 version and recently when I try to download an app it is either incompatible or reuires a newer version of OpenGLS. is there any way I can update the software I have because I literally cant download a single app. Thank you.

    I have an iPod 4.2.1 version and recently when I try to download an app it is either incompatible or reuires a newer version of OpenGLS. is there any way I can update the software I have because I literally cant download a single app. Thank you.

    No, you can't update your 2G iPast past iOS 4.2.1. The graphics hardware on the 2G does not support the latest Open GLS.
    Yes, there are not that many apps that still works with a 2G with 4.2.1.

  • I am in tears! I have just lost all my music in my itunes and they are not located on my pc either as it's a new pc. Help PLEASE!

    I am in tears! I have just lost all my music in my itunes and they are not located on my pc either as it's a new pc. Help PLEASE!

    Did it used to be on that computer ? Your music library will only be where you put it, buying a new computer and installing iTunes on it will not put your library on it.
    If you go in Edit > Preferences in your iTunes and on the Store tab tick the 'show iTunes in the Cloud purchases' tickbox then your iTunes purchased music might show in the Music part of your library with cloud icons against them for redownloading - if you've moved countries since buying the music or if it's no longer in the store then it won't show for redownloading. And check to see if you've hidden any of your purchases : iTunes Store: Hiding and unhiding purchases - Apple Support
    For your own music (e.g. copied from CDs) and what you can't redownload then do you still have your old computer with it on, or do you have a backup of your downloads/library, or is it on your phone ? If on your phone then there are some programs listed halfway down this page which should be able to copy it back : Recover your iTunes library from your iPod or iOS device.
    Or to copy it from a different computer : How to move your iTunes library to a new computer - Apple Support.

  • After finally downloading my MiniDV tapes to iMovie 10.0.6 (Yosemite), I see that there is no iDVD (why did I buy a new Superdrive for my new MacMini). So, can I buy an old iLife 9 and expect it to load to the new machine. This is NOT progress!!

    After finally downloading my MiniDV tapes to iMovie 10.0.6 (Yosemite), I see that there is no iDVD (why did I buy a new Superdrive for my new MacMini). So, can I buy an old iLife 9 and expect it to load to the new machine. This is NOT progress!! HELP

    Hello!
    They're still being sold in some places: http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Dsoftware&field-keywo rds=ilife+09&sprefix=iLife+09%2Caps%2C194&rh=n%3A229534%2Ck%3Ailife+09
    However, do you absolutely NEED iDVD? There are alternatives, like Burn (free): http://burn-osx.sourceforge.net/
    I suggest you try it out since it's free. Maybe it'll be enough.

  • [Solved] How to: Automatically add Semicolons at end of line

    Q. Is it possible to set JDeveloper to automatically add Semicolons to the end of a line of code?
    A. "While there is nothing that does this in batch mode to all your lines, while you are writing a line you can press the CTRL+SHIFT+Enter (complete statement in the source menu) shortcut and it will complete your line for you including the semicolon." [Solved] How to: Automatically add Semicolons at end of line
    Original Message:
    I'm spoiled from using Basic and similar programming languages, adding semicolons manually is something that'll take me time to get used to
    Thanks in advance,
    Abdulla
    Tags (for search engines):
    Jdeveloper automatic semicolon
    Message was edited by:
    Abdulla

    While there is nothing that does this in batch mode to all your lines, while you are writing a line you can press the CTRL+SHIFT+Enter (complete statement in the source menu) shortcut and it will complete your line for you including the semicolon.

  • Mysterious config changes

    For some strange reason gfx.blacklist.direct2d and gfx.blacklist.layers.direct3d9 both keep getting set to 3. I reset them back to the default and it'll be fine for the next two or three times I use Firefox, but after that they mysteriously change back to "user set" with a value of 3.
    I don't want this happening because it stops Firefox from using Direct2D, DirectWrite and GPU Accelerated Windows.

    Firefox sets these prefs automatically if it detects a problem with the graphics display card and its driver.
    Do you see any messages in the Graphics section on the Help > Troubleshooting Information page about this?
    *https://support.mozilla.org/kb/Using+the+Troubleshooting+Information+page
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration

  • Config of Goods Receipt indicator specific to individual PO line price

    Hello all
    Is there a way to define Goods Receipt indicator (field WEPOS in EKPO table) to default to either checked or unchecked, for individual PO Lines, based on the price of the material at each PO line ? (ex price beyond a threshold value should require a Goods Receipt)
    Goods Receipt requirement would therefore not be vendor specific (ie configured at Vendor level XK01) or Account Assignment Category specific (ie configured at OME9), but specific to individual PO lines value/price. Where can this threshold value of price be specified ?
    Thanks a lot

    This can be configured on the basis of USER ID
    Inforecord.
    I dont think on the basis of PO valu.
    IN inforecord u can check this.

  • What kind of longevity can I expect from the SSD in a new MacBook Pro with Retina Display?

    Hi all,
    I recently ordered a new MacBook Pro with the Retina Display. This will be both my first computer and my first Mac that uses a SSD as the primary storage device. As the title of this post suggests, what I would like to know is what sort of lifespan/longevity can I expect to get out of it? My current MacBook Pro was manufactured in 2007 and has a stock 160GB Fujitsu hard drive that has been fantastic for me over the past 4-5 years. It continues to run like a champ, and I would hope that a brand new SSD would be able to last at least that long. Given that the new retina MBPs cannot be upgraded or (easily) user-serviced, I am somewhat curious to know whether or not Apple's new proprietary SSD modules will give out/slow to a crawl before/after my new machine becomes completely obsolete. I have been searching for articles published within the past few months on whether or not the current crop of SSDs on the market are more reliable than those introduced a year or two ago, but alas, I haven't had much luck. Perhaps it is still too early to tell?
    I found a few discussion threads on here somewhere where some users indicated that their original MacBook Airs, or other SSD-equipped MacBooks, were still performing quite well and responsively after a few years of use. Can anyone substantiate this for me? How long have you been using your SSD(s) in your Mac(s), and do you think the newer models will be able to last several years? I would greatly appreciate any insight.

    ARealMac(PPC)User wrote:
    ...I found a few discussion threads on here somewhere where some users indicated that their original MacBook Airs, or other SSD-equipped MacBooks, were still performing quite well and responsively after a few years of use. Can anyone substantiate this for me? How long have you been using your SSD(s) in your Mac(s), and do you think the newer models will be able to last several years? I would greatly appreciate any insight.
    While I think your concern is legitimate (it was mine too), I think to some extent, how long they last will be up to you. The individual cells in the flash media in an SSD have limited life spans, and SSD controllers have a variety of techniques to spread that wear around evenly (wear leveling). That wear is exacerbated by the controller having to erase a whole block of data when even just one page needs to be changed, and if not all the data in the block is still valid, more data than necessary gets moved (write amplification). To provide some extra room for all this reshuffling of data, SSD manufacturers build in extra space that's inaccessible to the user (over-provisioning), but it typically runs about 7%. (This is a good discussion of the inner workings of all this)
    If you stuff your SSD full of files, so that there's very little room to do all this rearranging, I think you'll experience the slowdown you're concerned about. TRIM, which Apple's SSD's support, will help, but you can too. Allow plenty of free space on your SSD and perhaps partition it so that there is free space outside the partition (check this out to see what a difference it can make). You can't use it but the controller can as an extension of the built-in over-provisioning.
    You also mention that you "will most likely use it to record several tracks and store my growing library of songs and videos." Why not instead use an external SSD connected via USB 3.0 for storage? They're relatively cheap, very fast, and keep the space on your internal working drive free. A BootCamp partition would also take up space, so you might consider using Windows in a Virtual Machine instead. VMware Fusion or Parallels would be installed on the internal SSD but the virtual machine files could  go on the external.
    In any case, your data is more important than your SSD, so back up, back up, back up.

  • My iPhone 5 camera keeps freezing if and when I take a photo I get either a pink screen or pink lines or lens freezes any ideas please

    Has anyone else had an issue with their iPhone 5. Camera?
    The problem is intermittent and presents as either a total freeze or partial or full pink screen
    Is this a known fault and should I take the phone to an apple store for a replacement as it is only 4 months old

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    If that didn't help, Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • HT2204 I have changed my email address which i have successfully done on my laptop, however when I connect my iphone it still has my old email address and of will not acceprt either my old password or new password.Do I have to unistall itunes and reinstal

    I have changed my email address which I sucesfully did on my laptop,however when I connect my iphone it still has my old email address and will not accept either my old  or new password.Do I have to uninstall and reinstall again.Please help.Any suggestions.Regards Mark

    Settings > Store > Sign out.
    Sign in with the new credentials.

  • I can not load a new tab, either by clicking on the new tab or via 'file'

    I can only get one tab to open, I have rebooted but can only get the first tab to open

    The Ask Toolbar is causing that in the Firefox 3.6.13+ versions. Uninstall that extension.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • SP Products Config Wizard fails for Socket Error Connection Refused - New Azure Setup (firewalls turned off)

    Hi all,
    I'm using this guide: "Step-by-Step: Build a FREE SharePoint 2013 Dev/Test Lab in the Cloud with Windows Azure Infrastructure Services" by Keith Mayer 15 Jul 2013 6:30 AM over on TechNet.
    And I'm currently in "Exercise 5: Configure SharePoint Server 2013 in a Windows Azure VM" steps 16/17.
    When I try to create a new server farm following those instructions, the process fails.
    The dialog window states:
    "Configuring SharePoint Products"
    "Performing configuration task 3 of 10" <- gets stuck here for a while and then I get the error below: 
    The error from the PSCDiagnostics log is:
    Trying to see if port 14387 is free on machine [my sp server]. Min port we will try is 1024, Max port we will try is 49151
    05/14/2014 16:43:26 1 INF A SocketException was thrown with SocketError ConnectionRefused
    05/14/2014 16:43:26 1 INF Connect has been refused for port 14387, so we will consider this a free port
    05/14/2014 16:43:26 1 INF Have not found a free port yet. Number of tries is 1. Min port we will try is 1024, Max port we will try is 49151
    05/14/2014 16:43:26 1 INF Adding port 14387 to the exclusion list so it is not chosen again during this run
    [snip]
    05/14/2014 16:48:22 9 ERR Task configdb has failed with an unknown exception
    05/14/2014 16:48:22 9 ERR Exception: System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.) ---> System.ComponentModel.Win32Exception (0x80004005): The semaphore timeout period has expired
    I've turned Windows firewall off on the SP Server, SQL Server and the AD Server (temporarily of course) and I've given user mydomain\sp_farm local and domain administrative rights as well as full rights within the SQL db.
    I can ping from/to the SharePoint/SQL servers and get a response using the host name for each (the internal IP's 10.0.0.5/6 respond).  If I use the DNS server names, the pings fail.
    However, after the SharePoint wizard fails, I can see on the SQL server that db SharePoint_Config (default name from SP wizard) is created.  So it looks like the SP wizard can connect because the db is being created.
    Is this a timeout issue even though the log file shows "SocketError ConnectionRefused"?
    Any ideas on how I can resolve this error?
    Thanks.

    Hi Gary, 
    For this issue, I'm trying to involve someone familiar with this topic to further look at it. 
    There might me some time delay. Thank you for your understanding.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Two buttons, two URLs

    All I want to do is add two links to two buttons.  Sounds simple, but I've been searching the internet for hours & can't find anything that will work.  I already have my buttons ready.  The code I'm using in the timeline is:
    btn_CT.addEventListener(MouseEvent.MOUSE_DOWN, CTHandler);
    function HHandler(event:MouseEvent):void {
    navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152062");
    btn_GA.addEventListener(MouseEvent.MOUSE_DOWN, GAHandler);
    function SHandler(event:MouseEvent):void {
    navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152063");
    I've actually copied several snippets of code to try to get my links to work; this is the last code that I pasted.  My button instances are btn_CT and btn_GA. The best I've been able to do with any of the snippets is to get one link to work on both buttons.  It doesn't recognize the second link for some reason.  I'm sure there is a simple explanation for this, but I can't seem to find it.  Any help would be appreciated.  Thanks!

    First of all, thanks for the quick response.  This is now my code:
         btn_CT.addEventListener(MouseEvent.MOUSE_DOWN, HHandler);
         function HHandler(event:MouseEvent):void {
         navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152062");
         btn_GA.addEventListener(MouseEvent.MOUSE_DOWN, SHandler);
         function SHandler(event:MouseEvent):void {
         navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152063");
    I'm getting two errors when I publish:
        1084: Syntax error: expecting rightparen before semicolon.
         navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152062");
         1084: Syntax error: expecting rightparen before semicolon.
         navigateToURL(new URLRequest("http://www.regonline.com/Register/Checkin.aspx?EventID=1152063");
    Do you know why I'm getting these errors?
    Thanks again!

  • CMC/Infoview Version

    How do I determine which version of InfoView or CMS I have running.
    I am using the .NET version.  When I go to Help/About, I just get a product code.
    The reason I ask is I just went through the 3+ hour upgrade from 3.1 to 3.1 SP2 to fix a URL reporting bug.  The upgrade was successful but the bug is still there.  So now I am questioning if I only upgraded the server and not the client?
    The URL issue has to do with having a report be sent out to SMTP email and sending a URL.  I am using Windows AD security on InfoView and that works.  But when the user clicks on the URL in the email it takes them to a InfoView Login screen.  The bug report I read said that this was fixed in SP2.

    >
    Pete Schmitt wrote:
    When you make a change like this, what (services,servers) need to be stopped and restarted to make it take effect.  I often just reboot the entire server because I am not sure what to do but that seems like major overkill.
    Thanks for letting us know what worked. In the case of the web.config it's either nothing (dynamic for each new web request) or IIS may cache parts of it in which case if it doesn't dynamically update then restart IIS (command line iisreset -restart)
    It's different with other products/options/etc
    Regards,
    Tim

Maybe you are looking for

  • Screen flickering and system freezes when using Nouveau driver.

    I'm testing the Nouveau driver on my computer, I really want to keep this driver installed because it makes XFCE to use less resources than the Nvidia proprietary driver. But when I start some apps like firefox or make changes to the desktop, the sys

  • Creating dynamic tree in Apex 4.0

    Hi Friends, I am trying to display the "sites" and "devices" under that site in a tree. THe site is the first level in the tree. But under a site there will be some 20-30 devices. I want to display the first 10 devices when clicking on the '+' in a s

  • Trustme.app ? - Multiple occurrences in launchpad after installing Lion

    After installing lion multiple occurrences of this app in Launchpad have appeared. I've never seen them before. What are they? Clicking on it pops up a message saying that the app cannot be opened because of a problem, and to check whether it is comp

  • How can I get PP CS4 to automatically locate missing assets?

    Hello.  I'm using CS4 on a Hewlett-Packard PC computer running a 64-bit Windows 7 operating system. My computer recently crashed necessitating a visit to my friendly, local repair shop.  When I got it back, I had to reload PP which I did but when I t

  • Application Authentication

    Hi, All I have some question about MHP Application Authentication, please help me answer them, thanks 1. What's the difference or relationship between "Application Authentication" and "File Authentiction"? 2. For mhp specification 1.03, File Authenti