[SOLVED] .SRCINFO file and multiarch PKGBUILD/package

Is it a bad practice to have one PKGBUILD/package for x86 and x86_64 when they have not the same source?
Exemple:
# Maintainer: Tanguy ALEXIS <[email protected]>
# Contributer: Shaun Hammill <[email protected]>
# Contributer: Travis Lyons <[email protected]>
pkgname=magicassistant-gtk
pkgver=1.4.2.001
pkgrel=1
pkgdesc="Card Browser, Library Organizer, Deck Builder and Tournament Manager for Magic the Gathering Card Game"
arch=(i686 x86_64)
url="http://sourceforge.net/projects/mtgbrowser/"
license=('EPL')
depends=(gtk2 'java-runtime>=8' unzip libwebkit)
source=('source')
md5sums=('md5sums')
if test "$CARCH" == "x86_64"; then
source=(http://downloads.sourceforge.net/project/mtgbrowser/Magic_Assistant/${pkgver}/magicassistant-${pkgver}-linux.gtk.x86_64.zip magicassistant.desktop)
md5sums=('ae780a748d2d245b2f3220694cec5986'
'37f143dbb28032d4fcc7a0a6e4e7f239')
fi
if test "$CARCH" == "i686"; then
source=(http://downloads.sourceforge.net/project/mtgbrowser/Magic_Assistant/${pkgver}/magicassistant-${pkgver}-linux.gtk.x86.zip magicassistant.desktop)
md5sums=('cb0e8e8fb8bf3f37326432302954fecf'
'37f143dbb28032d4fcc7a0a6e4e7f239')
fi
package() {
msg "Installing..."
install -d "$pkgdir"/{/usr/bin,/opt,/usr/share/applications}
install -m644 $srcdir/magicassistant.desktop $pkgdir/usr/share/applications/magicassistant.desktop
mv $srcdir/MagicAssistant $pkgdir/opt
msg "Link to bin..."
ln -s /opt/MagicAssistant/magicassistant $pkgdir/usr/bin/magicassistant
msg2 "Done!"
This work but not with mksrcinfo even if I skip the integrity check, because it will check for a "source" file instead of the actual source.
So, is there any way to deal with this or I just have to split this in two package? Sorry if this has been answered before, can't find it.
Last edited by Nyutag (2015-06-17 07:55:24)

Read 'man PKGBUILD', particularly the section about the source array and how you can specify architecture-specific sources. Look into the corresponding *sum arrays too. Lose the bash conditionals outside the build/package functions.

Similar Messages

  • HT1349 I am unable to download the newest version of iTunes 10.6 as i am missing .msi files and window installer package, can you please remove the old version and reinstall newest version, please?

    missing file to download itunes 10.6 - .msi. file and installation package

    Try to follow this guide to uninstall iTunes and all of its components: http://support.apple.com/kb/HT1925, then reinstall the latest version of iTunes.  You must follow this guide for this to be successful (uninstalling all components in the order specified).  This will not touch your iTunes library or data.

  • Ear files and third-party packages

    Hi all.
    I don't know where to put a third-party .jar package into an ear file. Does it have to go under the META-INF folder, or maybe it has to go at the same folder as ejb jars go? I read the J2EE specs, but it doesn't make up my mind.
    Thanks very much.

    In meta-inf folder change application.xml
    in <application>
    add here u'r application jar and third party jar
    eg
    <module><ejb>test.jar</ejb></module>
    <module><ejb>test1.jar</ejb></module>
    </application>
    put u'r all jar files ( application and third party jars )in parent folder.

  • Each time that I sign in to Adobe I have to search for my files and my purchased package. What am i doing wrong? Why can't I just sign in and be taken to my package and documents?

    I find the Adobe site to be very unfriendly. I believe that I should be able to sign in and be taken to my purchased package (PDF Converter, Cloud, etc), without having to spend 5 minutes searching the site. I would appreciate any tips as it takes me longer to convert 1 PDF than it does to create the 5 Excel documents that I need to convert.

    Hi lakepretty,
    Are you logging in directly to https://cloud.acrobat.com/exportpdf? That should take you directly to where you need to be. (You could also bookmark that page in your web browser, which would make it even easier to get there!).
    Please let us know if you have additional questions.
    Best,
    Sara

  • [Solved]Rox filer and UK keyboard.

    Hi,
    Can anyone give a hand here?.
    All apps EG Seamonkey,text editor,terminal are correctly using this UK keyboard except Rox filer which is using  a US keymap instead when EG setting a run action,
    xorg.conf is set with;
    Option "XkbLayout" "gb"
    rc.conf is set with;
    KEYMAP="uk"
    Thanks,Chris.
    Last edited by clodhopper (2009-02-19 01:26:06)

    dunc wrote:
    Weird. I have rox-lib installed here:
    $ pacman -Qs rox-lib
    local/rox-lib 2.0.4-1 (rox-desktop)
    Shared code which can be used by other ROX applications. This is rox-lib2
    ...and have no keymap trouble.
    I thought your problem was odd when I first saw it, but didn't say anything because I didn't really have any answers beyond "works okay here". Still, if uninstalling rox-lib works for you, I suppose...
    Weird but that is the way it was.Have had to put 'setxkbmap gb &' into my .xinitrc file to get reliable keyboard mapping and have re-installed rox-lib2.All seems ok now.
    Think the problem may have started with 'hwd -xa' which set xorg.conf "XkbdModel" "uk" and uk is unknown to X.
    I did'nt notice the error until a few days later by which time i had installed most software (clean install) including rox-lib2.
    Best Wishes.Chris.

  • [SOLVED] Remove gconf and dconf settings?

    Hey all,
    Some time ago I gave GNOME SHELL another spin and today I've started with a system cleanup. Before GS got installed, I did not have gconf nor dconf installed but I assume they leave their schemas behind when you remove them. Where can I find these and how can I remove every schema and/or setting they have stored on my laptop?
    EDIT: Also, when removing GDM, pacman returned this:
    error: command failed to execute correctly
    I guess this means that it also left some files on my laptop. Perhaps the gdm user/group it makes, but maybe something different. Can I check what it left behind?
    Last edited by Unia (2012-06-19 15:50:05)

    I would run pacman -Qo against the files and see what packages owns them.
    BTW the error in your first post, is exactly like it says. It tried to run a command but couldn't. Here's gdm's post_remove:
    post_remove() {
    glib-compile-schemas /usr/share/glib-2.0/schemas
    dconf update
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    getent passwd gdm >/dev/null 2>&1 && userdel gdm
    getent group gdm >/dev/null 2>&1 && groupdel gdm
    Maybe the dconf package got removed before gdm or something.

  • [SOLVED]Concerning sirius: some building + PKGBUILD/.SRCINFO questions

    [first from scratch pkgbuild]
    Hello,
    I'm so far as I have an *almost* working (only dummy package() function yet) PKGBUILD (link; plain) for sirius , sadly the build itself won't work, as it fails with a python syntax error, eg:
    if prot <> 'public':
    on the '>'. It does not seem to be a sourcecode bug, neither a Python3 regression (tested with venv for Python2, too).
    I'm thus currently a bit clueless.
    On the general side:
    I've read in some .SRCINFO file "generated by makepkg" - how do you do that? I haven't found an option for that neither in the manpages nor in the help :-/
    Is there an application to auto-test for "automatically matched" dependencies - ie. when a dependency is already satisfied due to an other dependencies dependency on it? This would be helpful.
    It's my first from-scratch PKGBUILD, so, if you find anything to improve I'ld appreciate it if you'ld point it out :-)
    Last edited by LeonardK (2015-05-19 09:17:16)

    LeonardK wrote:
    [first from scratch pkgbuild]
    Hello,
    I'm so far as I have an *almost* working (only dummy package() function yet) PKGBUILD (link; plain) for sirius , sadly the build itself won't work, as it fails with a python syntax error, eg:
    if prot <> 'public':
    on the '>'. It does not seem to be a sourcecode bug, neither a Python3 regression (tested with venv for Python2, too).
    I'm thus currently a bit clueless.
    Are these commands the upstream instructions? If so, you might open an issue with them.
    On the general side:
    I've read in some .SRCINFO file "generated by makepkg" - how do you do that? I haven't found an option for that neither in the manpages nor in the help :-/
    makepkg --source ?
    Is there an application to auto-test for "automatically matched" dependencies - ie. when a dependency is already satisfied due to an other dependencies dependency on it? This would be helpful.
    namcap
    It's my first from-scratch PKGBUILD, so, if you find anything to improve I'ld appreciate it if you'ld point it out :-)
    pkgver for git VCS always makes me cry
    Last edited by Alad (2015-03-20 18:12:26)

  • [SOLVED] Check for old configuration files and directories in ~/

    Hello,
    Since I started with Arch I tried and uninstalled a few programs and would like to check for possible left overs in ~/
    I tried the "lostfiles" script, but it does not seem to check the home directory. Then I followed this: https://wiki.archlinux.org/index.php/Pa … ny_package - But using the suggested alias in my bash, it gives me the below:
    $ pacman-disowned-files
    [sudo] password for [my user]:
    bash: -path: command not found
    bash: /root: Is a directory
    bash: -print: command not found
    What am I doing wrong?
    Regards
    Martin
    Last edited by onslow77 (2015-02-04 23:52:44)

    Hello,
    ohh, I see, I need to do this (in directory where I put the script)
    sh pacman-disowned -files > test.txt
    That solved the usage of the commands, but it does not however list files [in the test.txt file] that do not belong to any package in my ~/ directory (I put a dummy file in my ~/ to see if it got noticed) - but it did not. So how can I list files and directories in my ~/ directory that is not put there by any package that currently is installed?
    Regards
    Martin
    Last edited by onslow77 (2015-02-04 22:49:11)

  • Okay so I'm trying to download Adobe Flash Pro. I've gone to creative cloud and downloaded "Flash Professional CC and Mobile Device Packaging (2014)" and I have no idea what to do afterwords... There's no way to open or run the file. And to be honest, I'm

    Okay so I'm trying to download Adobe Flash Pro. I've gone to creative cloud and downloaded "Flash Professional CC and Mobile Device Packaging (2014)" and I have no idea what to do afterwards... There's no way to open or run the file. And to be honest, I'm not even sure if it's the right download... Help!

    I'm using PC with Windows 8.1. I got onto the Creative Cloud and downloaded "Flash Professional CC and Mobile Device Packaging (2014)". <--- That would be the file. I can't open or run it from CC and I couldn't find a file in my computer either.
    I've also found direct downloads for the trial version and hit the set-up button, it loads up, and then nothing happens.

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • Creating data and .par files using SWIFT Integration Package

    Hi,
    I have a requirement to generate a data and .par file using SAP PI Integration package for SWIFT.
    I am following the SAP Note: 1303428.
    I have created 1 sender and 2 receiver comm channels(one for payload and other for par). Used operation mapping SWIFT_payload_parFile_split in the Interface determination.
    I am using the adapter module : localejbs/swift/FileActConversionToSWIFTModule and setting the parameter DetachParameters to true. This adapter module is being used in all the three channels(1 sender and 2 receivers).
    I have used ASMA ans has set the FileName checkbox.
    Now after placing the file in the input directory, the file with the same name gets created in the output directory but the file is exactly same and also no .par file is getting created. I have set the Empty file handling to Ignore, so it shows that there is no data to  create a .par file and only payload file is getting created but the payload file is exactly same.
    Also if I use the adapter module : localejbs/swift/FileActConversionToSWIFTModule in only the sender communication channel, a payload file gets created like below.
    <?xml version="1.0" encoding="UTF-8"?>
    -<ns1:SWIFT_payload xmlns:ns1="http://sap.com/xi/SWIFT"><payload>PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPEZpbGU+CiA8UGFyYW1ldGVycyB4bWxucz0idXJuOnN3aWZ0OnNhZzp4c2Q6ZnRhLnBhcmFtLjEuMCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSI+CiAgPE92ZXJyaWRlcz4KICAgPFJlc3BvbmRlcj5jbj1jZngsb3U9bmEsbz1jaXRpZ2IybCxvPXN3aWZ0PC9SZXNwb25kZXI+CiAgIDxTZXJ2aWNlPnN3aWZ0LmNvcnAuZmEhcDwvU2VydmljZT4KICAgPFJlcXVlc3RUeXBlPnBhaW4uMDAxLjAwMS4wMzwvUmVxdWVzdFR5cGU+CiAgIDxUcmFuc2ZlckRlc2NyaXB0aW9uPkIwNDExMC1CYXRjaDE3ODc8L1RyYW5zZmVyRGVzY3JpcHRpb24+CiAgIDxUcmFuc2ZlckluZm8+QjA0MTEwLUJhdGNoMTc4NzwvVHJhbnNmZXJJbmZvPgogICA8RmlsZURlc2NyaXB0aW9uPjIwNzY4PC9GaWxlRGVzY3JpcHRpb24+CiAgIDxGaWxlSW5mbz5Td0NvbXByZXNzaW9uPW5vbmU8L0ZpbGVJbmZvPgogICA8Tm9uUmVwdWRpYXRpb24+VFJVRTwvTm9uUmVwdWRpYXRpb24+CiAgIDxTaWduPlRSVUU8L1NpZ24+CiAgIDxQcmlvcml0eT5Ob3JtYWw8L1ByaW9yaXR5PgogIDwvT3ZlcnJpZGVzPgogPC9QYXJhbWV0ZXJzPgogPERvY3VtZW50IHhtbG5zPSJ1cm46aXNvOnN0ZDppc286MjAwMjI6dGVjaDp4c2Q6cGFpbi4wMDEuMDAxLjAzIiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIj4KICA8Q3N0bXJDZHRUcmZJbml0bj4KICAgPEdycEhkcj4KICAgIDxNc2dJZD4xMDAwMzI4MTE1PC9Nc2dJZD4KICAgIDxDcmVEdFRtPjIwMTQtMDMtMjhUMTk6MjY6Mzc8L0NyZUR0VG0+CiAgICA8TmJPZlR4cz4xPC9OYk9mVHhzPgogICAgPEN0cmxTdW0+NTkwLjAwPC9DdHJsU3VtPgogICAgPEluaXRnUHR5PgogICAgIDxObT5BTEVYSU9OIElOVC4gU0FSTDwvTm0+CiAgICAgPElkPgogICAgICA8T3JnSWQ+CiAgICAgICA8QklDT3JCRUk+QUxYTlVTMjBYWFg8L0JJQ09yQkVJPgogICAgICA8L09yZ0lkPgogICAgIDwvSWQ+CiAgICA8L0luaXRnUHR5PgogICA8L0dycEhkcj4KICAgPFBtdEluZj4KICAgIDxQbXRJbmZJZD4xMDAwMzI4MTE1PC9QbXRJbmZJZD4KICAgIDxQbXRNdGQ+VFJGPC9QbXRNdGQ+CiAgICA8QnRjaEJvb2tnPmZhbHNlPC9CdGNoQm9va2c+CiAgICA8TmJPZlR4cz4xPC9OYk9mVHhzPgogICAgPEN0cmxTdW0+NTkwLjAwPC9DdHJsU3VtPgogICAgPFBtdFRwSW5mPgogICAgIDxJbnN0clBydHk+Tk9STTwvSW5zdHJQcnR5PgogICAgIDxTdmNMdmw+CiAgICAgIDxDZD5TRVBBPC9DZD4KICAgICA8L1N2Y0x2bD4KICAgIDwvUG10VHBJbmY+CiAgICA8UmVxZEV4Y3RuRHQ+MjAxNC0wMy0yOTwvUmVxZEV4Y3RuRHQ+CiAgICA8RGJ0cj4KICAgICA8Tm0+QUxYTiBCRU5FTFVYIEJWIE5MIEJSQU5DSDwvTm0+CiAgICAgPFBzdGxBZHI+CiAgICAgIDxTdHJ0Tm0+U3RyYWF0PC9TdHJ0Tm0+CiAgICAgIDxUd25ObT5OZXRoZXJsYW5kczwvVHduTm0+CiAgICAgIDxDdHJ5Pk5MPC9DdHJ5PgogICAgIDwvUHN0bEFkcj4KICAgICA8Q3RyeU9mUmVzPk5MPC9DdHJ5T2ZSZXM+CiAgICA8L0RidHI+CiAgICA8RGJ0ckFjY3Q+CiAgICAgPElkPgogICAgICA8SUJBTj5OTFhYQU5CQTEyMzAwNDU2NzY3ODkwPC9JQkFOPgogICAgIDwvSWQ+CiAgICAgPENjeT5FVVI8L0NjeT4KICAgIDwvRGJ0ckFjY3Q+CiAgICA8RGJ0ckFndD4KICAgICA8RmluSW5zdG5JZD4KICAgICAgPEJJQz5BQk5BTkwyWFhYWDwvQklDPgogICAgICA8UHN0bEFkcj4KICAgICAgIDxDdHJ5Pk5MPC9DdHJ5PgogICAgICA8L1BzdGxBZHI+CiAgICAgPC9GaW5JbnN0bklkPgogICAgPC9EYnRyQWd0PgogICAgPENocmdCcj5TTEVWPC9DaHJnQnI+CiAgICA8Q2R0VHJmVHhJbmY+CiAgICAgPFBtdElkPgogICAgICA8RW5kVG9FbmRJZD5OTDEyMzAwNDAwMDAwMDwvRW5kVG9FbmRJZD4KICAgICA8L1BtdElkPgogICAgIDxBbXQ+CiAgICAgIDxJbnN0ZEFtdCBDY3k9IkVVUiI+NTkwLjAwPC9JbnN0ZEFtdD4KICAgICA8L0FtdD4KICAgICA8Q2R0ckFndD4KICAgICAgPEZpbkluc3RuSWQ+CiAgICAgICA8QklDPkFCTkFOTFhYWFhYPC9CSUM+CiAgICAgICA8Q2xyU3lzTW1iSWQ+CiAgICAgICAgPE1tYklkPjAwMzwvTW1iSWQ+CiAgICAgICA8L0NsclN5c01tYklkPgogICAgICAgPE5tPkFCTiBBbXJvPC9ObT4KICAgICAgIDxQc3RsQWRyPgogICAgICAgIDxDdHJ5Pk5MPC9DdHJ5PgogICAgICAgPC9Qc3RsQWRyPgogICAgICA8L0Zpbkluc3RuSWQ+CiAgICAgPC9DZHRyQWd0PgogICAgIDxDZHRyPgogICAgICA8Tm0+QUxYTiBOTCBEb21lc3RpYyBWZW5kb3I8L05tPgogICAgICA8UHN0bEFkcj4KICAgICAgIDxDdHJ5Pk5MPC9DdHJ5PgogICAgICA8L1BzdGxBZHI+CiAgICAgIDxJZD4KICAgICAgIDxPcmdJZD4KICAgICAgICA8T3Rocj4KICAgICAgICAgPElkPjAwMTUwMDAxOTc8L0lkPgogICAgICAgIDwvT3Rocj4KICAgICAgIDwvT3JnSWQ+CiAgICAgIDwvSWQ+CiAgICAgPC9DZHRyPgogICAgIDxDZHRyQWNjdD4KICAgICAgPElkPgogICAgICAgPElCQU4+TkwxMjAwMzA0NTY3ODkxMjAwMDA8L0lCQU4+CiAgICAgIDwvSWQ+CiAgICAgIDxDY3k+RVVSPC9DY3k+CiAgICAgIDxObT5BTFhOIE5MIERvbWVzdGljIFZlbmRvcjwvTm0+CiAgICAgPC9DZHRyQWNjdD4KICAgICA8Um10SW5mPgogICAgICA8VXN0cmQ+L1BNREQvVEVTVDY4MSw1OTAuMDAsRVVSLDIwMTQwMzI8L1VzdHJkPgogICAgIDwvUm10SW5mPgogICAgPC9DZHRUcmZUeEluZj4KICAgPC9QbXRJbmY+CiAgPC9Dc3RtckNkdFRyZkluaXRuPgogPC9Eb2N1bWVudD4KPC9GaWxlPgo=</payload></ns1:SWIFT_payload>
    But while creating the par file, it shows that the file could not be overwritten and so the .par file is not getting created.
    I need to understand that:
    1)  How do I configure both of my receiver channels i.e. what should be the difference. Currently, I am just setting the
    same Output directory in both and file name schema * and has used ASMA with FileName parameter. So same name files are getting created and so one file gets discarded. How to create a .par file.
    2) Also Is the file above is the correct file required by SWIFT.
    3) Also when I check in SXMB_MONI, I can see that after running the adapter module same payload as given above is going in both payload and par files i.e. also if I am using different names in my receiver communication channels two files are getting created payload and par both are having the same payload. So what exactly should get created.
    Kindly guide on this implementation.

    Hi,
    I am able to generate the .par file by setting the localsecurity to true and the KeyId from the key manager.
    Now two files are getting created .xml and .par. .xml file which is the payload file is the same as the input file with no difference and contains both the overrides and the data parameters. The .par file contains the Algorithm and the Value.
    Is this correct?
    Also suppose the input file name is SEPA.xml, then the payload file is created with the name as
    SEPA.xml and the par file is created with the name SEPA.xml.par. I need only SEPA.par. How to achieve this.

  • I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    Try asking in the Premiere Pro  forum seems to be an Adobe Lab for Premiere Pro

  • My macbook pro (using lion os) can't search files and folders on external hard drive! How can i solve it?

    When i used Snow leopard, i can search every files and folders on my external hard drive (NTFS). But when i upgraded to lion OS, sportlight didn't index files on exteranal hard drive and i can't search everything on external hard drive whatever i type in the search box! I also check the Finder preference and select when performing a search to "Search the current folder" ! How can i solve this problem! Please help me if you know!

    iTunes>Preferences (Cmd+,)>Advanced
    Choose the Ext HD (and the appropriate folder) as the location for your library.

  • [svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

  • How to bundle all files and directories in a package?

    how to bundle all files and directories in a package?
    i plan to put all image files, .class files and some other files together.and then double click the package to execute the program.
    should i use jar?is there a link for tutorial or example?
    thanks in advance

    http://java.sun.com/docs/books/tutorial/jar/

Maybe you are looking for

  • Error in process chain when running package (data manager)

    Hello experts, I try to run the following how to : "move date between applications using Data Manager ..." Yon can find the pdf here : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0480970-894f-2d10-f9a5-d4b1160be203 I'm looking after someo

  • Spry Validation Select problem. It's not "sticking"

    Used Spry validation a few times, no big deal. Insert the widget, tweak, upload, done. I'm trying to validate one single drop down menu. I go to Insert, Spry Validation Select, I get the little blue "tab" thing attached to the drop down, and we're al

  • Soap adapter for asynch ?

    Hi Guys, I need to configure receiver soap receiver for asynchronus process. where i need to mention in the soap adapter the qos is exactly once. Thanks, srini

  • Special effect question - beginner

    I am a beginner at video editing.  In fact, I have never edited a video before.  My kids have a video with a wizard wand and want to have a lightning bolt come out of it and we can insert items to look like they created with magic.  Is this something

  • Fields Order change in FCC receiver

    Hi experts, i am receiver message in following format: EMPID(12) EMP_NAMEFULL(100) EMP_NAME(30) and i have mapped it with receiver type as EMP_NAMEFULL(100) EMPID(12) EMP_NAME(30) ( i am just changing the fields sequence) Here i am using FCC receiver