[request] kde4-svn

I managed to find this:
http://aur.archlinux.org/packages.php?ID=22549
But it:
a) Is orphaned
b) Has outdated dependencies that even a newbie such as myself can see (eg Redland is deprecated by Virtuoso)
c) Breaks on compile with:
             CMake Error at cmake/modules/FindPackageHandleStandardArgs.cmake:135 (MESSAGE):
             Could NOT find DBusMenuQt (missing: DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
             Call Stack (most recent call first):
             cmake/modules/FindDBusMenuQt.cmake:34 (find_package_handle_standard_args)
             CMakeLists.txt:110 (find_package)
A search on google seems to suggest that DBusMenuQt is a new dependency for kdelibs and kdebase.
It looks like the PKGBUILD needs dbusmenu-qt added to the deps, but I was able to work around this by using:
http://aur.archlinux.org/packages.php?ID=36789
However I then get stuck with:
              CMake Error at cmake/modules/MacroEnsureOutOfSourceBuild.cmake:17 (MESSAGE):
              kdelibs requires an out of source build.  Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there.
              Call Stack (most recent call first):
              CMakeLists.txt:115 (macro_ensure_out_of_source_build)
It seems that KDE has switched to needing a build directory separate from the source directory and cmake pointed to kdelibs. Here's where I get lost though. Is that pointing to the currently used kdelibs? The ones being built? Where *are* Arch's KDElibs kept? If I was going to try and edit the PKGBUILD to create the directory, would that create problems the second time the PKGBUILD was run? What "[options]" are they referring to, and are they necessary?
I'm feeling a bit over my head here, but willing to learn!

Thanks,
I was trying to adjust it, but got stuck on that last "kdelibs requires an out of source build." error. Would running the following of sevenseven's kde packages be the same as running the KDE from trunk (barring enduser apps)?
attica-svn kdeartwork4-svn kdebase4-svn kdebase4-runtime-svn kde4-workspace-svn kdelibs4-svn kdemultimedia4-svn kdenetwork4-svn     kdepim4-runtime-svn     kdepimlibs4-svn kdeplasma-addons-svn kdeutils4-svn 1115906-1

Similar Messages

  • SVN repository on local IP address?

    I installed all the remote/SVN stuff I could find in Eclipse, and I'm trying to create an SVN repository on a local intranet IP address, but no matter what I do it gives me an error "Location information has been specified incorrectly" with a more specific error message.
    If I specify http:// intranetip/thesvnfolder (no spaces), it says
    RA layer request failed
    svn: Unable to connect to a repository at [the URL]
    svn: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found
    By the way, I had to break up the URL because this page is saying "You can only use links to eclipse.org sites while you have fewer than 5 messages."

    Hi,
    I am facing the similar issue.
    I have installed my remote system Eclipse and SVN within it , to my local system.
    Tried to import the project from SVN location while being connected to my remote server. But getting error
    Sharing the screenshot of the error message which I am getting.
    What could be the possible reason.
    Thanks ,
    Pramit

  • Weekly updated KDE 4 SVN Snapshots

    I have created a repo with KDE 4 SVN snapshot packages (at the moment only kdelibs4, kdepimlibs4 and kdebase4). I need the packages for my own (need to rebuild them every Monday or Tuesday, because that day is BIC and SIC (binary and source incompatible) for developing on KDE. But I think these packages could also be useful for others
    Add the following section to /etc/pacman.conf to get updates. Install it with pacman -Sy kde4.
    [kde4_svn]
    Server = http://archlinux.puzzle.ch/kde4/kde4_svn
    You can install these packages parallel to a KDE 3 desktop. Create a new user to test / use it! Change the session type to KDE 4 in KDM and login with your new user.
    BTW: KDE 4 is at the moment not usable for daily work! You are able to start a KDE 4 session, start some apps or surf in the internet. Use it at your own risk!

    equadon wrote:
    Thanks for providing these, uwolfer. Do you have the PKGBUILDS for the svn snapshots as well? I couldn't find any PKGBUILDS for the svn snapshots, only the released development snapshots.
    defcon: 'nas' can be found in the community repository.
    I just uploaded all the KDE4 SVN PKGBUILD's to AUR yesterday Happy compiling

  • SSL error code -1/1/336032856 (Svn + apache + openssl-1.0.0-2) SOLVED

    The problem is that when I try to commit, checkout or even look inside a repo using Subclipse in Eclipse I get this error:
    commit -m "Added controls." (10 paths specified)
    RA layer request failed
    svn: Commit failed (details follow):
    svn: OPTIONS of 'https://************': SSL negotiation failed: SSL error code -1/1/336032856 (https://************)
    This problem probably occured after last update because I can't think of anything else that would have produced this problem.
    Checking out a project in the terminal locally works:
    svn co https://domain.com/svn/repo
    I have tried creating new keys to see whether that was a problem:
    cd /etc/httpd/conf/;
    openssl req -new -x509 -keyout server.key -out server.crt -days 365 -nodes
    I'm thinking maybe to try and downgrade openssl to 0.9.8, would that be a good idea or would you recommend something else?
    Edit:
    After upgrading Subclipse client to 1.6 I was able to use svn.
    Last edited by ancide (2010-05-24 11:47:53)

    Bump,
    This is only happening with one particular project ... I imagine it could have become corrupted somehow, yet I can still work on the project and edit it. I just can't bounce it! Any ideas as to what I can do?

  • Trying to test out KDE4 in Virtualbox...

    I am looking for testing out KDE4 (SVN preferably) in a VM. I tried Kubuntu, but it didn't work too well. I tried openSUSE, but that wouldn't even boot. Are there any other distros that provide KDE4 SVN? I don't mind building, but I don't want to have to do it manually. It would be great if the SVN PKGBUILDs would work. I think it work be better to put it in a VM so I don't mess up my system.

    Why not try it in Arch?
    http://bbs.archlinux.org/viewtopic.php?id=33536

  • Simple 'create a patch from subversion' script

    This script was written for a specific use, in a specific environment:
    here's the setup:
    You have a (development) PHP project under subversion source control, and another, un-versioned (live) copy.  You make changes to the development version, committing them to the repository as you go, until you're happy with your changes, then you want to copy any files that have changed since revision X (the last time you moved things across) from the development project into the live site.
    This script gets any modified / added files from revision X upwards from the repository and puts them (preserving the directory structure) into a directory called 'patch-rX'.  You can then just drop these into your live site to 'patch' it to the latest revision.
    It's not particularly elegant, and it doesn't deal with files that are removed from the repository (I'd have to parse the 'status' bit of each line, find out what's happened to the file and so-on) but as a quick and dirty hack it works quite well.
    run it like this:
    make patch.sh REVISION URL
    where REVISION is the lowest revision number to get changes from and URL is the url of your repository.
    #!/bin/bash
    #make patch.sh
    #by Paul B
    #[email protected]
    #simple script to make a very simple patch from a repository
    #call with make patch.sh REVISION URL
    #REVISION should be the lowest revision to get changes from, script gets all changes from REVISION to HEAD
    #URL is the url of your repository
    #eg: make patch.sh 750 svn://redmine.tyrrellsystems.com/tms/tms_dev/Trunk
    #first we need to get a list of changes since requested revision
    svn diff -r$1 $2 --summarize > filelist.txt
    #now remove the repo information from each line, so we're just left with the path from the root upwards
    sed -i "s#$2# #g" filelist.txt
    sed -i "s#M # #g" filelist.txt
    sed -i "s#A # #g" filelist.txt
    #now loop through what we've got
    #create the relevant folder, and export the file into it
    for i in $(cat filelist.txt);
    do
    filename=$(basename $i);
    path=$(dirname $i);
    mkdir -p patch-r$1/$path
    svn export --force $2/$path/$filename patch-r$1/$path/$filename
    echo "$filename";
    done

    This sounds similar to svn-export. Perhaps you would find that useful as well.

  • [SOLVED] Econnman fails during build

    Trying to install econnman for E17 on a new system but it fails saying 400: bad request. I'm not sure what to do here. All the dependencies have been met.
    makepkg -s
    ==> Making package: econnman-svn 79483-1 (Wed Jan 23 11:10:52 EST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    ==> Connecting to SVN server....
    svn: warning: cannot set LC_CTYPE locale
    svn: warning: environment variable LANG is en_US.UTF-8
    svn: warning: please check that your locale name is correct
    svn: E175002: Server sent unexpected return value (400 Bad Request) in response to PROPFIND request for '/svn/e/trunk/econnman'
    ==> ERROR: A failure occurred in build().
    Aborting...
    I tried resetting my locale. Any help is appreciated.
    Thank you,
    Kopkins
    Last edited by Kopkins (2013-01-23 20:31:55)

    Did you try again? Enlightenment's server can be a bit flaky, especially their SVN server.
    For the locale issue, did you uncomment en_US.UTF-8 in /etc/locale.gen then run locale-gen?

  • Flash plugin with firefox 3, no sound [SOLVED]

    Good morning.
      I would like to report a problem that I have with the flashplugin in firefox. I installed it using the nspluginwrapper-flash 9.0.124.0-1 in AUR. It works, but I get no sound at all. I nstalled the suggested lib32-alsa-lib package, but nothing changed. When I launch firefox I get the following errors:
    [valerio@angel4 ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8
    [valerio@angel4 ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8                 
    (firefox:6314): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
    ** (firefox:6314): WARNING **: Invalid borders specified for theme pixmap:
            /home/valerio/.themes/Oxygen Accurate/gtk-2.0/Toolbar/toolbar.png,
    borders don't fit within the image                                       
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/libflashplayer.so [/usr/lib/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS32]                                                                                                 
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32]                                                                                                                   
    which: no soundwrapper in (/opt/kde4-svn/bin:/opt/kde4-svn/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/home/valerio/data/Work/Software/iplt/stage/bin:/home/valerio/data/Work/Software/iplt/stage/bin)     
    which: no soundwrapper in (/opt/kde4-svn/bin:/opt/kde4-svn/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/home/valerio/data/Work/Software/iplt/stage/bin:/home/valerio/data/Work/Software/iplt/stage/bin) 
    It tries to load the 32 bit flash plugin because it is in /usr/lib/mozilla, but I have the wrapped version in $HOME/.mozilla/plugins. The relevant error seems to be the no soundwrapper.
    You might notice that I am running KDE4 svn but I don't think this has to do with the problem.
    Did anyone have a similar problem?
              Valerio
    Last edited by valmar (2009-01-09 10:38:17)

    The errors may not be diagnostic.  That video plays perfectly here despite all this lot:
    [david@darkstar ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/libflashplayer.so [/usr/lib/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS32]
    which: no soundwrapper in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin)
    which: no soundwrapper in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin)
    Gtk-Message: Failed to load module "gnomebreakpad": /usr/lib/gtk-2.0/modules/libgnomebreakpad.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    I would check the installation of nspluginwrapper and nspluginwrapper-flash because lib32-alsa-lib is listed as a dependency in the nspluginwrapper-flash PKGBUILD and so should not have to be installed manually.  Also, did you run "nspluginwrapper -v -a -i" as your user and not as root after installation?

  • Arora

    Hi all,
    I am working on Oracle 8i
    But when I give the command :
    select empno,ename,sal, row_number() (order by comm nulls last)
    as srnum
    from emp
    It shows:
    select empno,ename,sal, row_number() (order by comm nulls last)
    ERROR at line 1:
    ORA-00923: FROM keyword not found where expected
    Pl. Help :)
    Munish Arora
    null

    ┌─[mangus@tao][11:15]
    └─[~]-> qmake -v
    QMake version 2.01a
    Using Qt version 4.5.0 in /usr/lib
    ┌─[mangus@tao][11:15]
    └─[~/godO]-> pacman -Qi qtmod
    Nome : qtmod
    Versione : 4.5.0-3
    URL : http://www.trolltech.com/products/qt
    Licenze : LGPL
    Gruppi : kdemod kdemod-complete kdemod-uninstall kdemod-minimal
    Fornisce : qt4=4.5.0 qt=4.5.0
    Dipende da : libpng libxi mesa fontconfig libxrandr glib2 libtiff libmng sqlite3 dbus libxcursor libxinerama
    Dip. opzionali : postgresql-libs: PostgreSQL support
    libmysqlclient: MySQL support
    unixodbc: unixODBC support
    gconf: qgtkstyle theme support for GTK
    Richiesto da : akonadi antico-git automoc4 google-earth kdemod-google-gadgets-qt kdemod-kde-common kdemod-kdelibs
    kdemod-playground-konversation-kde4-svn kdemod-shaman keepassx mixxx opera-dev-qt4 phonon polkit-qt
    poppler-qt pyqt qca qimageblitz qmc2 qscintilla qtmod-tools qtscriptgenerator sir skype smile
    smplayer soprano strigi traverso unetbootin
    Conflitti con : qt4 qt
    Sostituisce : Nessuno
    Kb richiesti : 81832,00 K
    Autore : Unknown Packager
    Architettura : i686
    Creato il : sab 28 mar 2009 19:43:32 CET
    Installato il : mer 01 apr 2009 20:53:38 CEST
    Motivo : Installato esplicitamente
    Script install : Si
    Descrizione : A cross-platform application and UI framework - Base libraries and tools
    kdemod uses now it's own qtmod package again , it's in kdemod-core repo.
    Probably I'll have to check in their forum, I really don't know...

  • [Proposal] Rename KDE Window Decoration Packages

    Currently window decoration packages in the AUR are named 'kdedecor-*'.  This naming schema applies to all the KDE window decoration (Kwim titlebar and borders) packages.  The name to me though seems to be ambiguous, 'decor' could describe plasma-themes, icons, any look given to the desktop.  I think because of the current name most of these packages' descriptions have had to state that the package is a window decoration.  I think it would be a good idea to rename these to a more descriptive name.   The current packages:
    aur/kdedecor-alphacube                                                   
    aur/kdedecor-aurorae                                                     
    aur/kdedecor-aurorae-cupertino                                           
    aur/kdedecor-blended                                                     
    aur/kdedecor-cellophane                                                 
    aur/kdedecor-cellophane-themes                                           
    aur/kdedecor-clearlooks                                                 
    aur/kdedecor-crystal                                                     
    aur/kdedecor-crystalgl                                                   
    aur/kdedecor-crystal-kde4                                               
    aur/kdedecor-cylonminimal                                               
    aur/kdedecor-dekorator
    aur/kdedecor-dekorator-kde4
    aur/kdedecor-dekorator-kde4-svn
    aur/kdedecor-fitz
    aur/kdedecor-flatknifty
    aur/kdedecor-glowglass-lite
    aur/kdedecor-humanblue
    aur/kdedecor-hypnotistasade
    aur/kdedecor-hypnotista-siyah
    aur/kdedecor-klearbox
    aur/kdedecor-knifty
    aur/kdedecor-linstasquared
    aur/kdedecor-metal4kde
    aur/kdedecor-mytango
    aur/kdedecor-nitrogen-kde4
    aur/kdedecor-nvidia
    aur/kdedecor-opak
    aur/kdedecor-porcelain
    aur/kdedecor-powder
    aur/kdedecor-pureline
    aur/kdedecor-reluna
    aur/kdedecor-svgdeco
    aur/kdedecor-whiteline
    aur/kdemod3-kdedecor-crystal
    I've been thinking that a more descriptive naming schema would be 'kde-windecor'.  This I think would be descriptive enough without being too long.
    What do you guys think?

    Thanks!!!
    new PKGBUILD
    # Maintainer: Joshua Rubin <[email protected]>
    pkgname=kde-crystal-theme
    pkgver=0.9.0
    pkgrel=1
    pkgdesc="This is the Crystal KDE Windowdecoration Theme."
    url="http://www.kde-look.org/content/show.php?content=13969"
    license="none"
    replaces=(crystal)
    depends=('kdebase' 'x-server')
    source=(http://kde-look.org/content/files/13969-crystal-$pkgver.tar.bz2)
    md5sums=('052aeb7e0c665e4a2b75cf697315241f')
    build() {
    cd $startdir/src/crystal-$pkgver
    ./configure
    make || return 1
    make DESTDIR=$startdir/pkg install

  • [svn] 949: Bug: BLZ-96 - When sending a HttpService request from ActionScript with multiple headers with the same name , it causes a ClassCastException in the server

    Revision: 949
    Author: [email protected]
    Date: 2008-03-27 07:12:59 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Bug: BLZ-96 - When sending a HttpService request from ActionScript with multiple headers with the same name, it causes a ClassCastException in the server
    QA: Yes - try again with legacy-collection true and false.
    Doc: No
    Checkintests: Pass
    Details: Another try in fixing this bug. When legacy-collection is false, Actionscript Array on the client becomes Java Array on the server and my fix yesterday assumed this case. However, when legacy-collection is true, Actionscript Array becomes Java ArrayList on the server. So added code to handle this case.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-96
    Modified Paths:
    blazeds/branches/3.0.x/modules/proxy/src/java/flex/messaging/services/http/proxy/RequestF ilter.java

    Hi all!
    Just to post the solution to this if anyone ever runs accross this thread...
    For some reason i had it bad the first time, don't have time right now to see why but here is what worked for me:
    HashMap primaryFile = new HashMap();
    primaryFile.put("fileContent", bFile);
    primaryFile.put("fileName", uploadedFile.getFilename());
    operationBinding.getParamsMap().put("primaryFile", primaryFile);
    HashMap customDocMetadata = new HashMap();
    HashMap [] properties = new HashMap[1];
    HashMap customMetadataPropertyRoom = new HashMap();
    customMetadataPropertyRoom.put("name", "xRoom");
    customMetadataPropertyRoom.put("value", "SOME ROOM");
    properties[0] = customMetadataPropertyRoom;
    customDocMetadata.put("property", properties);
    operationBinding.getParamsMap().put("CustomDocMetaData", customDocMetadata);
    Basically an unbounded wsdl type is an array of objects (HashMaps), makes sense, i thought i had it like this before, must have messed up somewhere...
    Good luck all!

  • [svn] 931: Bug: BLZ-96 - When sending a HttpService request from ActionScript with multiple headers with the same name , it causes a ClassCastException in the server

    Revision: 931
    Author: [email protected]
    Date: 2008-03-26 11:31:01 -0700 (Wed, 26 Mar 2008)
    Log Message:
    Bug: BLZ-96 - When sending a HttpService request from ActionScript with multiple headers with the same name, it causes a ClassCastException in the server
    QA: Yes - we need automated tests for this basic case.
    Doc: No
    Checkintests: Pass
    Details: RequestFilter was not handling multiple headers with the same name properly.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-96
    Modified Paths:
    blazeds/branches/3.0.x/modules/proxy/src/java/flex/messaging/services/http/proxy/RequestF ilter.java

    Hi all!
    Just to post the solution to this if anyone ever runs accross this thread...
    For some reason i had it bad the first time, don't have time right now to see why but here is what worked for me:
    HashMap primaryFile = new HashMap();
    primaryFile.put("fileContent", bFile);
    primaryFile.put("fileName", uploadedFile.getFilename());
    operationBinding.getParamsMap().put("primaryFile", primaryFile);
    HashMap customDocMetadata = new HashMap();
    HashMap [] properties = new HashMap[1];
    HashMap customMetadataPropertyRoom = new HashMap();
    customMetadataPropertyRoom.put("name", "xRoom");
    customMetadataPropertyRoom.put("value", "SOME ROOM");
    properties[0] = customMetadataPropertyRoom;
    customDocMetadata.put("property", properties);
    operationBinding.getParamsMap().put("CustomDocMetaData", customDocMetadata);
    Basically an unbounded wsdl type is an array of objects (HashMaps), makes sense, i thought i had it like this before, must have messed up somewhere...
    Good luck all!

  • [svn] 4726: Accessibility changes to the MSAA name of several components, as requested by Freedom Scientific.

    Revision: 4726
    Author: [email protected]
    Date: 2009-01-28 18:47:59 -0800 (Wed, 28 Jan 2009)
    Log Message:
    Accessibility changes to the MSAA name of several components, as requested by Freedom Scientific. These changes make Flex controls behave more like standard Windows controls.
    In Accordion and TabBar, the name is now just what is displayed, without " Tab" or " Tab, Active" appended.
    In ComboBox, List, and Tree, the name of each item is now just what it displays, without, for example, "2 of 7" appended.
    Removed an artificial limit of 100000 items in List and Menu.
    A Slider with an MXML id no longer returns that id as its name; no other component does this and id's are certainly no intended to be spoken.
    Removed the getName() method of ComboBase, which isn't used.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Jason
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as

    Hello Brain,
    I have contacted the internal alias to find why the [email protected] alias isn't working for you.
    Regarding the specific question, I have not been able to find a way to achieve the same results in the source view as what the "double-click on the empty Starting Event target" does.
    I can send you specific snippets of code which gets generated for each choice, but unfortunately, there are certain parts of this code which are auto created and should not be edited by the user.
    In my experience with WLI processes, I've noticed that certain operations are restricted to just the design view.
    I'll go ahead and create an internal CR to track this.
    Regarding the second question, I was able to find the documentation you are referring to, but unfortunately I do not have much information regarding the specific configurations. I'll try to get some clarification and get back to you.
    It might help to post this question to the process news group at http://newsgroups.bea.com/bea/forum.jspa?forumID=2047
    cheers
    Raj

  • [svn] 2903: Rename flex-for-cf.zip to Flex4_webtier_for_coldfusion. zip per Tom J's request.

    Revision: 2903
    Author: [email protected]
    Date: 2008-08-19 12:09:07 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Rename flex-for-cf.zip to Flex4_webtier_for_coldfusion.zip per Tom J's request. Build zip after webapps are built so it contains everything it should.
    Modified Paths:
    flex/sdk/trunk/modules/webtier/build.xml
    flex/sdk/trunk/modules/webtier/coldfusion/build.xml

  • [svn:fx-trunk] 16037: Per request of TLF, rewrote CSSTextLayoutFormat to extend TextLayoutFormat rather than implement ITextLayoutFormat .

    Revision: 16037
    Revision: 16037
    Author:   [email protected]
    Date:     2010-05-11 11:55:08 -0700 (Tue, 11 May 2010)
    Log Message:
    Per request of TLF, rewrote CSSTextLayoutFormat to extend TextLayoutFormat rather than implement ITextLayoutFormat.  This will allow TLF to add new formats and continue to use Flex without requiring any immediate work on our part.
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By: Gordon
    Tests run: checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/CSSTextLayoutFormat.as

Maybe you are looking for

  • Whats the difference between and Album and a Smart Album

    OK, just upgraded.... So, whats the difference between an Album and a Smart Album?   Also, I like to organise my stuff, so if I create a folder for each year, and then a project within that year, why is it that the photos are always in both - and the

  • Returning a Mighty Mouse

    Hi everyone I bought a wired Mighty Mouse back in April and while its great when it works, i have to clean it at least twice a month.  Now the scroll ball wont work when scrolling down.  It used to work when i cleaned it but now it just wont work. I

  • Thumbnails on MySpace and Facebook will not load on Safari

    I just got a MacBook Pro a couple of months ago and I love it! I am having a minor problem getting pictures (normally thumbnails) on websites like facebook and myspace will not load. When I am logged on to the wireless internet at school these thumbn

  • Web service to BW....Urgent!

    Hello experts I am trying to connect JDBC to SAP BW. I am getting a connection error. I checked in "Maintain services" using t-code SICF. default_host --> sap --> bw --> xml --> soap --> xmla. I checked all of the above components are active but stil

  • TS2834 Can anyone please please tell me how I can download Mac OS X 10.5 leopard. My old Mac is 10.4.11 and I can't find 10.5. Please help!!!!!

    I went to apple store and they told me that I can't buy Mac OS X 10.5 from the store and I should do it online, however I wasn't able to find 10.5 there was only 10.5.1 and others but no 10.5. Can someone please tell me where can I find or buy it. Th