Exported build.xml doesn't build Service Control correctly

We created a few components that build properly in Workshop...but not in the build.xml that Workshop generates. We are using Workshop 9.2.
Here is what we did...
1) Coded a Web Service that uses the ALDSP 3.0 dynamic mediator API (to access a data service)
2) Generated a WSDL from that service
3) Created a Service Control (that uses the WSDL from #2)
When we do a build via Project -> Clean (with Build Automatically enabled), this gets built just fine.
When we run the Ant task with the targets "clean, build", it fails when it tries to compile the SEI file (the file that gets generated for #3 above).
During the build process (from the Workshop-exported build.xml file), the com.bea.control.servicecontrol.impl.ServiceControlAssembler appears to generate the MyServiceControlSEI.java file that does not compile.
Although the compile error probably has to do with the naming conventions in our XML schema, we at least want to get the build.xml build process to act the same way as the regular Project -> Clean process (in which case our project builds just fine...even with our XML schema issues).
My question is...does the Project -> Clean process use a different set of APTs or tasks to generate the SEI file than the build.xml process? If so, how can we configure the exported build.xml file to use the same tasks/tools as the Project -> Clean process?
Thank you,
Michael

Hi Michael,
Can you confirm if you are running the ant script from the command line and have run the setenv.cmd/sh script prior to running the ant tasks
more info on executing ant script from the command line is available at
[url http://e-docs.bea.com/wlw/docs102/guide/ideuserguide/build/conUseCustomAntBuild.html]http://e-docs.bea.com/wlw/docs102/guide/ideuserguide/build/conUseCustomAntBuild.html
cheers
Raj

Similar Messages

  • Problem with building web service control

    Hi i am using a web service control for invoking a web service. the application builds correctly from workshop and i am able to talk to web service. However, when i exported the ant build file from workshop and tried to build the application from prompt using ant, it gives me follwoing wrror -
    [wlwBuild] [Build] Errors found in D:\crmwork\weboss\esb\ESBPrj\com\covad\esb\controls\BillingServiceSBControl.jcx:
    [wlwBuild] [Build] Error at line 9 column 18:
    [wlwBuild] [Build] Description: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl' could not be created.
    [wlwBuild] [Build] Prescription: The class could not be created. Verify that it has a no-argument constructor.
    [wlwBuild] [Build] Error at line 9 column 18:
    Has anybody encountered this error? What could be the problem cause the workshop build works fine.

    I solved the problem :-)
    it happened due to JAVA_HOME env var. It has to point to jdk that comes along with wl812. mine was pointing to sun jdk 1.4.2. However, this is a bug, because, for wlwlbuild task , i was setting the proper bea java home, still it was failing due to system java_home var. And i did not face this problem with WL813. After facing lot of issues with 812, now i feel, 812 is not a stable production version.
    Anyways, now the prob;em is solved.

  • Native Process works OK in FlashBuilder 4.6 'run' but won't export build

    Hi,
    I have a small application that uses the 'native process' feature to invoke Image Magick to process an image file. My environment is Widows 7/64 bit.
    The application runs perfectly within FlashBuilder 4.6 using the 'run' facility and with 'supported profiles' set to 'extendedDesktop' in the -app.xml file.
    But when I try to export-build it, I get an error message (306) listing the supported profiles but extendedDesktop is not one of them.
    I have also tried to package this using the native Flex 4.6 SDK but the same error occurs.
    If I add 'desktop' to the supported profiles, the application will export build, and then allows the creation of the exe from the air file.
    But the exe will not run and just 'hangs' once you get to the point where the native proessing is invoked.
    The native process documentation says that extendedDesktop is required so the application using 'desktop' perhaps understandably 'hangs'.
    Any assistance with this will be most appreciated.

    OK, found the problem - I need to export-build the app as 'signed native installer' not 'signed AIR package'.
    Thanks to the answer to a similar problem in this forum from 2010.

  • Could TFS 2013 build service connect to TFS 2010 server?

    I am using the TFS 2010 since 2011, both TFS 2010 Server and TFS 2010 build service are installed on a separate Windows 2008 R2 x64 Server, I have application written in C# and .net 4.0 framework.
    Recently, I want to upgrade the application to .net framework 4.5. I installed a Windows 2012 R2 x64 server and installed a TFS 2013 build service (since TFS 2010 build service doesn't support Windows 2012 R2 x64 server); however, the TFS
    2013 build service seem to be not support the TFS 2010 server.
    I need the old TFS 2010 build service to build the bug fix .net framework 4.0 (with other old dependency library) package for production and I need a new TFS 2013 build service to build the next version .net framework 4.5 (with upgrade dependency library) application.
    Both new and old TFS build service have to be co-exist.
    Does anyone know if it is possible to let TFS 2013 build service work with TFS 2010 server?
    Or any suggestion on this scenario?

    Hi  Panco,
    Based on your description, you can use TFS 2010 build service to build the .net framework 4.0 and .net framework 4.5 applications. You need to install the corresponding dependencies on the bulid machine before building. And also build on the build machine
    locally make sure you can build successfully locally before TFS build.
    Since you already set up TFS 2013 build service, you can configure it to a team project collection in TFS 2010 to have a try. As far as I know, seems it's fine to do the building. If you have other considerations or concerns, please elaborate
    more details about your scenario.
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Phonegap Build Service

    Hi all,
    i'm facing an infinite "Build Queued..." from the PBS panel.
    The phonegap status is "Good, Slow, Slow", may be this be the problem?

    LaurieFrick wrote:
    Confusion is that several tutorials say FIRST go to the site --> phonegap build service and create a site. I think Adobe might be missing some basic 'how-to' with CS6.
    Basically, the PhoneGap Build process goes like this:
    Create an account at https://build.phonegap.com/.
    In Dreamweaver CS6, create a new site. The site must contain only files that are part of the app. There should be nothing else, because Dreamweaver uploads everything in the site root to PhoneGap Build.
    Create an HTML page called index.html, and include the following script tag in the <head>:
    <script src="phonegap.js"></script>
    You don't need a copy of phonegap.js in your local site, but the <script> tag is required to make use of the PhoneGap API in your application.
    Build your app by adding a style sheet, content, and JavaScript.
    When you're ready to compile the app, go to Site > PhoneGap Build Service > Phone Gap Build Service.
    Log into PhoneGap Build, using your account credentials.
    If it's a new project, Dreamweaver tells you that a project settings file wasn't found. Select Create New Project, and click Continue.
    Dreamweaver automatically uploads the files from the site, and starts building the app, which you can download once done.
    Each app needs a file called config.xml. If you haven't created one, Dreamweaver creates a boilerplate one for you, which you need to edit and then rebuild the app. Details of how to create config.xml are in the docs on the PhoneGap Build site.
    I created a series of videos explaining the process from start to finish in my Dreamweaver CS6 New Features course. The course isn't free, but it's relatively inexpensive and might help you if you're still stuck.

  • Building gnome-control-center

    make[3]: Entering directory `/home/david/src/gnome-control-center/panels/datetime'
    gdbus-codegen                        \
        --interface-prefix org.freedesktop.        \
        --generate-c-code timedated            \
        ./timedated1-interface.xml
    Traceback (most recent call last):
      File "/usr/local/bin/gdbus-codegen", line 39, in <module>
        from codegen import codegen_main
    ImportError: No module named codegen
    make[3]: *** [timedated.h] Error 1
    make[3]: Leaving directory `/home/david/src/gnome-control-center/panels/datetime'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/david/src/gnome-control-center/panels'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/david/src/gnome-control-center'
    make: *** [all] Error 2
    That's the error I'm getting when I try to build gnome-control-center 3.4.
    This is how I cloned the repository:
    git clone -b gnome-3-4 http://git.gnome.org/browse/gnome-control-center
    I can't find any info on codegen and I also tried "PYTHON=/usr/bin/python2 ./autogen.sh" and "PYTHON=/usr/bin/python2 make" just in case.
    Any ideas? Thank you.

    actually I am not able to build it through ABS too. It is throwing up some errors too. But different from yours.
    pp-utils.c: In function 'get_ppd_name':
    pp-utils.c:938:27: error: dereferencing pointer to incomplete type
    pp-utils.c:940:39: error: dereferencing pointer to incomplete type
    pp-utils.c:940:73: error: dereferencing pointer to incomplete type
    pp-utils.c:942:50: error: dereferencing pointer to incomplete type
    pp-utils.c:943:36: error: dereferencing pointer to incomplete type
    pp-utils.c:953:50: error: dereferencing pointer to incomplete type
    pp-utils.c:955:46: error: dereferencing pointer to incomplete type
    pp-utils.c:956:35: error: dereferencing pointer to incomplete type
    pp-utils.c:957:49: error: dereferencing pointer to incomplete type
    pp-utils.c:958:51: error: dereferencing pointer to incomplete type
    pp-utils.c:959:40: error: dereferencing pointer to incomplete type
    pp-utils.c:960:54: error: dereferencing pointer to incomplete type
    pp-utils.c:961:51: error: dereferencing pointer to incomplete type
    pp-utils.c:962:40: error: dereferencing pointer to incomplete type
    pp-utils.c:963:44: error: dereferencing pointer to incomplete type
    pp-utils.c:964:51: error: dereferencing pointer to incomplete type
    pp-utils.c:965:40: error: dereferencing pointer to incomplete type
    pp-utils.c:966:47: error: dereferencing pointer to incomplete type
    pp-utils.c:968:38: error: dereferencing pointer to incomplete type
    pp-utils.c:1012:27: error: dereferencing pointer to incomplete type
    pp-utils.c:1017:43: error: dereferencing pointer to incomplete type
    pp-utils.c:1017:77: error: dereferencing pointer to incomplete type
    pp-utils.c:1019:54: error: dereferencing pointer to incomplete type
    pp-utils.c:1020:40: error: dereferencing pointer to incomplete type
    pp-utils.c:1030:54: error: dereferencing pointer to incomplete type
    pp-utils.c:1032:50: error: dereferencing pointer to incomplete type
    pp-utils.c:1033:39: error: dereferencing pointer to incomplete type
    pp-utils.c:1034:53: error: dereferencing pointer to incomplete type
    pp-utils.c:1035:55: error: dereferencing pointer to incomplete type
    pp-utils.c:1036:44: error: dereferencing pointer to incomplete type
    pp-utils.c:1037:58: error: dereferencing pointer to incomplete type
    pp-utils.c:1038:55: error: dereferencing pointer to incomplete type
    pp-utils.c:1039:44: error: dereferencing pointer to incomplete type
    pp-utils.c:1040:48: error: dereferencing pointer to incomplete type
    pp-utils.c:1041:55: error: dereferencing pointer to incomplete type
    pp-utils.c:1042:44: error: dereferencing pointer to incomplete type
    pp-utils.c:1043:51: error: dereferencing pointer to incomplete type
    pp-utils.c:1045:42: error: dereferencing pointer to incomplete type
    pp-utils.c: In function 'ccGetAllowedUsers':
    pp-utils.c:1355:27: error: dereferencing pointer to incomplete type
    pp-utils.c:1355:61: error: dereferencing pointer to incomplete type
    pp-utils.c:1357:19: error: dereferencing pointer to incomplete type
    pp-utils.c:1358:19: error: dereferencing pointer to incomplete type
    pp-utils.c:1359:31: error: dereferencing pointer to incomplete type
    pp-utils.c:1363:29: error: dereferencing pointer to incomplete type
    pp-utils.c:1367:38: error: dereferencing pointer to incomplete type
    pp-utils.c:1371:41: error: dereferencing pointer to incomplete type
    pp-utils.c: In function 'get_ppd_attribute':
    pp-utils.c:1395:11: warning: 'ppdFindAttr' is deprecated (declared at /usr/include/cups/ppd.h:407) [-Wdeprecated-declarations]
    pp-utils.c: In function 'renew_cups_subscription':
    pp-utils.c:1457:19: error: dereferencing pointer to incomplete type
    pp-utils.c:1462:19: error: dereferencing pointer to incomplete type
    pp-utils.c:1484:19: error: dereferencing pointer to incomplete type
    pp-utils.c:1489:24: error: dereferencing pointer to incomplete type
    pp-utils.c: In function 'printer_rename':
    pp-utils.c:1658:23: error: dereferencing pointer to incomplete type
    pp-utils.c:1662:46: error: dereferencing pointer to incomplete type
    pp-utils.c:1666:43: error: dereferencing pointer to incomplete type
    pp-utils.c:1669:31: error: dereferencing pointer to incomplete type
    pp-utils.c:1671:35: error: dereferencing pointer to incomplete type
    pp-utils.c:1672:39: error: dereferencing pointer to incomplete type
    pp-utils.c:1673:54: error: dereferencing pointer to incomplete type
    pp-utils.c:1677:31: error: dereferencing pointer to incomplete type
    pp-utils.c:1679:34: error: dereferencing pointer to incomplete type
    pp-utils.c:1680:39: error: dereferencing pointer to incomplete type
    pp-utils.c:1681:53: error: dereferencing pointer to incomplete type
    pp-utils.c:1685:31: error: dereferencing pointer to incomplete type
    pp-utils.c:1687:34: error: dereferencing pointer to incomplete type
    pp-utils.c:1688:39: error: dereferencing pointer to incomplete type
    pp-utils.c:1689:53: error: dereferencing pointer to incomplete type
    make[3]: *** [pp-utils.lo] Error 1
    make[3]: Leaving directory `/var/abs/extra/gnome-control-center/src/gnome-control-center-3.4.2/panels/printers'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/var/abs/extra/gnome-control-center/src/gnome-control-center-3.4.2/panels'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/abs/extra/gnome-control-center/src/gnome-control-center-3.4.2'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...

  • How to fix "server problem" error message when trying to use PhoneGap build service.

    I have a site that is now optimized for mobile devices and want to use the PhoneGap Build service in Dreamweaver CS6 to make a native app.  Unfortunately, I keep getting the "We seem to be having server problems." error message when I try to create a new project.  I did notice that the configuration file was created at the site root.  I've seen a few other similar threads on this, but no solution.  I've checked on any firewall issues (none) and know that the PhoneGap server is not down.  The problem is on my end.
    Thanks,
    Loren

    Not an answer to the server problem, but I have posted the PhoneGap Build process here: http://forums.adobe.com/message/4669054#4669054. It might help anyone still having problems.

  • Dreamweaver 6/PhoneGap Build Service Android Key Question

    I just recently upgraded to CS6 and am excited to use the mobile sutff. I have been a CFer for years and using Jquery for a long time and have been using JQM more and more. Now I want to evolve from a web developer into an app developer. I thought the cool integrations within DW6 would be a good way to start.
    So I watched Greg Rewis' intro video to get a flavor of things. I set up my first app site. I then created a simple JQM page to test with. I then downloaded the Android SDK (which is what I am starting with, but plan on branching out to the other OS'). I created an AVD, created a keystore and all that. I then went through the process of attaching my keystore to my PhoneGap Build Service account. That all went well, although it did not ask me to make it the default and I am assuming that is because it is the only key at this point...just a note for copywriters.
    I then went back to DW to go through the PhoneGap Build Service panel to create my first app to play with. Here si where I ran into an issue. The PhoneGap Build Service panel asks for a key under the Android section (which I expected), but when I clicked on the drop down where it said none, that is all that was there. The key I uploaded to my PhoneGap Build Service account was not listed. I even logged out and logged back in, shut down DW and reopened it and nothing I did caused it to display. Can someone please point me in the right direction? If I can get this last piece of the puzzle, I can begin cranking through some code.
    Thanks in advance,
    Clay

    As long as you are signing into the same account in DW as you are on the PhoneGap Build website, any keystores you uploaded would be available inside of Dreamweaver.
    Highly recommending posting on the PhoneGap Build community site, where you'll get better answers regarding the functionality of the PhoneGap Build website and keystores: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build

  • Dreamweaver PhoneGap Build Service required signing key.

    I tried to upload my HTML5 to PhoneGap Build, Site > PhoneGap Build Service > PhoneGap Build Service, then a window pop up:
    After some research, i found out that the signing key is actually refer to IOS but i intent to upload to Android only. So, i won't need the signing key. Is there some setting that i need to paid attention?
    Note: I also have download the Adt bundle but i didn't download phonegap into my computer (Some article mention it can be done online.) I also registered with the Andriod developer already.

    To compile your Android apps to the latest standards, go directly to Phone Gap Build web site.
    Adobe PhoneGap Build
    Nancy O.

  • Phonegap Build service for jquery mobile themed page not showing on mobile

    I am trying to use jQuery mobile inside the Adobe Dreamweaver CC and then use phonegap build service to deploy the application to my phone. The issue here is that the Dreamweaver design panel is showing the jQuery Mobile UI but the application APK which is deployed over the phone does not.
    Please find below the screenshot of Dreamweaver CC with design and code panel.
    http://stackoverflow.com/questions/17334492/adobe-dreamweaver-cc-phonegap-build-service-is sue
    Find below the entire index.html code:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>jQuery Mobile Web App</title>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
    </head>
    <body>
    <div data-role="page" id="page">
        <div data-role="header">
            <h1>Page One</h1>
        </div>
        <div data-role="content">  
            <ul data-role="listview">
                <li><a href="#page2">Accenture</a></li>
                <li><a href="#page3">Digital</a></li>
                <li><a href="#page4">CASF RIA</a></li>
                <li><a href="#page5">Hybrid Applications using PhoneGap</a></li>
            </ul>      
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page2">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>ACCENTURE Page</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="selectmenu" class="select">Select Technology Areas:</label>
            <select name="selectmenu" id="selectmenu">
              <option value="option1">Digital</option>
              <option value="option2">Oracle</option>
              <option value="option3">Mobile</option>
            </select>
          </div>
          <div data-role="fieldcontain">
            <label for="slider">Value:</label>
            <input type="range" name="slider" id="slider" value="0" min="0" max="100" />
          </div>
          <div data-role="fieldcontain">
            <label for="flipswitch">Option:</label>
            <select name="flipswitch" id="flipswitch" data-role="slider">
              <option value="off">Off</option>
              <option value="on">On</option>
            </select>
          </div>
          <div data-role="collapsible-set">
            <div data-role="collapsible">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
          </div>
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page3">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>DIGITAL Page</h1>
        </div>
        <div data-role="content">  
        <div id="Accordion1">
          <h3><a href="#">Section 1</a></h3>
          <div>
            <p>Content 1</p>
          </div>
          <h3><a href="#">Section 2</a></h3>
          <div>
            <p>Content 2</p>
          </div>
          <h3><a href="#">Section 3</a></h3>
          <div>
            <p>Content 3</p>
          </div>
        </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page4">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>CASF RIA</h1>
        </div>
        <div data-role="content">
          <ol data-role="listview" data-inset="true" data-split-icon="arrow-d">
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
          </ol>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page5">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>HYBRID APPLICATIONS using PhoneGap</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="email">Email:</label>
            <input type="email" name="email" id="email" value=""  />
          </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <script type="text/javascript">
    $(function() {
        $( "#Accordion1" ).accordion();
    </script>
    </body>
    </html>
    This is how it looks in device:
    This is how it looks in the mobile devices:
    Could anyone please help?

    Try defining a site and then create the mobile themed page within that site and DW will copy all the assets relative to the site path and will not be as its in your current page.
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    HTH
    --Bhawna

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Adobe CS6 PhoneGap Build Service JavaScript error: At line 565

    Hello everyone,
    We need some help, when I click on REBUILD APPLICATION (PhoneGap Build Service) I get a dreamweaver pop up box that says:
    While executing onClick in PhoneGap Build Service.htm the following Java error:
    At line 565 of file "C:\Program Files (x86)\Adobe\AdobeDreamweaverCS6\Configuration\PhoneGapBuildPlugin\js\PhoneGapPlugin.js": Keys has no properties
    What can I do to solve this?
    Thanks

    Hi billabear.
    Charbarred is correct that the answer lies in that discussion; however, there are multiple answers in there and it may be unclear exactly what the solution is. Essentially, you need to re-create the project settings file for the app you are building, since it contains erroneous data.
    See the response from Ken Barklage in the same discussion Charbarred mentioned: http://community.phonegap.com/nitobi/topics/dreamweaver_now_cant_build_after_todays_update _please_help#reply_10869042

  • How to define these kinds of version format in OpenSUSE Build Service

    I am trying OpenSUSE Build Service recently, and encounter some problems in packaging for Arch Linux. How to write the file '_service' to define these kinds of version format in OBS:
    First one:
    The source file is a Git repo, and the $pkgver is defined as the output of
    git describe --always | sed 's|-|.|g'
    The example is goldendict-git , refer to https://aur.archlinux.org/packages/go/g … t/PKGBUILD
    The current $pkgver is 1.5.0.RC.428.gebad891
    I don't know how to write the file '_service' to auto fill the $pkgver so that OBS can update the $pkgver automatically by executing 'osc service rr'.
    This is what I'm writing:
    <services>
    <service name="tar_scm">
    <param name="scm">git</param>
    <param name="url">git://github.com/goldendict/goldendict.git</param>
    <param name="versionformat">g%h</param>
    <param name="versionprefix">1.5.0.RC.428</param>
    <param name="filename">goldendict</param>
    </service>
    <service name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
    </service>
    <service name="set_version"/>
    </services>
    =============================
    Second one:
    The source file is a Git repo, and the $pkgver is defined as the output of
    printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
    The example is oh-my-zsh-git, refer to https://aur.archlinux.org/packages/oh/o … t/PKGBUILD
    The current $pkgver is  2774.96e4e5d
    I don't know how to write the file '_service' to auto fill the $pkgver so that OBS can update the $pkgver automatically by executing 'osc service rr'.
    This is what I'm writing:
    <services>
    <service name="tar_scm">
    <param name="scm">git</param>
    <param name="url">git://github.com/robbyrussell/oh-my-zsh.git</param>
    <param name="versionformat">%h</param>
    <param name="versionprefix">2774</param>
    <param name="filename">oh-my-zsh</param>
    </service>
    <service name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
    </service>
    <service name="set_version"/>
    </services>
    =============================
    Any help is appreciated!
    Yours sincerely
    Last edited by firef0x (2014-10-25 16:45:26)

    Hello firef0x,
    I've answered some of your questions here.
    https://github.com/fasheng/arch-deepin/issues/50
    Point is, yes it would be nice if you could follow arch vcs pkgbuild guidelines in OBS, but it's just not (yet) feasible if you're planning on using set_version service.
    That's why I chose the format you saw in my repo. It's for my personal use and I really don't care as long as it all works for me with minimal effort to maintain it. ;-)
    If you have any further questions just ask...

  • Building volume control.... GGRRR help pls!

    ,Building volume control.... GGRRR help pls!? I have lost the volume control for my Creative Inspire 5.1 speakers.
    Now i down want to spend like 20 on a new one so i thought about building a make sift one.
    ok starting at the top going clock wise for pin numbers.
    when i connect up pins 2 456 the speakers will come on at full volume but for the life of me i cannot figure out how the volume control came in to it.
    I am assuming that you just whack a pot on it somewhere. spent all day trying to figure this but it is iluding me and starting to wind me up as i dont think it shouldnt be that hard to figure it out.
    Also i know a lot of people who have had this prob but no answers have been figured from the 3 nights searching the web for a pin out or circuit diagram of the actual control unit,
    If any one has a picture of one or even a circuit diagram of the volume control unit please email them to me at [email protected]
    Oh and creative... I dont want to sell it or make any money i just want the speaker system working again.
    Thanks guys / Girls
    James

    The digital output was triggered some how. Use a toothpick and feel around to unclick it. Its around the 3 oclock position.
    If you feel uncomfortable doing that you can try inserting and removing a headphone jack till the light goes away.
    Basically there is a switch in the jack that either tells the computer to send out "regular" audio or "digital" audio and yours seems to be stuck in digital mode.

  • PhoneGap Build Services, unable to sign in.

    Hello
    Trying to sign in with DWCS6 PhoneGap Build Service using the same credentials used to login and access CC and build.phonegap.com. DW invalid email or password, but the details I provide are correct.
    Do I need to update any other configuration to access Build Services using DW.
    BTW, I'm haven't fully installed Eclipse & the ENV for Android.
    Any ideas?
    Thank you.

    Hi - thanks for your prompt reply.
    Well -- I changed my password to an older pass, and I could login to Build in DW CC!. So, both PG & ACC accounts have this previous password. But, sure, NOW, img shows the drop down, as expected, and I can continue to platform list ... sorry, really not sure why earlier issue happened, I should have tried reverting back to old pass before, but I thought it might have been a extra unknown config option on my side - the password used earlier during this thread was 15ish mix of alphanum and special characters, maybe DW (probably not) had an issue with this epic password.
    humm, thanks for the link on setting up in DW CC btw..., so, as per screen grab, all is OK I guess...
    Sorry for the confusion.

Maybe you are looking for

  • I created a new adobe account. I want to convert a doc file into pdf. How to do that?

    HI, I created a new adobe account. I want to convert a doc file into pdf. How to do that? I have seen a Create pdf menu and under that Convert office files to pdf. But I can't click it, why? How to convert my doc file to pdf?

  • SQL 2008 View's collation ?

    When creating a new Local View from a linked server on a foreign server that has different source view collation, is it correct that all of the Local View's column collations inherit the same type based on the DB that's it's within ? If yes then woul

  • Smart Playlists broken and totally unstable

    I am not able to create a new smart playlist in iTunes 11. Is anyone else. Now I did subscribe (stupidly) to iTunes Match just after upgrading so that could be part of my problem, but I doubt it. Can anyone else create a new smart playlist in iTunes

  • Can't create payment for the invoice created by DI Server

    I can not create payment for my invoice that created by DI Server.  The error -2028 appears. I investigated this issue and found that the OINV.CtlAccount is empty. After I filled it manually, I can create the payment for it. Any suggestions? BTW, the

  • Adobe Element 10 - Simplify Option Grayed Out

    I am just learning this program (only had it 2 days!) and have been following some tutorials on You Tube but just came across a problem. I was trying to do some digital scrapbooking and purchased a template to use. I then wanted to add a photograph o