Automating build process

Hi,
I'm planning to automate the build of our BC4J project. It is, in fact, composed by several .jpr files distributed among three workspaces. Some classes/projects have cyclic dependencies (which are handled by the compiler).
I'd like to have a script that builds this entire set of files, without the need of human intervention.
I know JDeveloper can generate ant build files, but it does this in a by project basis, and I want it to be in a "by workspace basis". Also, the generated ant build file does not contain any information regarding other projects dependencies.
Is there some tool/script out there that does this? Has anyone had a similar experience? Any thoughts?
Thanks in advance,
Daniel

I know JDeveloper can generate ant build files, but
it does this in a by project basis, and I want it to
be in a "by workspace basis". Also, the generated ant
build file does not contain any information regarding
other projects dependencies.
Is there some tool/script out there that does this?
Has anyone had a similar experience? Any thoughts?Ant includes a task called "ant" to invoke a new ant buildfile, use this to tie them all together as tasks into one master build.xml.
Rob
Team JDev

Similar Messages

  • Calling the packager as part of the automated build process

    Hi,
    Is it possible to call the iPhone packager via command line or ANT script? We are developing a pure ActionScript application, and as part of the build process for this app, we'd like to call the packager to build the IPA file.
    Is this possible?
    Stephen

    Is possible.
    This is a piece from my ant build the variables must be configured properly
        <target name="test_package_iphone" depends="-chkName, -iPhonePWD" description="packageApp">
            <apply executable="${PFI_BAT}" parallel="true" dir="${DEBUG_DIR}" relative="true">
                <arg value="-package"/>
                <arg value="-target"/>
                <arg value="ipa-test"/>
                <arg value="-provisioning-profile"/>
                <arg value="${IPHONE_PROVISIONING}"/>
                <arg value="-storetype"/>
                <arg value="pkcs12"/>
                <arg value="-keystore"/>
                <arg value="${IPHONE_KEYSTORE}"/>
                <arg value="-storepass"/>
                <arg value="${IPHONE_PASSWORD}"/>
                <arg value="${app.name}.ipa"/>
                <arg value="${app.name}-app.xml"/>
                <arg value="${app.name}.swf"/>
                <arg value="-C"/>
                <arg value="${ASSETS_DIR}"/>
                <srcfile/>
                <fileset dir="${ASSETS_DIR}"/>
            </apply>
        </target>

  • Unit Test in SQL Developer 2.1: Automated Builds

    Hi,
    I am interested to know if the new Unit Testing framework can be accessed via API so the test execution is initiated from automated build process.
    Regards,
    Vadim

    I am having a problem with the unit testing command line.
    I am attempting to run the unit testing using the command line interface.
    I can connect to UNIT_TEST_REPOS schema in SQL developer.
    I am successfully running units test and suites in SQL developer.
    UNIT_TEST_REPOS, RCSV1 and DEVER users are granted on the UT_REPO_USER role and UNIT_TEST_REPOS and DEVER on the UT_REPO_ADMINISTRATOR.
    The following commands result in an error box saying "No Repository was found on the selected connection, you need to create a repository." (The HELP button apparently does nothing. The OK button closes the box.)
    C:\Program Files\sqldeveloper\sqldeveloper\bin>UtUtil -exp -test -name RCSV1_RCS_SECURITY.GET_LDAP_BASE -repo unit_test_repos -file c:\ut_xml\test.xml
    Unable to open repository
    C:\Program Files\sqldeveloper\sqldeveloper\bin>UtUtil -run -test -name RCSV1_RCS_SECURITY.GET_LDAP_BASE -repo unit_test_repos -db dever
    Unable to open repository
    C:\Program Files\sqldeveloper\sqldeveloper\bin>UtUtil -run -test -name RCSV1_RCS_SECURITY.GET_LDAP_BASE -repo dever -db dever
    Unable to open repository
    I would guess that I am not supplying the correct connection info.
    My last comment triggered an idea. It turns out that the connection names required are those connections named in SQL developer. In my case, they are not the same as the schema names. The following command worked as advertised.
    C:\Program Files\sqldeveloper\sqldeveloper\bin>UtUtil -run -test -name RCSV1_RCS_SECURITY.GET_LDAP_BASE -repo UNIT_TEST -db DeverLocal
    The ANT target is
    <target name="UnitTests">
    <exec executable="cmd" dir="${sqldev.bin.dir}">
    <arg value="/c"/>
    <arg value="UtUtil -run -suite -name RCSV1 -repo UNIT_TEST -db DeverLocal"/>
    </exec>
    </target>
    Regards,
    Bill

  • Automated builds w/RH6 and RH7

    We use an automated build process (Visual Build Professional)
    that checks the RH files out of the source control software (we use
    Surround) and generates the Webhelp output using a Robohelp command
    line in the build script. Up until now, we used RH6 and the process
    was amazingly seamless. I'd check my source files into Surround at
    the end of the day and the next morning, the output would appear in
    the new build of our application.
    Sweet.
    The problem that I'm writing about happened when I upgraded
    my files to RH7 right after our last software release. While I'm
    having no problems generating output in RH7, the build engineer can
    no longer get it to work in the automated process. (Yes, we
    upgraded to RH7 on the build machine, updated the command line to
    RH7, and no, we're not trying to run the build across a network.)
    Since "my" step is causing the entire build to fail (oops),
    I've been asked to help figure out what's going on...
    Any thoughts to why RH6 would work in this scenario but not
    RH7?
    I should probably mention that we still need to support our
    last release, which was done in RH6. That means that RH6 and RH7
    are both installed on the build machine in case they need to
    rebuild the last version of the help. Are there any known issues
    with that? I haven't experienced any problems having em both on my
    computer, as long as I don't inadvertently open the RH7 version
    with RH6 and vice versa.

    RoboHelp creates an entry in the PATH environment variable
    and uses it for running from command line. If you have both RH6 and
    RH7 installed then most likely you have 2 entries for RoboHelp in
    the PATH variable. If you run RH7 command line and RH6's entry is
    before RH7's in the PATH variable then it would create problems.
    It can be fixed in the build script. Please make sure that
    entry for RH7 is before RH6 in the PATH variable if you wnat to run
    RH7 command line complier and vice versa if you want to run RH6
    command line compiler.
    e.g. (to set the path)
    set PATH="c:\program files\Adobe\Adobe RoboHelp
    7\RoboHTML";%PATH%
    Vivek.

  • Automating the book building process in FM11 - best tool?

    Hi - we're gearing up to create an automated book-building process using FM11.
    Before we start, a quick straw-poll:
    What do you folks recommend / suggest as the best automation tool?
    We want to trigger the process when SGML files are dumped into a directory. When we've done directory-triggered automation in the past under FM7.1, we've tended to use VB.NET code to trigger an instance of an FM7.1 API client (usually to build and collate PDFs, etc)... but, since we're in a new era with a new release of FM, we thought we'd take an open-minded, 'blue sky' approach here and see what tools members of the Framemaker community are using.
    If one particular approach seems to be easier / more advantageous / more widely adopted than any of the others, then I think that might nudge us down that road...
    Thanks.

    Hi Nigel...
    You might want to look at our plugin, AutoFM ..
         http://leximation.com/tools/info/autofm.php
    This lets you drive FrameMaker from an XML file and a batch file (or other command line scripting). The XML file contains the instructions on which files to open and what to do with them. You can perform various basic functionality like saveas, print, update book, etc. It also lets you call other automation options like ExtendScript, FrameScript, or FDK clients to extend the processing as needed.
    Download the 30-day trial and see if it does what you need.
    AutoFM is the piece that is used to drive DITA-FMx (via FMx-Auto) in this video for automated DITA to PDF publishing, but can be used for any type of FM automation ..
         http://blog.leximation.com/2012/02/automated-dita-to-pdf-publishing-with-fmx-auto/
    Keep in mind that various types of FrameMaker automation may require using FrameMaker Server .. so be sure to check the EULA and use the right FM version for your needs.
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • How do setup FlexUnit in your CI build process on 64-Bit Linux

    Hello everyone. I am trying to setup FlexUnit in my build process and am using Rackspace cloud servers for my build server. I only have the option of Linux 64 bit distros or Windows 32b/64b. I started setting up and configuring everything on Linux but ran into problems installing the required stand alone player for test execution using FlexUnit. There is no 64-bit linux compatitble version of the stand alone player. In configuring the system to use the browser plugin on the machine instead of the stand alone player for executing the tests, I then get a manual interaction component which doesn't fit well with an automated CI build.
    Am I the only person out there trying to integrate FlexUnit into my CI process on a 64b Linux machine? Any pointers, tips, workarounds or general hypothetical ideas would be great!

    @mbbender - Answers below:
    > I have been able to get the Flash Plugin working in a browser on my 64b Ubuntu 10.4 system. However, from my understanding I can not use the flash plugin from a browser to properly execute a headless execution of my tests during the CI process. To execute the tests as part of the CI process I need the Flash Stand Alone Player.
    -- As of FlexUnit 4.1-beta2, you have the option of executing your tests using the stand-alone debug Flash Player using the default mechanism to launch that player or using a custom command, which could potentially point to the browser.  Check out the docs on the Ant task @ http://docs.flexunit.org/index.php?title=Ant_Task#Usage and the sample CI build using a browser @ http://github.com/flexunit/flexunit/blob/master/FlexUnit4SampleCIProject/build.browser.xml for more details on how to do this.
    > Are you saying that I can somehow use the Flash Plugin dependencies to install the Flash Stand Alone Player? If so, would I then need a 32b emulator wrapper for running the Stand Alone Player?  Or, are you suggesting that I can somehow use the Flash Plugin in the browser to do what I need to execute my tests during the Hudson build?
    -- Although I'm not a savvy Linux admin, it's my understanding that recent 64-bit Linux distros can execute 32-bit applications as well as 64-bit applications.  The only req I'm aware of is that the 32-bit version of the dependencies must be available.  In this case, executing the 32-bit version of the SA player should work from what I understand.
    > Do you have a CI build process setup on a Linux 64b CentOS system with FlexUnit? To be honest, I'm more concerned with the end result right now than learning how to do it on my own and would like to know if you can potentially help me get this done a little quicker if you are interested.
    -- I currently have a setup using 64-bit CentOS and running the 32-bit SA player, although it's not on Adobe's proper list of supported OSes.  We've worked with other folks who have the 32-bit SA player running with FlexUnit on Ubuntu 64-bit.  There was some feedback on some issues using older versions of openSUSE, but I don't know too many details re: the problem.
    Hope this helps.
    -Brian

  • Automated build server for Arch? (like the sourceforge build system)

    Has someone considered some kind of automated build system for Arch?
    Something that would work like this:
    - It'd have every library and dependency possible installed.
    - It'd intelligently read the makefiles produced to see what libraries they used and compare them against a lookup table to see what Arch dependencies they then required. Failing that, it could use ldd and a second lookup table that matched libraries to packages.
    - It'd attempt to figure out the target binary to run (again, from the makefiles produced), and then run it. If it worked, it'd be marked as usable. If it didn't work, it'd be marked as needing fixing.
    All of these points can fail, especially in the parsing of the makefiles; in each case, this would be noted by the system and user action could be taken.
    In operation, it wouldn't take away from users managing their own packages. It'd just provide a secure environment to build packages in, and attempt to automate some of the process. In the best cases, the system would theoretically be capable enough to download a package's sourcecode, ./configure it, make it, make a package out of it, get the package verified as usable, then update the repo with it.
    Note the verification step in the previous paragraph: I would never want this to be an automated system. Sure, it sound amazing on paper, and might even work for a little while, but sooner or later something would come crashing down and since repo management is quite a trust-based issue, everyone would freak out and they wouldn't want the build server anymore.
    -dav7
    Last edited by dav7 (2008-10-17 18:41:22)

    Who would have access to upload to such a build server? If it's the general public, then this is a security nightmare, as well as a growth curve nightmare. The monetary investment for a project like this would need to come from somewhere.
    And yeah, something like this has been considered, and a working proof-of-concept has been sitting around for years. http://projects.archlinux.org/?p=pacbuild.git;a=summary . What this kind of project really needs is someone with some distributed computing smarts and dedication (and time) to get it off the ground in a form that will survive past a proof-of-concept barebones implementation.
    One of the largest design challenges would be dependency resolution for batch upgrades. For instance, let's say we update libfoobar, which is depended upon by foo, bar, baz, and batman, the system needs to know that libfoobar needs to be built and installed in order to compile the rest of them against it.

  • Automating building help

    Hello,
    I've been asked to try and have our help building processes
    completely automated. Currently there is no automation to our
    process - as changes are made to the programs, I create or edit the
    necessary documentation (either from within RH or from Word docs
    and then import them into RH) and then manually create the updated
    help files and save them out to the designated network spot.
    How much of this can be automated? How easy, feasible, and/or
    dependable is such automation?
    I personally don't have a problem with the current process,
    but the manager who asked me sounds adamant about making the
    process automated and my own concern is that trying to automate
    will end up causing more headaches than anything due to the normal
    nature of most software...
    (PS: currently we use RH 5, but we are upgrading to RH
    7).

    Starting with RH6, you have the option of using RoboHelp's
    command line compile, rhcl. I have started using it for our RH6
    help projects, and am pleased with the results.
    The command line compile allows you to specify an output
    location that is different than the one listed in your SSL, which
    is very convenient.
    There is one bug that you might run into: if you copy the
    source projects to a new location before performing the command
    line compile, there's a path in the project.pss file that does not
    update correctly. It's the Language line. It sometimes (but not
    always
    ) retains its original path. As a result, the rhcl
    process reports a bunch of errors at the end. My workaround was to
    place a replica of the "missing" file (robohhre.lng) in the
    expected location. Kludgy, but it works.
    Using the command line compile, automating your process
    should be do-able. You might have to play with it for a bit to get
    the results you want, but it's pretty straightforward.
    G

  • I am automating the process of sending appointment reminders to my clients. I started with an alert with an email in calendar using the clients email address as a custom entry in my me card in my contacts. this was resulting in three emails being sent wit

    I am automating the process of sending appointment reminders to my clients. I started with an alert with an email in calendar using the clients email address as a custom entry in my me card in my contacts. this was resulting in three emails being sent with slightly different versions of the same address (see my previous post). Heating someone else's suggestion I created a workflow file to send an email and calling that file from an alert on my calendar. This is working and sends only one email to the client.
    My calendar is on I cloud and I access it from three different computers so I can keep my appointment calendar current. The files that send the email only exist on one computer. My other computers show error messages when those emails get sent. It seems that each computer wants to send the email. It's a small problem but is there a way that I could not get those alerts.
    But appreciate any thoughts about this. It seems like both problems might be related to the iCloud system.
    Thank you in advance,
    Michael

    Good work, catch so far Michael, does seem to be a "feature" of iCloud syncing, not sure what you could do to disable it.

  • Difficult to get good package names with ojspc in automated build

    If I understand the documentation for "ojspc" correctly, there is an aspect of its functionality that makes it difficult to have a convenient automated build which can also get good package names for the generated Java source files.
    If you don't specify the "-packageName" option, ojspc will build a package name relative to the current directory, including sub-directories. However, specifying "-packageName" will ONLY use that package, and will not create sub-packages associated with sub-directories.
    If you don't use the "-packageName" option, then you have to run the build from the root directory of your JSP files. When you're running an automated build with ANT, it's not convenient to do this.
    The likely result of this is that I would have to make sure that all of my JSP files are named differently, even if they're in different directories, and use the "-packageName" option to specify a particular package name for all of the generated source files.

    After more careful reading, I realized that using the "-appRoot" option (without using "-packageName") makes it possible for an ANT build to generate good package names (with directories).
    The following note, however, in the ojspc documentation is kind of odd:
    "It is advisable that you run ojspc once for each directory of your JSP application, so files in different directories can be given different package names, as appropriate."
    I assume this is referring to using the "-packageName" option. If you don't need to use "-packageName", especially if you have multiple directories of JSP pages, it is much easier to just let ojspc pick the package names.

  • DVD Build Process Fails

    I am using DVD Studio Pro 4.0.3 and I have attempted the Build process on my project several times but the progress bar never gets past 0%. But DVD Studio Pro never crashes or even hangs. What I have noticed, upon looking under the name column in the activity moniter is "DSPX_AEncoderServer (Not Responding)". Although I don't know much about this app, I assume it is essential to the build process.
    Several months ago, I was able to burn a DVD from a simpler version of this project. Things that have NOT changed are that the Main Feature is about ten minutes long and also certain menus and screens are based on unrendered Motion files. What has changed is that two more unrendered Motion menus have been added and one of these has become very complex, containing several video windows such as you might see from a DVD Chapter Selection Screen.
    I had assumed these Motion files would be rendered as part of the DVD Build as they were in my original version of this project. I assumed that was the best approach to avoid artifacts. The Motion files run quite sluggishly however and I am concerned that perhaps they are overloading the processor and causing the encode process to crash. Do you think that the best way to resolve this issue would be to first render these Motion files as Quicktime using the Animation Codec and then replace the Motion files with the Quicktime files, Before going through this, I just wanted another opinion as to whether there was anything I had overlooked.
    Thank you so very much for any suggestions you may be able to offer.
    Julianna

    Thanks for your advice. I'm just not sure I understand what application to use to convert a Quicktime file into an m2v. Are you also saying that motion files aren't supposed to be directly imported into DVD SP? Would I choose the CODEC for DVD Best Quality? After encoding, do I move the old files and relink to the encoded files? I'm somewhat new at this, a little more explaination would be very helpful. Thanks so much.
    Usuallly the best way in general is to encode
    everything you can outside of DVD SP (Compressor,
    bitVice, etc.) to m2vs and AC3s and then bring those
    assets in - often stalls on builds can be cured by
    that.
    G5 2.5Ghz Dual Processor   Mac OS X (10.4.8)   2GB RAM, 9800 Pro Video Card

  • What I learned in the mortgage and build process

    What I learned in my 8 month loan and new build process. -don't sweat the small stuff -no news is good news.  If you send in the requested docs, and you don't hear back quickly, than all is good.  Understand the farther out from closing you are, the deeper in the stack your file is.  You are not the only client.  At any one time the money guy has a closing on the horizon that will have priority, if your new build is due to finish in 4 more months, well guess what?  All I asked was when MY closing happens in 4 days to have my file at the top, and I was reassured that would be the case. -In my situation the lender, sales, and builder all came under one umbrella.  There are advantages and disadvantages of this scenario.  I read the horror stories no one was looking out for me, I was going to get roasted etc.  I had none of that.  They were very professional. In the end I have a great home, and they made some money.  Its called business.  Because all worked for the same company they were committed to getting me in this house.  All 3 were responsive, and each knew what the other 2 were doing.  I was quickly preapproved, they only wanted 500 down in earnest, and they broke ground within 30 days after the contract was signed.  They paid ALL closing costs, over 12,0000 dollars worth.  The house is beautiful and well built.  I've had a few minor issues (ALL new houses do) that were promptly addressed and satisfied.    -My way to a new house is the middle method.  1st you pick out a spec house in the community and just move in.  Works for most people.  2nd you do like I did.  Pick a plan from the builder for that community.  You get to pick out colors, options etc.  The price given is gonna be the basic house, check that list carefully.  In my case the house had many "Upgraded" options as standard.  As a incentive I was given another 8,000 to use at the design center.  Well we spent that and another 7 LOL.  Realize it does not take long to spend 10k at the design center.  3rd option is the true custom build.  You buy the lot, get the architect to draw up precisely what you want, and go find the builder, and a construction loan.  You have to know what you're doing if you go this way.  Its a lot of work, and I entertained no notion of this option.  I mean you're gonna spend hours (days?) in Lowe's looking at door knobs, backspaslh, lights.  In my route the designers had all that narrowed down for ya, so instead of looking at hundreds of tiles you chose from about 30.  I liked that.  Understand the builder has vendors for all that stuff, and buy it at a good price, and why they were able to build me a pretty good house for the price. -Stuff is gonna happen.  Docs will be misplaced, wrongly shredded, or deleted and have to be reexcuted.  Weather will be bad=more delays.  Suppliers get behind and can't get stuff to the job site.  Don't let it ruin your day.  Just resend the docs. -the people in the pipeline work best under pressure, they're let ya know when its time to sweat. -I kept a accordion file of the stuff I turned into the money people, I kept it on my desk for quick reference for months.  It became a part of me.  A month after closing it now sits on my bookcase.  I look to it when I want to be reminded what it took to get me here.  It truly represents almost 40 years of work and life.  I think I'm gonna have it buried with me.  I suggest you keep a file. -don't try to match wits with these guys.  A couple of times I was asked for stuff that I thought had no revelance, but I did my duty and just got it up and sent the requested info. -They want you to buy THIS house.  -Know the scrore going in=understand and know YOUR credit file and how it got there and how to get it better.  It will make the process much easier.  I really didn't do that because I didn't know anything.  I was lucky, I had a clean file, my only problem was lack of revolving credit.  Because I had 6 months to work it, I was advised to go out and pick 2 more cards.  I did and my scores improved 25 points right away. -if you are going to engage collections on your file, do it before applying, or get some solid advice if you're gonna do it while in the process. -do not become a slave to the process.  While all this going on, live your life.  Do the stuff you like doing.  When you sit around and wonder what they're gonna do about your driveway all the time you whip up all kinds of ugly scenarios.    -if you have issues of confrontaion, controversey, and uncooperation among any of the 3, and its not gettin better, step back and take a look. -try to get good snacks at the closing.  I wanted nachos but got Keebler oatmeal cookies and mtn dew. And thats all I can think of right now.   

    Which means tomorrow is when we get the new update for our iPhones and I just found the answer to my question, I don't care for the new iPods, just wanted to know when the update will be available
    Message was edited by: Schmitty83

  • Worskhop build process

    Hello,
    I'm trying to figure out the workshop build process. Each time I right
    click on my portal web project and do a "build" it seems to do a
    "rebuild all" (like in JBuilder) instead of a "build modified source".
    Am I missing some setting here, or is this the way it works?
    Also, it seems to rebuild the following JCX's all the time:
    com\bea\p13n\controls\login\UserLoginControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\GroupProfileManager.jcx
    com\bea\p13n\controls\p13controls.jcx
    com\bea\p13n\controls\createUser\CreateUserControl.jcx
    com\bea\p13n\controls\ejb\property\PropertySetManager.jcx
    com\bea\p13n\controls\events\generic\GenericEventControl.jcx
    com\bea\p13n\controls\events\standard\ClickContentEventControl.jcx
    com\bea\p13n\controls\profile\UserProfileControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\UserManager.jcx
    com\bea\p13n\controls\events\standard\RuleEventControl.jcx
    com\bea\p13n\controls\ejb\property\EntityPropertyManager.jcx
    com\bea\p13n\controls\userInfoQuery\UserInfoControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\UserProfileManager.jcx
    com\bea\p13n\controls\ejb\events\EventService.jcx
    com\bea\p13n\controls\events\standard\DisplayContentEventControl.jcx
    com\bea\p13n\controls\events\standard\SessionLoginEventControl.jcx
    com\bea\p13n\controls\CompositeControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\RealmConfiguration.jcx
    com\bea\control\TimerControl.jcx
    com\bea\p13n\controls\events\standard\UserRegistrationEventControl.jcx
    com\bea\wlw\runtime\core\control\jmscontrol\MDBListener.jcx
    com\bea\wlw\runtime\core\control\EventControl.jcx
    Controls\SMSSender.jcx
    com\bea\p13n\controls\ejb\usermgmt\GroupManager.jcx
    com\bea\p13n\controls\events\generic\GenericTrackingControl.jcx
    I can't believe I'm using ALL of these - one or two yes, like the Group
    Manager ctrl, SMS sender ctrl, but not the rest (OK, there are
    dependencies..but still it would be nice to know what they are..)
    Please advice!
    BR,
    deepak

    Of course you have to build any project if you need to compile/link all
    the source inside it, compile the JSP's and update the deployment right?
    For example, java projects and such...
    Leonardo Contreras wrote:
    You don´t need to build a Portal project, the bulding can help you to resolve some
    things like missing libraries.
    Portal Web projects and Web Projects include all of system java controls, that´s
    the reason of this list of controls.
    Deepak Natarajan <[email protected]> wrote:
    Hello,
    I'm trying to figure out the workshop build process. Each time I right
    click on my portal web project and do a "build" it seems to do a
    "rebuild all" (like in JBuilder) instead of a "build modified source".
    Am I missing some setting here, or is this the way it works?
    Also, it seems to rebuild the following JCX's all the time:
    com\bea\p13n\controls\login\UserLoginControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\GroupProfileManager.jcx
    com\bea\p13n\controls\p13controls.jcx
    com\bea\p13n\controls\createUser\CreateUserControl.jcx
    com\bea\p13n\controls\ejb\property\PropertySetManager.jcx
    com\bea\p13n\controls\events\generic\GenericEventControl.jcx
    com\bea\p13n\controls\events\standard\ClickContentEventControl.jcx
    com\bea\p13n\controls\profile\UserProfileControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\UserManager.jcx
    com\bea\p13n\controls\events\standard\RuleEventControl.jcx
    com\bea\p13n\controls\ejb\property\EntityPropertyManager.jcx
    com\bea\p13n\controls\userInfoQuery\UserInfoControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\UserProfileManager.jcx
    com\bea\p13n\controls\ejb\events\EventService.jcx
    com\bea\p13n\controls\events\standard\DisplayContentEventControl.jcx
    com\bea\p13n\controls\events\standard\SessionLoginEventControl.jcx
    com\bea\p13n\controls\CompositeControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\RealmConfiguration.jcx
    com\bea\control\TimerControl.jcx
    com\bea\p13n\controls\events\standard\UserRegistrationEventControl.jcx
    com\bea\wlw\runtime\core\control\jmscontrol\MDBListener.jcx
    com\bea\wlw\runtime\core\control\EventControl.jcx
    Controls\SMSSender.jcx
    com\bea\p13n\controls\ejb\usermgmt\GroupManager.jcx
    com\bea\p13n\controls\events\generic\GenericTrackingControl.jcx
    I can't believe I'm using ALL of these - one or two yes, like the Group
    Manager ctrl, SMS sender ctrl, but not the rest (OK, there are
    dependencies..but still it would be nice to know what they are..)
    Please advice!
    BR,
    deepak

  • Build process aborting due to following error

    I should also probably add that machines usually build fine, it's only been with this new batch of PCs that the build has been failing.

    So I'm trying to build a machine over the network, (the operating system I'm installing is Windows 7 Professional) however I'm getting this error message when building a machine from our new batch of PCs;
    'Build process aborting due to following error:
    Disk partitioning/formatting exception: VDS API
    IVdsCreatePartitionEz::CreatePartitionEx returned 0x80042571 size = 45788 MB,
    offset = 1 MB, format = 39'
    Any suggestions greatly appreciated.
    This topic first appeared in the Spiceworks Community

  • CVI2013 f1: how to cancel build process?

    how to cancel the build process after it's started?
    I can't find a way...
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded
    Solved!
    Go to Solution.

    Hello Wolfgang!
    Yes, my answer to vix's initial question was basically the same as your's: the 'Cancel Build' menu item from the Build menu.
    As of CVI 2013, the build process is not longer blocking the ADE UI anymore, so users can operate the CVI ADE independent of the currently running build process. Hence, the modal dialog from CVI 2012 has been removed. Because the dialog was removed, we moved the ability to cancel the current build over to the CVI ADE menu, amoung the other menu items related to the build process (e.g. Build, Rebuild, Batch Build...). However, we didn't want to modify the behavior of the STOP button, because it's main purpose has been closely targeted towards controlling the execution state of a debugged program. If we have changed it's behavior, we would also have to change it's naming, i.e. currently 'Terminate Execution' toolbar button.

Maybe you are looking for

  • HT4718 How do I use recovery system to install lion on a mac that originally had snow leopard and has a new hard drive?

    Just installed a new hard drive, I'm trying to reinstall Lion from internet recovery. The issue I'm having is when I try to install the OS it gives me an error message. According to the log, this is because it can't find the Mountain Lion install fil

  • OBIEE 11g install fails on step 7 (database connect string)

    I've currently spent 2 days trying to install OBIEE 11g on two machines (independently). This first is a Windows XP SP3 test PC running 4GB RAM, whilst the second is a Windows 2003 virtual server with 3GB RAM. The Database is Oracle 10g (10.2.0.4.0)

  • What does this 30-pin Apple cable, with a hashed "Y" symbol, do?

    I was excited to find this Apple cable in my brother's old room at my parents house. I'm in desperate need of a charge and my 5,000th charger just broke. The one end fits perfectly into my iPhone 4 (think it's called a 30-pin?) but the other end is t

  • Can't use databeans in other envierments

    Hi When I try to use databeans outside JD3 in a 3rd party application server I get a problem that ClassLoader.getSystemResourceAsStream(sConfigPath); CanFt find the resource file, this is used in oracle.jbo.html.jsp.JSPApplicationRegistry to load the

  • Need to create view ( Urgent )

    Hi All, I have one requirement to create a view .Presently we are using a packaged procedure(view_test_123_pkg) to extract part numbers to write to a file using utl_file package. Now the requirement is to create a single column view to extract part n