Where is a build.properties?

Looking in forum i found a lot of mentions of build.properties file.
Its looks important, but i cant find it.
Where is it places?
(I use JDeveloper 11.1.1.4.0 under win7)

in what context do they mention build.properties
when you're using ant to build/create resources you can define properties in this file.
for example when you build or try to deploy bpel processes, the buid.xml file will include this build.properties file to retrieve properties from.
for example the host-url or the port , all the kind of settings

Similar Messages

  • "ant deploy" HTTP 401 - edit build.properties won't help...will you pls?

    Hi!
    I edited build.properties as it's written in the tutorial and copied it to the right directory but still I get this error:
    BUILD FAILED
    file:C:/jwsdp-1.2/docs/jwstutorial12/examples/jaxrpc/common/targets.xml:41: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/install?path=%2Fhello-jaxrpc&war=file%3A%24%7Bexample.path%7D%2Fbuild
    Please help me.
    Thomas

    Really appreciate your help in this regard, I got stuck in this problem too. Finally I put username/password in build.xml in
    <home>/examples/common/build.properties (Where it suppose to be
    Following are the details of it.
    tutorial.home=<<home>>
    tutorial.install=${tutorial.home}/jwstutorial13
    username=admin
    password=admin
    host=localhost
    port=8080
    secure.port=8443
    url=http://${host}:${port}/manager
    Thanks again for the hint

  • Error in build.properties, how to set j2ee.home?

    Hi,
    I'm newbie for J2EE platform. I downloaded J2EE tutorial from sun site. I try to compile a app which ConvertApp using the asant build comannd.
    I get this error.
    build
    Buildfile: build.xml
    j2ee-home-test:
    BUILD FAILED
    D:\Projects\j2ee-1_4-doc-tutorial_7\j2eetutorial14\examples\common\targets.xml:1
    0: The j2ee.home property is not properly set in <INSTALL>/j2eetutorial14/exampl
    es/common/build.properties.
    Set the j2ee.home property to the location of your Application Server installati
    on.
    On Windows, you must escape any backslashes in the j2ee.home property with anoth
    er backslash or use forward slashes as a path separator. So, if your Application
    Server installation is C:\Sun\AppServer, you must set j2ee.home as follows:
        j2ee.home = C:\\Sun\\AppServer
        or
        j2ee.home=C:/Sun/AppServer
    j2ee.home is currently set to:
    Total time: 0 secondsIn which line i should add the j2ee.home value?
    my build.properties look like this :
    # general
    build=build
    sql.script=create.sql
    delete.sql.script=delete.sql
    # database
    conpool.name=DerbyPool
    jdbc.resource.name=jdbc/ejbTutorialDB
    # mail
    mailhost=mail_server_ip
    mailuser=user_id
    fromaddress=email_address
    mailjndi=mail/MySession
    # cmp
    pm.resource.name=jdo/cmp-roster
    pm.factory.class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl
    db.schema=APPPlease enlighten me on this.
    Thanks in advance

    Hi,
    Updated "j2ee.home" and "j2ee.tutorial.home" properties in "build.properties" file which is stored in
    \j2eetutorial14\examples\common
    use forward slash as path seprator.
    e.g
    j2ee.home=D:/ProgramFiles/Sun/AppServ8.1UR2
    j2ee.tutorial.home=E:/Ishtiaque/eBooks/Sun/2EE/j2eetutorial14
    Regards,
    Ishtiaque

  • Where does flex builder keep refererences to the flex projects?

    Where does flex builder keep refererences to the flex projects?
    I'm getting an error like this on FB3 startup:
    The folder PR System Intranet does not exist in the workspace so the reference must be somewhere else.
    thanks
    !SESSION 2009-11-02 09:47:52.203 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.resources 2 10035 2009-11-02 09:47:53.610
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Workspace restored, but some problems occurred.
    !SUBENTRY 1 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Could not read metadata for 'PR System Intranet'.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceMan ager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:792)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:772)
    at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
    at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
    at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
    at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !SUBENTRY 2 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    !ENTRY org.eclipse.osgi 4 0 2009-11-02 09:47:53.860
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (161).
    !STACK 0

    Thanks but that file contains things like
    <?xml version="1.0" encoding="UTF-8"?>
    <actionScriptProperties mainApplicationPath="main.mxml" version="3">
    <compiler additionalCompilerArguments="-services &quot;X:\Coldfusion9\wwwroot\WEB-INF\flex\services-config.xml&quot; -locale en_US" copyDependentFiles="true" enableModuleDebug="true" flexSDK="Flex 3.2" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="Staff_Ratings-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
    <compilerSourcePath>
    <compilerSourcePathEntry kind="1" linkType="1" path="H:/flash"/>
    </compilerSourcePath>
    <libraryPath defaultLinkType="1">
    <libraryPathEntry kind="4" path=""/>
    </libraryPath>
    <sourceAttachmentPath/>
    </compiler>
    <applications>
    <application path="main.mxml"/>
    </applications>
    <modules/>
    <buildCSSFiles/>
    </actionScriptProperties>
    I don't see how FB3 knows about the
    Pr System Intranet
    project that seems to be the cause of the errors.

  • Where is Flash builder 4.6 for php ?

    Hello,
    I found flash builder 4.5 for php and flash builder 4.6, where is flash builder 4.6 for php ?

    Is it really that difficult to add Flash Builder 4.6 as a plugin to Zend Studio?  I did that for a long time prior to Flash Builder 4.5 for PHP, which is essentially the same thing.  It really doesn't take a rocket scientist.  =/
    On that note, if you own Flash Builder 4.6 and don't feel like shelling out the extra money for Zend Studio or waiting for Flash Builder 4.6 for PHP, then it's really as simple as adding Flash Builder as a plugin to Ecliplse for PHP using PDT.  Also, doesn't take a rocket scientist.  Personally, I don't see the big deal myself.  I don't even bother with using Zend Studio anymore and prefer to use Komodo Edit since it's autocomplete features are awesome and it's very quick at auto complete by simply adding a folder for your favorite PHP apps from different frameworks to different content management systems.  Furthermore, there is still support in Flash Builder 4.6 to connect to a PHP data service if you really just want to create some automated code.  Ultimately though, I don't understand why anyone would use amf.ini or the default options in production.
    Rather than pointing to the default endpoint, if you're using a framework in the first place, it makes a lot more sense to setup a service controller and have the endpoint point to that such as index.php/services/amf (or if you're like me and prefer cleaner url's modify .htaccess to remove index.php).  The bottom line is there really was nothing great about Flash Builder 4.5 for PHP.  Alot of things were broken for one and it was far easier to use the datawizard which still exists for testing purposes.
    After that, you should be focusing on deploying the applicaiton for production, and adjusting the settings in the Zend Framework to create a new project the correct way, dumping your HTML file to a view along with the swf file, and it may be a good idea to point the HTML file to swfobject on the Google Ajax Libraries page.  Everything else is a cakewalk.
    In other news, if you'd like a ligher footprint than using the entire Zend Framework, why not use something like CodeIgniter and create the necesssary hooks to use Zend AMF?

  • Where is my Build Location

    I can't burn a dvd because I get a message that says "The Build Location folder contains a HVDVD_TS folder(HD DVD content). You must remove the HVDVD_TS folder from the Build Location in order to proceed with Build/Format of a Standard DVD project." Where is this build location?

    Hi Zand,
    I encountered almost the exact same problem when burning my first HD disc after having built a number of SD discs. Instead, the error was: "Build location contains a VIDEO_TS folder (standard DVD Content). You must remove to proceed with build/format."
    I simply did an File > Advanced Burn manually and everything worked just fine.

  • Where is the swing.properties file?

    In J2SDK 1.5 beta, where is the swing.properties file.
    The file is supposed to be located in <Java Home>/lib/ but it is not there.
    Thanks,

    I'm not sure about 1.5, but normally there isn't one. The defaults are just used unless there is one.
    Look here
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/UIManager.html

  • [svn:bz-trunk] 23200: Update the common-code jar name in the qa/build. properties.

    Revision: 23200
    Revision: 23200
    Author:   [email protected]
    Date:     2011-11-08 07:32:08 -0800 (Tue, 08 Nov 2011)
    Log Message:
    Update the common-code jar name in the qa/build.properties.  Also include all commons-*.jar in the flex.test.classpath property.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
        blazeds/trunk/qa/build.properties

    hi,
    You must have recoverd from the prob faced. Could you please help us out? we are facing the following error
    Created connection to registry
    [java] Got registry servicequery manager, and life cycle manager
    [java] Feb 6, 2007 12:46:05 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
    [java] SEVERE: SAAJ0009: Message send failed
    [java] javax.xml.registry.JAXRException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed

  • Jwsdp_1.2 - build.properties not accessible

    Hello,
    since I've updated my jwsdp-version (to jwsdp_1.2), I cannot use ant to install my services, because the manager.username and manager.password in build.xml aren't accessible for ant, although a build.properties files exists in my home directory (OS: Win XP).
    Therefore I do have to set the values for manager.username and manager.password explicitly in my build.xml
    Can anyone give me some advice, what to do or is it a bug
    Best regards, Macar

    if you would like build.xml to access build.properties in your home dir, please ensure build.xmls reference to build.properties does point to the appropiate location.

  • [svn] 2203: update build.properties to 3.0.3

    Revision: 2203
    Author: [email protected]
    Date: 2008-06-24 07:52:56 -0700 (Tue, 24 Jun 2008)
    Log Message:
    update build.properties to 3.0.3
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties

    As long as you aren't in Canada. Canadian law does not allow an iTunes card to be used to purchase the new software.

  • [svn] 762: -update the 3.0 branch to use build. properties to create the flex-sdk-description.xml

    Revision: 762
    Author: [email protected]
    Date: 2008-03-10 07:44:49 -0700 (Mon, 10 Mar 2008)
    Log Message:
    -update the 3.0 branch to use build.properties to create the flex-sdk-description.xml
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties
    flex/sdk/branches/3.0.x/build.xml
    Added Paths:
    flex/sdk/branches/3.0.x/collateral/en_US/flex-sdk-description.xml

    By the way, simply adding the quotes around the lexical names in the sql statement doesn't work. That causes the lexical references to be ignored as simple string values:
    SELECT
       '&FLEX_GL_BALANCING_APROMPT' alias_gl_balancing_aprompt
      ,'&FLEX_GL_ACCOUNT_LPROMPT'   alias_gl_account_lprompt
      ,'&ACCT_BAL_LPROMPT'          alias_acct_bal_lprompt
    FROM dualI turned on statement-level debugging via xdodebug.cfg and saw how it compiled the lexicals. By replicating the call to apps.fnd_flex_xml_publisher_apis.kff_segments_metadata that I found there, I was able to hack together a workaround for this issue.
    Please point me to a better way of doing this if possible, as I had to GRANT EXECUTE on this apps package to my custom code schema. Is there a better lexical/flexfields reference than the XML Publisher documentation?
    Here is the call I made in my before-report trigger:
    --set ACCT_BAL_LPROMPT flexfield segment metadata lexical
    begin
    apps.fnd_flex_xml_publisher_apis.kff_segments_metadata(
      'FLEX_ACCT_BAL_LPROMPT',
      'SQLGL',
      'GL#',
      101,
      'GL_BALANCING',
      'Y',
      'LEFT_PROMPT',
      c_FLEX_ACCT_BAL_LPROMPT
    end;

  • Where to store mysap.properties file?

    Hello,
    I'm trying to test application Test User Management under SAP J2EE engine of SRM UM. When I run page:
    http://mysite:54000/logon/TestUM
    there is an message:
    Test is disabled, please specify UM_TESTUM=true
    I assume that this "UM_TESTUM=true" setting should be put in mysap.properties file. My question is where to store mysap.properties file?
    Somewhere here?
    c:\usr\sap\SRM2_UM\j2ee\j2ee_40\cluster\server\services\servlet_jsp\work\jspTemp\logon\
    Thanks
    m./

    Path for tat file is:
    c:\sapmarkets\properties\mySAP.properties
    BR
    m./

  • How and where I can build the logic to calculate between cal days?

    Hi
    I have the cube having data like below. When I run the report based on calendar day as input, I would like to get output data how many Line Items based on my selection (status, Trans status) from between calendar day to calendar day+150 days.
    0Calday     Sold-to-Party           Status                 Trans No     Trans Status      Line Items
    03.10.2008     2000028074     50     216270          28                       1
    05.11.2008     2000024917     40     216281          15                       1
    06.10.2008     2000006277     33     216292          28                       1
    15.12.2008     2000019927     33     216303          10                       1
    If I provided calendar day as input at query how and where I can build the logic u201Cbetween calendar days to calendar day+150 daysu201D?
    For example, If I run a report as caleder input  03.10.2008 with selections status = 40,33, Trans statu =15,10, with above data, I can get the output below.
    05.11.2008     2000024917     40     216281          15                       1
    15.12.2008     2000019927     33     216303          10                       1
    Please help me to build the above logic?
    Thanks,
    Mannev

    Hello,
    There are some informtion in SDN that can be useful regarding customer exit for variables in BEX, for example:
    need clarification on BEX variable usage in customer exit.
    you can also try to use the variable offset:
    variable offset in Bex
    Best Regards,
    Ricardo

  • An Error Occurs When I Go To "Build Properties-- Icon" -- Custom Icon Build Fails

    LV 2011
    Mac OS X 10.6.8
    1. Create a new Build Specification using the Application Builder.
    2. Click on the "Icon" tab.
    The following error occurs:
    Three possible outcomes from here:
    1.  Usually LV2011 hangs when changing this option.  (i.e. "time to Force-Quit LabView" and recover the project)  It hangs after I uncheck the "Use default LabView icon" box, and then select my own custom icon from the file browser that appears.
    If it doesn't hang:
    2.  I build using the default LabView icon.  That build succeeds.
    3.  I build using my own icon (which has worked before in LabView app builds).  That build fails, near the end, with the following error:
    Please tell me how I can help get this working.

    Good questions.
    1. This happens with all projects.  As I mentioned, I get an error box as soon as I select the "Icon" tab in the Build Properties dialog.  After that, it either hangs or fails to build.  This happens with any new or existing project.
    2. I have not built an application with a custom icon with LabView 2011.  Remember I am Mac OSX so I install Application Builder separately from a .dmg file.
    3. I was able to successfully build an application with a custom icon in LabView 2010.
    So, it would seem to me that we should rule out that it's a global bug with LV2011 on Mac OSX (10.6.8).  If you install and make a new project, and attempt to add a custom icon, I would bet you can reproduce this exactly.  The error dialog pops regardless, and everytime.

  • Where can i find .properties file for jco connection?

    For jco connection to SAP, we need .properties file. Is this file already contained in Exchange Profile or somewhere??
    If yes, where can i find .properties file for jco connection or what is the path to this file?
    OR, do we have to create manually??
    Any help is appreciated.
    Thanks.
    Karma

    Hi Karma,
    Please take a look at these..
    Where to set up the JCO connection?
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/42e13d82fcfb34e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/bc/42e13d82fcfb34e10000000a114084/content.htm
    cheers,
    Prashanth

Maybe you are looking for