Building a Directory

I am helping my sister build a directory from scratch. The information has never been digitally entered; so we are doing that from the beginning. Roughly 250 people with name, address, city, state, zip (then she needs to get: phone numbers, email, office held and date joined)
We want to be able to sort by last name; including last minute inclusions.
We want to format entire directory for a nice printed booklet that will be half of a legal page format.
We want to be able to add photos, if not this year, then next year.
We plan to distribute the booklet as a pdf as well as a printed book.
Our largest problem is what way to input the data so we can sort by last name. We want to be able to import the files into ID. Am I making too much of this? Should we just enter it into ID from the get go? Can we sort in ID? I have NeoOffice on both my Mac and hers.
I am using CS6 and she has CS4.
KaCe

KaCe Whitacre wrote:
I am helping my sister build a directory from scratch. The information has never been digitally entered; so we are doing that from the beginning. Roughly 250 people with name, address, city, state, zip (then she needs to get: phone numbers, email, office held and date joined)
We want to be able to sort by last name; including last minute inclusions.
We want to format entire directory for a nice printed booklet that will be half of a legal page format.
We want to be able to add photos, if not this year, then next year.
We plan to distribute the booklet as a pdf as well as a printed book.
Our largest problem is what way to input the data so we can sort by last name. We want to be able to import the files into ID. Am I making too much of this? Should we just enter it into ID from the get go? Can we sort in ID? I have NeoOffice on both my Mac and hers.
I am using CS6 and she has CS4.
KaCe
You probably want to sort by last name and first name and perhaps even middle initial, not just by last name, so that Zelda Jones comes after Alice Jones.
InDesign does not sort, so your options are:
* Enter and manage the data in a spreadsheet, and export it to Comma Separated Values (CSV), and, as Peter S. says, use the CSV file as the data file for InDesign's Data Merge feature.
* Use a commercial third-party InDesign plug-in, like Active Tables from dtptools.com. It sorts tables, as well as performs many of the most-common spreadsheet formula functions. Then export to CSV. There's a trial available for ID up to CS6. It's not clear if that version will work with the Creative Cloud version.
Whichever spreadsheet tool you choose, consider that you might want to perform some formula manipulations on data. For example, in some cases, ID fails to eliminate blank space and blank lines where a data field is blank, even though the option is enabled. One workaround is to use text functions to manipulate the data fields in the spreadsheet, to combine the present and missing fields into a single new computed field, and use that field in the data merge.
For details on data merge, search Google for terms like "InDesign data merge tutorial," without quotes.
HTH
Regards,
Peter
Peter Gold
KnowHow ProServices

Similar Messages

  • Building a directory content

    Hi everybody,
    I have too many *.fmb files (more than 1500) to build with Oracle Forms Builder. These files are old versioned and I need to build them to upgrade their version.
    I installed Oracle Fusion Middleware 11.1.1.2 Forms & Reports.
    I can able to open an "fmb" file and build it.
    On the other hand somebody told me that there is an easy way to build a directory content.
    Is there anyone have an idea about this?
    How can I build a directory containing 1500 *.fmb files by using Oracle Fusion Middleware Forms & Reports tools? or something else..
    Edited by: kursat on 27.Oca.2011 15:18

    Hi everybody,
    I have too many *.fmb files (more than 1500) to build with Oracle Forms Builder. These files are old versioned and I need to build them to upgrade their version.
    I installed Oracle Fusion Middleware 11.1.1.2 Forms & Reports.
    I can able to open an "fmb" file and build it.
    On the other hand somebody told me that there is an easy way to build a directory content.
    Is there anyone have an idea about this?
    How can I build a directory containing 1500 *.fmb files by using Oracle Fusion Middleware Forms & Reports tools? or something else..
    Edited by: kursat on 27.Oca.2011 15:18

  • Automatic menu builder of directory structure

    Does anyone have recommendations of how to create menus/links
    of a directory structure that shows current folders and files
    whenever the user opens the website page? The directories and files
    exist on the same server that CFMX7 is installed on.
    Thanks...

    Better support for file based development is being working on for our 1.1 release.
    -kris

  • How would I build an online directory in cs3

    Could anyone tell me if it is possible to build a directory
    site in cs3. It would work like a service directory. Clients could
    login and fill out a form which would update their profile. their
    profile and picture would then be listed on the site. Is it
    possible to create such a site with dreamweaver cs3 could you
    provide clients with login and passcodes for their profiles.
    Any help would be greatly appreciated.

    Yes - but you have to know how to work with databases and
    server-sided
    code such as PHP. Dreamweaver can automate much of the needed
    code, but
    you will be at a total loss if you don't have a grasp of
    PHP/MySQL (or
    similar).
    Grab a book on developing dynamic sites with DW, such as
    http://foundationphp.com/dwcs4/
    Alec
    Adobe Community Expert

  • Is there a limit to the amount of SWCS I can use in my Flash Builder app?

    I have 3 swc folders in my flash builder project that includes about 40 swcs total. Each swc is a simple flash animation with a size of about 500 kb each. When I include and complile about 20 of them in my project, things work fine.
    When I try to include all my swcs, the app compiles, but when i make changes in my code and save those changes, each time the compile becomes slower and eventually my flash builder freezes at about 52%, gives me a "java heap error" message, and then crashes. After restarting FB, when I take out most of the swcs from the build, FB acts normal again. Attached is a screen shot of my error.
    Is there a limit in size or amount of swcs that I can use in my FB application?

    There are no limits. But there is a known memory leak (which is being fixed for a later release).
    Would it be possible to attach a sample SWC so that we can confirm whether this is a known leak or not? I'll take care of filing this in bugs.adobe.com.
    Meanwhile, in your Flash Builder installation directory, you can edit FlashBuilder.ini to bump up max heap size by editing:
    -Xmx512m
    to
    -Xmx800m

  • Using CFEclipse snippets in CF Builder

    You defined a bunch of snippets in CFEclipse and you'd like to use them CF Builder?
    It's no problem, since both editors use the default snippet functionalities.
    There are 3 ways how to get it working:
    You re-create all your snippets in CF Builder manually (I bet you don't like this way ;-) )
    Copy the snippet folder from your CFEclipse workspace into the CF Builder workspace:
    Location in the CFEclipse workspace:
    {Workspace root}/.metadata/.plugins/org.cfeclipse.cfml/snippets/
    Location in the CF Builder workspace:
    {Workspace root}/.metadata/snippets/
    Copy the file "keyCombos.properties" as well to use the same trigger text.
    Define the snippet folder from your CFEclipse workspace as the CF Builder snippet directory: Window > Preferences > ColdFusion > Snippets
    The advantage of doing it this way is that if you change/add snippets in one editor, it is available in both editors instantly and without any manual action.
    Rrestart CF Builder and you are done (the snippets can be used without restarting CF Builder, but to use the trigger text a restart is required).
    Best Regards, Cyrill

    Thanks, Cyril. Good to know that they can be shared! This is a potentially significant timesaver in trying to get an installation of CFB set up to use in evaluating it for comparison with our current tools...

  • Receiver determination issue with PI Directory API

    Hi Guys,
    I was trying to use the PI Directory webservice API to automatically build Integration Directory Objects. I found an issue when creating Receiver Determination Object. Here are the details:
    My scenario is one to many, one Interface with several receiver Parties/Business Components. so I created a Receiver Determination with one party as the receiver using regular Integration Builder Tool and  I was trying to add more receiver by Directory API for the remaining receivers to the one which I manually. But I did not a way or option to add more to the receivers list, when I tried that it was simply overwriting the existing one when I used the Change Operation but when I try to use create Operation it complains that the Object already exists..
    Do you have any idea what is the better way use the API to add more receivers to the list.
    Thanks,
    Laxman

    There is no delta changes allowed through Dir API. We had to read the RD and change with additional receivers.
    Thanks,
    Laxman

  • Flex Builder will not start

    I really need some help on this. Flex builder will not start.
    When I try to run it, I get the error: An error has occured. See
    the log file: <has a location to file>.
    When I open the file, I get an error log. I will post it to
    the end of this message.
    So far, I have unisntalled/reinstalled Flex several times. I
    have uninstalled Java, and reinstalled Java. I have uninstalled
    Flex, removed ALL directories I could find (under /program files/
    as well as /documents), run cclean to clear out registry entries,
    as well as going through the entries one at a time. I then
    rebooted, and reinstalled. I have also downloaded the original
    install file 3 times now.
    One oddity of my install, is that I am running on a
    re-directed desktop, so my /documents/flex builder 3/ directory is
    out on the network, but acts like it is locally mapped. I HAVE
    logged on my system's local account, which doesn't have a
    redirected desktop. This error occurs on both accounts.
    I am the administrator of this box, and all permissinos are
    run as an administrator. I am running Vista Business, and have run
    this both with user access control on and off. I have also tried
    running it in compatibility mode for Win XP SP2. While installing
    it seems to fail on the Cold Fusion plugin, but it continues to
    install, and tells me it installed fine. I am honestly at my wit's
    end on this one.
    Log File:
    !SESSION 2008-04-04 15:17:18.359
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.equinox.app 2008-04-04 15:17:22.589
    !MESSAGE Product com.adobe.flexbuilder.standalone.product
    could not be found.
    !ENTRY org.eclipse.osgi 4 0 2008-04-04 15:17:22.661
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
    at
    org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer. java:236)
    at
    org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:98)
    at
    org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:112)
    at
    org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)
    at
    org.osgi.util.tracker.ServiceTracker$Tracked.trackInitialServices(ServiceTracker.java:926 )
    at
    org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:330)
    at
    org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:274)
    at
    org.eclipse.equinox.internal.app.Activator.start(Activator.java:54)
    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
    org.eclipse.core.internal.runtime.PlatformActivator.startAppContainer(PlatformActivator.j ava:47)
    at
    org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:32)
    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.resume(AbstractBundle.java:350)
    at
    org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
    at
    org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManage r.java:634)
    at
    org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java :508)
    at
    org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:282)
    at
    org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManage r.java:468)
    at
    org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
    at
    org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
    !ENTRY org.eclipse.osgi 2 0 2008-04-04 15:17:23.442
    !MESSAGE One or more bundles are not resolved because the
    following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-04-04 15:17:23.442
    !MESSAGE Bundle
    update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar
    was not resolved.
    !SUBENTRY 2
    org.eclipse.datatools.connectivity.oda.template.ui 2 0 2008-04-04
    15:17:23.442
    !MESSAGE Missing required bundle
    org.eclipse.pde.ui_[3.2.0,4.0.0).
    !ENTRY org.eclipse.osgi 2 0 2008-04-04 15:17:23.497
    !MESSAGE The following is a complete list of bundles which
    are not resolved, see the prior log entry for the root cause if it
    exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-04-04 15:17:23.497
    !MESSAGE Bundle
    update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar
    [52] was not resolved.
    !SUBENTRY 2
    org.eclipse.datatools.connectivity.oda.template.ui 2 0 2008-04-04
    15:17:23.497
    !MESSAGE Missing required bundle
    org.eclipse.pde.ui_[3.2.0,4.0.0).

    Ok, this has FINALLY been fixed. There seems to be an issue
    with having your documents stored remotely. My documents folder,
    instead of being on my C: drive, has been redirected to the server,
    so the location is: \\server\share\username\documents\etc
    To fix this, I uninstalled Flex Builder 3, then deleted that
    directory i makes under documents. I then logged off my account,
    and logged on as the local administrator. I installed as the local
    administrator which does not have a redirected desktop nor
    redirected documents folder. It installed fine. I logged off the
    local admin account, and logged in as my account, and was able to
    fire up Flex Builder 3. Though, it STILL created it's own "copy" of
    Documents on the network drive. So, the directory structure is
    \\server\share\userID\Documents, the problem, is that there are TWO
    "Documents" directories there. If you go to properties, windows
    still recognized the old one, as "My Documents" even though it is
    redirected as the file, Documents. The new folder, is also called
    Documents.
    Odd behavior. Just hope this helps someone else, in the
    future.

  • Using BC as a directory?

    Hello,
    I'm considering using BC for a community based website which will likley also have a
    directory listing with search facility.
    Does anyone know if directory listing and search is easily done in BC or even possible?
    Would an alternative like joomla be a better choice of CMS.
    Any insight would be good thanks.

    Hi,
    Yes, you'll build your directory/listing using "web apps".  - http://helpx.adobe.com/business-catalyst/topics.html#dynamicpod_reference_10
    Hope this helps!
    -Sidney

  • How to make changes to .fmx file using the form builder

    Hi all
    I have a .fmx form in the AR_TOP directory of the Oracle E-business suite.Now I need to make some changes to the form and compile it and place it back .But the .fmx file didnot open using the form builder 6i .So is there any way that i can convert the .fmx to .fmb so that I can open the form using the Form builder 6i??
    I have the toad s/w installed but I dont know how to open the form using the Toad.
    Thanks

    I have a .fmx formYou cannot open a fmx-file with any developer tool. To make changes to the source-code you need the fmb-file and open it witj Forms-builder
    AR_TOP -directory of the Oracle E-business suiteBe careful when changing source-code in the ebusiness-suite. If its a module from oracle i don't if its supported if you do changes in it.
    I have the toad s/w installed but I dont know how to open the form using the Toad.Toad is definitely the wrong tool for forms-modules.

  • How do I uninstall Coldfusion Builder 3?

    I'm on a Mac OSX 10.10.2 and I have CFBuilder3 Build: 292922
    When I click on the Uninstall application under the Coldfusion Builder 3 directory it does nothing. I can't even get a process to spawn in my Activity Monitor....
    Anyone know how to get rid of this thing?
    Thanks in advance,
    Rich

    Richard,
    You will rarely see responses here from actual Adobe ColdFusion team members.  Most of us are just fellow ColdFusion enthusiasts and community members, sharing our knowledge and experience where possible.  If you have a specific issue with CF Builder, and want Adobe's assistance, please reach out to their tech support or file a bug report.  If you've found an actual bug with CF Builder, but haven't filed a bug report (or checked to see if one has already been filed and then added your vote), the ColdFusion team will never know.
    -Carl V.

  • Is workflow included in 10.2.0.4 warehouse builder?

    Hi there
    Is oracle workflow included within 10.2.0.4?
    From otherhelpful replies, I have learnt we need to install oracle 10.2.0.1 then the 10.2.04 patch to bring us up to 10.2.0.4.
    We need to run process flows so I understand we need oracle workflow.
    Is this included within the warehouse builder installs (both client and server or is it just a the server-side we would need to worry about?) or do we need separate installs for these?
    Does anyone know which versions of worklfow we would need for 10.2.0.4 in the event that separate installs are needed?
    Many Thanks

    Hi Patrick
    Thanks for the info.
    Just finished installing 10.2.0.1 on Windows client and the 10.2.0.4 patch on top of that.
    Can I assume I can ignore the bit in the readme below where it talks about the upgrade utility since we have yet to create our repository.
    Many Thanks
    5. Navigate to the appropriate execution directory under the Warehouse Builder home directory and run the upgrade utility. The specific file you should execute depends on the release of the Oracle Database you are running.
    For Windows, the .bat files are located under the win32 directory. If your Oracle Database is either 9iR2 or10gR1 run the following:
    owb home/owb/bin/win32/DTupg102to10204_10gR1.bat
    Or, if your Oracle Database is 10gR2 run the following:
    owb home/owb/bin/win32/DTupg102to10204_10gR2.bat
    For UNIX, the .sh files are located under the unix directory. If your Oracle Database is either 9iR2 or 10gR1, run the following:
    owb home/owb/bin/unix/DTupg102to10204_10gR1.sh
    Or, if your Oracle Database is 10gR2 run the following:
    owb home/owb/bin/unix/DTupg102to10204_10gR2.sh
    6. Enter the database connection information, the Warehouse Builder repository owner credentials, and the SYS user credentials.
    The upgrade utility proceeds to upgrade the Warehouse Builder objects associated with the selected repository owner.
    The upgrade utility logs any errors in the file owb home/owb/reposasst/upg/LOG.TXT. Note that you can ignore any creation errors reported due to objects already existing.
    DROP TABLE dataflow_dependency_t
    ERROR at line 1:
    ORA-00942: table or view does not exist
    CREATE TABLE alldataflow_dependency_t (
    ERROR at line 1:
    ORA-00955: name is already used by an existing object

  • How to preverify all classes under a directory and subdirectories?

    I have compiled all my java codes into class files in "build/classes" directory. Now I am trying to preverify the class files with the following command:
    preverify -classpath /opt/midp/classes:build/classes -d build/preverified build/classes
    However the command completes execution and when I check "build/preverified" directory, I find it empty. I would like to mention that "build/classes" contains a directory structure of "com/hp/...."
    Could someone please suggest how to do it successfully?

    If you use Chris Poole's XUTL_FTL package, I believe that contains functions that allows you to query the directory contents.
    http://www.chrispoole.co.uk/apps/xutlftp.htm
    Edited by: BluShadow on Jan 13, 2009 1:54 PM
    misread the original post

  • Preverification failed with error code 1. BUILD FAILED

    Hallo Oracle,
    Am learning my first J2me application and when i build it am getting this error. can some one help me understand what it means
    Created dir: C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverifysrc
    Copying 1957 files to C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverifysrc
    Created dir: C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverified
    Preverifying 1957 file(s) into C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverified directory.
    Error preverifying class com.sun.activation.registries.MailcapFile
        VERIFIER ERROR com/sun/activation/registries/MailcapFile
    .<init>(Ljava/lang/String;)V:
    Cannot find class java/util/Map
    C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\nbproject\build-impl.xml:431: Preverification failed with error code 1.
    BUILD FAILED (total time: 25 seconds)
    this is the contents of build-impx.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- *** GENERATED FROM project.xml - DO NOT EDIT *** -->
    <project name="watsdownapp-impl" default="jar" basedir="..">
        <!--load-properties-->
        <target name="pre-load-properties">
            <property file="nbproject/private/private.properties"/>
            <property name="user.properties.file" location="${netbeans.user}/build.properties"/>
            <available property="user.properties.file.exists" file="${user.properties.file}"/>
        </target>
        <target name="exists.config.active" unless="config.active">
            <echo level="warning" message="Active configuration (config.active property) is not set - using default."/>
            <property value="" name="config.active"/>
        </target>
        <target name="exists.netbeans.user" unless="netbeans.user">
            <echo level="warning" message="NetBeans IDE user directory (netbeans.user property) is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: ant-ext library home, ...). You could also open this project in the NetBeans IDE - in this case this property would be set automatically."/>
        </target>
        <target name="exists.user.properties.file" unless="user.properties.file.exists">
            <echo level="warning" message="User properties file (user.properties.file) property is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: libraries, platforms, ...)."/>
        </target>
        <target name="load-properties" depends="pre-load-properties,exists.config.active,exists.netbeans.user,exists.user.properties.file">
            <loadproperties srcfile="nbproject/project.properties">
                <filterchain>
                    <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                    <concatfilter prepend="nbproject/project.properties"/>
                    <containsregex pattern="^platform.active=|^deployment.method=|^deployment.instance="/>
                </filterchain>
            </loadproperties>
            <property name="deployment.instance" value="default"/>
            <loadproperties srcfile="${user.properties.file}">
                <filterchain>
                    <replaceregex pattern="^platforms\.${platform.active}\." replace="platform."/>
                    <replaceregex pattern="^deployment\.${deployment.method}\.scriptfile=" replace="deployment.scriptfile="/>
                    <replaceregex pattern="^deployments\.${deployment.method}\.${deployment.instance}\.([^=]+)=" replace="\1="/>
                </filterchain>
            </loadproperties>
            <loadproperties srcfile="nbproject/project.properties">
                <filterchain>
                    <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                    <concatfilter prepend="nbproject/project.properties"/>
                </filterchain>
            </loadproperties>
        </target>
        <!--basic-init-->
        <target name="exists.platform.active" unless="platform.active">
            <echo level="warning" message="Active platform (platform.active property) in not set. If you set this and user.properties.file property, many properties required by the project will be automatically evaluated (e.g.: platform home, platform classpath, ...)."/>
        </target>
        <target name="exists.platform.configuration" unless="platform.configuration">
            <echo level="warning" message="Platform configuration (platform.configuration) is not set. Using default (CLDC-1.0) configuration."/>
            <property name="platform.configuration" value="CLDC-1.0"/>
        </target>
        <target name="exists.platform.profile" unless="platform.profile">
            <echo level="warning" message="Platform profile (platform.profile) is not set. Using default (MIDP-1.0) profile."/>
            <property name="platform.profile" value="MIDP-1.0"/>
        </target>
        <target name="basic-init" depends="exists.platform.active,exists.platform.configuration,exists.platform.profile">
            <fail unless="libs.j2me_ant_ext.classpath">Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of mobility/modules/org-netbeans-mobility-antext.jar file in the IDE installation directory.</fail>
            <fail unless="platform.home">Platform home (platform.home property) is not set. Value of this property should be ${platform.active.description} emulator home directory location.</fail>
            <fail unless="platform.bootclasspath">Platform boot classpath (platform.bootclasspath property) is not set. Value of this property should be ${platform.active.description} emulator boot classpath containing all J2ME classes provided by emulator.</fail>
            <fail unless="src.dir">Must set src.dir</fail>
            <fail unless="build.dir">Must set build.dir</fail>
            <fail unless="dist.dir">Must set dist.dir</fail>
            <fail unless="dist.jar">Must set dist.jar</fail>
            <property name="javac.source" value="1.3"/>
            <property name="javac.target" value="1.1"/>
            <property name="javac.encoding" value="${file.encoding}"/>
            <property name="deployment.number" value="0.0.1"/>
            <property name="deployment.counter" value="000002"/>
            <condition property="no.deps">
                <istrue value="${no.dependencies}"/>
            </condition>
            <condition property="no.preprocess">
                <isfalse value="${use.preprocessor}"/>
            </condition>
            <condition property="no.javadoc.preview">
                <isfalse value="${javadoc.preview}"/>
            </condition>
            <condition property="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes},**/*Test.java,**/test,**/test/**">
                <istrue value="${filter.exclude.tests}"/>
            </condition>
            <property name="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes}"/>
            <condition property="deployment.do.override.jarurl" value="">
                <istrue value="${deployment.override.jarurl}"/>
            </condition>
            <condition property="config.active.name" value="DefaultConfiguration">
                <length string="${config.active}" trim="true" length="0"/>
            </condition>
            <property name="config.active.name" value="${config.active}"/>
            <taskdef resource="org/netbeans/mobility/antext/defs.properties">
                <classpath>
                    <pathelement path="${libs.j2me_ant_ext.classpath}"/>
                </classpath>
            </taskdef>
            <condition property="skip.deployment">
                <equals arg1="${deployment.method}" arg2="NONE" casesensitive="false" trim="true"/>
            </condition>
            <condition property="app-version.autoincrement.trigger">
                <istrue value="${app-version.autoincrement}"/>
            </condition>
            <condition property="debug.timeout" value="30000">
                <or>
                    <equals arg1="${debugger.timeout}" arg2="" trim="true"/>
                    <not>
                        <isset property="debugger.timeout"/>
                    </not>
                </or>
            </condition>
            <property name="debug.timeout" value="${debugger.timeout}"/>
            <nb-overrideproperty name="buildsystem.baton" value="${src.dir}"/>
        </target>
        <!--cldc-init-->
        <target name="cldc-pre-init">
            <condition property="cldc-platform.trigger">
                <equals arg1="CLDC" arg2="${platform.trigger}" casesensitive="false"/>
            </condition>
        </target>
        <target name="cldc-init" depends="cldc-pre-init" if="cldc-platform.trigger">
            <property name="preverify.sources.dir" location="${build.dir}/preverifysrc"/>
            <property name="manifest.build.file" location="${build.dir}/manifest.mf"/>
            <property name="platform.device" value=""/>
            <property name="dist.jad.url" value="file://"/>
            <property name="run.cmd.options" value=""/>
            <condition property="evaluated.run.security.domain" value="">
                <isfalse value="${run.use.security.domain}"/>
            </condition>
            <property name="evaluated.run.security.domain" value="${run.security.domain}"/>
            <condition property="override.jarurl.trigger">
                <and>
                    <istrue value="${cldc-platform.trigger}"/>
                    <istrue value="${deployment.override.jarurl}"/>
                </and>
            </condition>
            <property name="deployment.jad" location="${dist.dir}/${dist.jad}"/>
            <property name="deployment.jar" location="${dist.dir}/${dist.jar}"/>
            <property name="deployment.dir" location="${dist.dir}"/>
            <patternset id="deployment.patternset">
                <include name="${dist.jad}"/>
                <include name="${dist.jar}"/>
            </patternset>
        </target>
        <!--cdc-init-->
        <target name="cdc-init">
            <condition property="cdc-platform.trigger">
                <equals arg1="CDC" arg2="${platform.trigger}" casesensitive="false"/>
            </condition>
            <available file="${manifest.file}" property="manifest.available"/>
            <condition property="main.class.applet">
                <equals arg1="${main.class.class}" arg2="applet" casesensitive="false"/>
            </condition>
            <condition property="main.class.xlet">
                <equals arg1="${main.class.class}" arg2="xlet" casesensitive="false"/>
            </condition>
            <condition property="manifest.available+main.class+fat.jar">
                <and>
                    <isset property="manifest.available"/>
                    <isset property="main.class"/>
                    <istrue value="${platform.fat.jar}"/>
                    <not>
                        <equals arg1="${main.class}" arg2="" trim="true"/>
                    </not>
                </and>
            </condition>
            <condition property="manifest.available+main.class">
                <and>
                    <isset property="manifest.available"/>
                    <isset property="main.class"/>
                    <isfalse value="${platform.fat.jar}"/>
                    <not>
                        <equals arg1="${main.class}" arg2="" trim="true"/>
                    </not>
                </and>
            </condition>
            <condition property="application.version.invalid" value="true">
                <equals arg1="${deployment.number}" arg2="" trim="true"/>
            </condition>
            <fail if="application.version.invalid" message="Property deployment.number must not be empty and must contain version in format %d.%d.%d!"/>
            <condition property="sign.jar.trigger" value="true">
                <and>
                    <isset property="cdc-platform.trigger"/>
                    <istrue value="${sign.enabled}"/>
                </and>
            </condition>
        </target>
        <!--semc-init-->
        <target name="semc-pre-init" if="cdc-platform.trigger">
            <condition property="semc-platform.trigger">
                <equals arg1="semc" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="semc-init" depends="semc-pre-init" if="semc-platform.trigger">
            <condition property="semc.icon.invalid" value="true">
                <or>
                    <contains string="${semc.application.icon}" substring="$${"/>
                    <equals arg1="${semc.application.icon}" arg2="" trim="true"/>
                </or>
            </condition>
            <condition property="no.certificateorkey" value="true">
                <or>
                    <isset property="no.application.uid"/>
                    <equals arg1="${semc.certificate.path}" arg2="" trim="true"/>
                    <contains string="${semc.certificate.path}" substring="$${semc.certificate.path"/>
                    <equals arg1="${semc.private.key.path}" arg2="" trim="true"/>
                    <contains string="${semc.private.key.path}" substring="$${semc.private.key.path"/>
                </or>
            </condition>
            <property name="j9.dist" location="${build.dir}/j9/${semc.application.uid}.j9"/>
            <taskdef resource="org/netbeans/modules/j2me/cdc/project/defs.properties">
                <classpath>
                    <pathelement path="${libs.cdc-ant-utils.classpath}"/>
                </classpath>
            </taskdef>
            <taskdef resource="org/netbeans/modules/j2me/cdc/project/semc/defs.properties">
                <classpath>
                    <pathelement path="${libs.semc-ant-utils.classpath}"/>
                </classpath>
            </taskdef>
            <property name="deployment.dir" location="${dist.dir}"/>
            <patternset id="deployment.patternset">
                <include name="*.sis"/>
                <include name="*.SIS"/>
            </patternset>
        </target>
        <!--savaje-init-->
        <target name="savaje-pre-init" if="cdc-platform.trigger">
            <condition property="savaje-platform.trigger">
                <equals arg1="savaje" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="savaje-init" depends="savaje-pre-init" if="savaje-platform.trigger">
            <property name="savaje.application.uid" value="TBD"/>
            <condition property="savaje.bundle.base.invalid" value="true">
                <or>
                    <equals arg1="${savaje.bundle.base}" arg2="" trim="true"/>
                    <contains string="${savaje.bundle.base}" substring="$${savaje.bundle.base"/>
                </or>
            </condition>
            <condition property="savaje.unsupported.main" value="true">
                <or>
                    <equals arg1="${main.class.applet}" arg2="true"/>
                </or>
            </condition>
            <condition property="savaje.icon.invalid" value="true">
                <or>
                    <isset property="no.application.uid"/>
                    <contains string="${savaje.application.icon}" substring="$${"/>
                    <equals arg1="${savaje.application.icon}" arg2="" trim="true"/>
                </or>
            </condition>
            <property name="jnlp.dist" value="${build.dir}/jnlp/bundle.jnlp"/>
            <property name="deployment.dir" location="${dist.dir}"/>
            <patternset id="deployment.patternset">
                <include name="bundle.jnlp"/>
                <include name="bundle.policy"/>
                <include name="lib/*"/>
            </patternset>
        </target>
        <!--sjmc-init-->
        <target name="sjmc-pre-init" if="cdc-platform.trigger">
            <condition property="sjmc-platform.trigger">
                <equals arg1="sjmc" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="sjmc-init" depends="sjmc-pre-init" if="sjmc-platform.trigger"/>
        <!--ojec-init-->
        <target name="ojec-pre-init" if="cdc-platform.trigger">
            <condition property="ojec-platform.trigger">
                <equals arg1="ojec" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="ojec-init" depends="ojec-pre-init" if="ojec-platform.trigger"/>
        <!--cdc-hi-init-->
        <target name="cdc-hi-pre-init" if="cdc-platform.trigger">
            <condition property="cdc-hi-platform.trigger">
                <equals arg1="cdc-hi" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="cdc-hi-init" depends="cdc-hi-pre-init" if="cdc-hi-platform.trigger"/>
        <!--nokiaS80-init-->
        <target name="nokiaS80-pre-init" if="cdc-platform.trigger">
            <condition property="nokiaS80-platform.trigger">
                <equals arg1="nokiaS80" arg2="${platform.type}" casesensitive="false"/>
            </condition>
        </target>
        <target name="nokiaS80-init" depends="nokiaS80-pre-init" if="nokiaS80-platform.trigger">
            <property name="j9.dist" location="${build.dir}/j9/NOKIA.j9"/>
            <property name="manifest.build.file" location="${build.dir}/manifest.mf"/>
            <condition property="nokia.icon.invalid">
                <or>
                    <contains string="${nokiaS80.application.icon}" substring="$${"/>
                    <equals arg1="${nokiaS80.application.icon}" arg2="" trim="true"/>
                </or>
            </condition>
            <property name="deployment.dir" location="${dist.dir}"/>
            <patternset id="deployment.patternset">
                <include name="${dist.jar}"/>
            </patternset>
        </target>
        <!--init-->
        <target name="pre-init"/>
        <target name="post-init"/>
        <target name="init" depends="pre-init,load-properties,basic-init,cldc-init,cdc-init,semc-init,savaje-init,sjmc-init,ojec-init,cdc-hi-init,nokiaS80-init,post-init"/>
        <!--conditional clean-->
        <target name="conditional-clean-init">
            <uptodate property="no.clean.before.build" targetfile="${build.dir}/.timestamp">
                <srcfiles dir="nbproject">
                    <include name="project.properties"/>
                    <include name="build-impl.xml"/>
                </srcfiles>
            </uptodate>
        </target>
        <target name="conditional-clean" depends="init,conditional-clean-init" unless="no.clean.before.build" description="Clean project in case its meta information has changed.">
            <antcall target="do-clean" inheritall="true" inheritrefs="true"/>
        </target>
        <!--deps-jar-->
        <target name="deps-jar" depends="conditional-clean" unless="no.deps"/>
        <!--preprocess-->
        <target name="pre-preprocess"/>
        <target name="do-preprocess" unless="no.preprocess">
            <fail unless="preprocessed.dir">Must set preprocessed.dir</fail>
            <property name="abilities" value=""/>
            <property name="debug.level" value="debug"/>
            <mkdir dir="${preprocessed.dir}"/>
            <echo message="ignore me" file="${build.dir}/.timestamp"/>
            <nb-prep destdir="${preprocessed.dir}" preprocessfor="${config.active.name},${abilities},DebugLevel=${debug.level}" encoding="${javac.encoding}">
                <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated}"/>
            </nb-prep>
            <copy todir="${preprocessed.dir}">
                <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
            </copy>
            <nb-overrideproperty name="buildsystem.baton" value="${preprocessed.dir}"/>
        </target>
        <target name="post-preprocess"/>
        <target name="preprocess" depends="deps-jar,pre-preprocess,do-preprocess,post-preprocess" description="Preprocess project sources."/>
        <!--compile-->
        <target name="pre-compile"/>
        <target name="do-compile">
            <fail unless="build.classes.dir">Must set build.classes.dir</fail>
            <mkdir dir="${build.classes.dir}"/>
            <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" destdir="${build.classes.dir}" srcdir="${buildsystem.baton}" bootclasspath="${platform.bootclasspath}" encoding="${javac.encoding}">
                <classpath>
                    <path path="${libs.classpath}"/>
                </classpath>
            </javac>
            <copy todir="${build.classes.dir}">
                <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
            </copy>
            <nb-overrideproperty name="buildsystem.baton" value="${build.classes.dir}"/>
        </target>
        <target name="extract-libs" description="Extracts all bundled libraries.">
            <mkdir dir="${build.classes.dir}"/>
            <nb-extract dir="${build.classes.dir}" excludeManifest="true" classpath="${libs.classpath}" excludeclasspath="${extra.classpath}"/>
        </target>
        <target name="post-compile"/>
        <target name="compile" depends="preprocess,pre-compile,extract-libs,do-compile,post-compile" description="Compile project classes."/>
        <!--compile-single-->
        <target name="pre-compile-single"/>
        <target name="do-compile-single">
            <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
            <mkdir dir="${build.classes.dir}"/>
            <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" srcdir="${buildsystem.baton}" destdir="${build.classes.dir}" bootclasspath="${platform.bootclasspath}" includes="${javac.includes}" encoding="${javac.encoding}">
                <classpath>
                    <path path="${libs.classpath}"/>
                </classpath>
            </javac>
        </target>
        <target name="post-compile-single"/>
        <target name="compile-single" depends="preprocess,pre-compile-single,do-compile-single,post-compile-single" description="Compile selected project classes."/>
        <!--proguard-->
        <target name="proguard-init" description="Up-to-date check before obfuscation.">
            <property name="obfuscation.level" value="0"/>
            <condition property="no.obfusc">
                <or>
                    <equals arg1="${obfuscation.level}" arg2="0"/>
                    <uptodate targetfile="${obfuscator.destjar}">
                        <srcfiles dir="${buildsystem.baton}"/>
                    </uptodate>
                </or>
            </condition>
            <uptodate property="obfuscation.up-to-date" targetfile="${obfuscator.destjar}">
                <srcfiles dir="${buildsystem.baton}"/>
            </uptodate>
        </target>
        <target name="skip-obfuscation" depends="proguard-init" if="obfuscation.up-to-date">
            <fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
            <nb-overrideproperty name="buildsystem.baton" value="${obfuscated.classes.dir}"/>
        </target>
        <target name="proguard" depends="skip-obfuscation" description="Obfuscate project classes." unless="no.obfusc">
            <fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
            <fail unless="obfuscator.srcjar">Must set obfuscator.srcjar</fail>
            <fail unless="obfuscator.destjar">Must set obfuscator.destjar</fail>
            <property name="obfuscator.classpath" value=""/>
            <dirname file="${obfuscator.srcjar}" property="obfuscator.srcjar.dir"/>
            <dirname file="${obfuscator.destjar}" property="obfuscator.destjar.dir"/>
            <mkdir dir="${obfuscator.srcjar.dir}"/>
            <mkdir dir="${obfuscator.destjar.dir}"/>
            <jar jarfile="${obfuscator.srcjar}" basedir="${buildsystem.baton}"/>
            <property name="obfuscation.custom" value=""/>
            <nb-obfuscate srcjar="${obfuscator.srcjar}" destjar="${obfuscator.destjar}" obfuscatorclasspath="${obfuscator.classpath}" classpath="${platform.bootclasspath}:${extra.classpath}" obfuscationLevel="${obfuscation.level}" extraScript="${obfuscation.custom}"/>
            <mkdir dir="${obfuscated.classes.dir}"/>
            <unjar src="${obfuscator.destjar}" dest="${obfuscated.classes.dir}"/>
            <nb-overrideproperty name="buildsystem.baton" value="${obfuscated.classes.dir}"/>
        </target>
        <!--obfuscate-->
        <target name="pre-obfuscate"/>
        <target name="post-obfuscate"/>
        <target name="obfuscate" depends="compile,pre-obfuscate,proguard,post-obfuscate" description="Obfuscate project classes."/>
        <!--lwuit-build-->
        <import file="lwuit.xml" optional="true"/>
        <target name="-lwuit-check">
            <condition property="lwuit.allowed">
                <and>
                    <available file="nbproject/lwuit.xml"/>
                    <isset property="is.mesdk_lwuit"/>
                </and>
            </condition>
        </target>
        <target name="-pre-lwuit-build" depends="-lwuit-check" if="lwuit.allowed"/>
        <target name="-lwuit-build" depends="-lwuit-check" if="lwuit.allowed">
            <antcall target="lwuit_build"/>
        </target>
        <target name="-post-lwuit-build" depends="-lwuit-check" if="lwuit.allowed"/>
        <target name="lwuit-build" depends="-lwuit-check,-pre-lwuit-build, -lwuit-build, -post-lwuit-build" if="lwuit.allowed"/>
        <!--preverify-->
        <target name="pre-preverify"/>
        <target name="do-preverify" if="cldc-platform.trigger">
            <fail unless="preverify.classes.dir">Must set preverify.classes.dir</fail>
            <mkdir dir="${preverify.sources.dir}"/>
            <copy todir="${preverify.sources.dir}">
                <fileset dir="${buildsystem.baton}" includes="**/*.class"/>
            </copy>
            <mkdir dir="${preverify.classes.dir}"/>
            <nb-preverify srcdir="${preverify.sources.dir}" destdir="${preverify.classes.dir}" classpath="${platform.bootclasspath}:${extra.classpath}" configuration="${platform.configuration}" platformhome="${platform.home}" platformtype="${platform.type}" commandline="${platform.preverifycommandline}"/>
            <copy todir="${preverify.classes.dir}">
                <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
            </copy>
            <nb-overrideproperty name="buildsystem.baton" value="${preverify.classes.dir}"/>
        </target>
        <target name="post-preverify"/>
        <target name="preverify" depends="obfuscate,lwuit-build,pre-preverify,do-preverify,post-preverify" description="Preverify project classes."/>
        <!--set-password-->
        <target name="set-password-init">
            <property name="sign.enabled" value="false"/>
            <condition property="skip-sign-keystore-password-input">
                <or>
                    <isfalse value="${sign.enabled}"/>
                    <and>
                        <isset property="sign.keystore"/>
                        <isset property="sign.keystore.password"/>
                        <not>
                            <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                        </not>
                        <not>
                            <equals arg1="${sign.keystore.password}" arg2="" trim="true"/>
                        </not>
                    </and>
                </or>
            </condition>
            <condition property="skip-sign-alias-password-input">
                <or>
                    <isfalse value="${sign.enabled}"/>
                    <and>
                        <isset property="sign.keystore"/>
                        <isset property="sign.alias"/>
                        <isset property="sign.alias.password"/>
                        <not>
                            <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                        </not>
                        <not>
                            <equals arg1="${sign.alias}" arg2="" trim="true"/>
                        </not>
                        <not>
                            <equals arg1="${sign.alias.password}" arg2="" trim="true"/>
                        </not>
                    </and>
                </or>
            </condition>
        </target>
        <target name="set-keystore-password" if="netbeans.home" unless="skip-sign-keystore-password-input">
            <nb-enter-password keystore="${sign.keystore}" passwordproperty="sign.keystore.password"/>
        </target>
        <target name="set-alias-password" if="netbeans.home" unless="skip-sign-alias-password-input">
            <nb-enter-password keystore="${sign.keystore}" keyalias="${sign.alias}" passwordproperty="sign.alias.password"/>
        </target>
        <target name="set-password" depends="set-password-init,set-keystore-password,set-alias-password"/>
        <!--create JAD-->
        <target name="add-configuration" unless="contains.manifest.configuration">
            <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8" append="true">MicroEdition-Configuration: ${platform.configuration}
    </nb-output>
            <nb-output file="${manifest.build.file}" encoding="UTF-8" append="true">MicroEdition-Configuration: ${platform.configuration}
    </nb-output>
        </target>
        <target name="add-profile" unless="contains.manifest.profile">
            <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8" append="true">MicroEdition-Profile: ${platform.profile}
    </nb-output>
            <nb-output file="${manifest.build.file}" encoding="UTF-8" append="true">MicroEdition-Profile: ${platform.profile}
    </nb-output>
        </target>
        <target name="create-jad" if="cldc-platform.trigger">
            <fail unless="dist.jad">Must set dist.jad</fail>
            <mkdir dir="${build.dir}"/>
            <dirname file="${dist.dir}/${dist.jad}" property="dist.jad.dir"/>
            <mkdir dir="${dist.jad.dir}"/>
            <condition property="evaluated.manifest.apipermissions" value="${manifest.apipermissions}">
                <not>
                    <equals arg1="${platform.profile}" arg2="MIDP-1.0"/>
                </not>
            </condition>
            <condition property="evaluated.manifest.pushregistry" value="${manifest.pushregistry}">
                <not>
                    <equals arg1="${platform.profile}" arg2="MIDP-1.0"/>
                </not>
            </condition>
            <condition property="contains.manifest.configuration">
                <contains substring="MicroEdition-Configuration: " string="${manifest.others}"/>
            </condition>
            <condition property="contains.manifest.profile">
                <contains substring="MicroEdition-Profile: " string="${manifest.others}"/>
            </condition>
            <property value="" name="evaluated.manifest.apipermissions"/>
            <property value="" name="evaluated.manifest.pushregistry"/>
            <property name="manifest.jad" value=""/>
            <property name="manifest.manifest" value=""/>
            <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.jad}</nb-output>
            <nb-output file="${manifest.build.file}" encoding="UTF-8">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.manifest}</nb-output>
            <antcall target="add-configuration" inheritall="true" inheritrefs="true"/>
            <antcall target="add-profile" inheritall="true" inheritrefs="true"/>
            <property name="manifest.available" value="true"/>
        </target>
        <!--do-extra-libs-->
        <target name="do-extra-libs" if="extra.classpath">
            <property name="dist.lib.dir" value="${dist.dir}/lib"/>
            <mkdir dir="${dist.lib.dir}"/>
            <copy todir="${dist.lib.dir}">
                <path path="${extra.classpath}"/>
                <flattenmapper/>
            </copy>
        </target>
        <!--nokiaS80-manifest-->
        <target name="nokiaS80-prepare-j9" if="nokiaS80-platform.trigger">
            <fail message="Main class is not set!">
                <condition>
                    <equals arg1="${main.class}" arg2="" trim="true"/>
                </condition>
            </fail>
            <mkdir dir="${build.dir}/j9"/>
            <taskdef name="j9builder" classname="org.netbeans.modules.j2me.cdc.project.J9Builder" classpath="${libs.cdc-ant-utils.classpath}"/>
            <j9builder jvmargs="${run.jvmargs}" mainclass="${main.class}" args="${application.args}" home="${platform.home}" dist="${j9.dist}" id="NOKIA" platform="${platform.type}" xlet="${main.class.xlet}" applet="${main.class.applet}" jarname="${dist.jar}"/>
            <copy file="${manifest.file}" tofile="${manifest.build.file}" failonerror="false"/>
            <property name="manifest.available" value="true"/>
            <loadfile property="nokia.manifest.j9" srcFile="${j9.dist}"/>
        </target>
        <target name="nokiaS80-prepare-manifest" depends="nokiaS80-prepare-j9" if="nokiaS80-platform.trigger" unless="nokia.icon.invalid">
            <pathconvert property="logo.icon.name" pathsep=" ">
                <path path="${nokiaS80.application.icon}"/>
                <chainedmapper>
                    <flattenmapper/>
                    <globmapper from="*" to="*"/>
                </chainedmapper>
        

    The error says class file is missing, you can try to clean and build.

  • NetBeans with Mobility Pack 5.0 Build problem

    Hi! i�m newbie with this, a have a project and it doesn�t compile, i have deleted all sources, and it doesn�t compile neither. I�m developing for BlackBerry. This is the output (when i press F5). PLEASE HELP!.
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    init:
    post-init:
    pre-preprocess:
    deps-jar:
    conditional-clean:
    pre-clean:
    do-clean:
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\compiled
    Deleting: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar
    Deleting: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    Deleting directory C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified
    post-clean:
    Post clean
    preprocess:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed
    Pre-processing 0 file(s) into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preprocessed directory.
    post-preprocess:
    extract-libs:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\compiled
    pre-compile:
    compile:
    post-compile:
    obfuscate-check:
    pre-obfuscate:
    obfuscate:
    Building jar: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar
    Copying jar file (C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\before-obfuscation.jar) to C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar.
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    Expanding: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated.jar into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\obfuscated
    post-obfuscate:
    pre-preverify:
    preverify:
    Created dir: C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified
    Preverifying 4575 file(s) into C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\build\preverified directory.
    Error preverifying class a.a.a.a.g
    java/lang/NoClassDefFoundError: java/io/Serializable
    C:\Documents and Settings\spablo\Escritorio\SFA_NetBeans\SFA_NetBeans\nbproject\build-impl.xml:269: Preverification failed with error code 1.
    BUILD FAILED (total time: 35 minutes 8 seconds)
    Thanks in advance. Guillermo.

    I am trying to make an application with mobility pack
    5, it has quite a lot of code (around 22000 lines)
    but it seems the largest .java file netbeans can
    handle is 1mb is there anything i can do about this?Usually java files that large are a product of bad programming. I can't tell if that is true in your case, but I would suggest splitting stuff up in several files.

Maybe you are looking for

  • A familiar problem with a not so simple solution

    Hey all, I'm having a problem with my phone and I was hoping that someone could help me out. Now, this is a problem which I know has been posted on these boards before, but I was unable to find a solution in the threads that I've seen. The problem is

  • Problem Lightning to HDMI

    I have a Apple Lightning to HDMI adapter, it was working fine but now I get no output on my Ipad Air. I have checked the lead which works fine with my Iphone 5. Is it likely to be the hardware interface on the Ipad (i.e. broken) or is it a software i

  • Reports in Favorite Reports did not run when open

    In SCOM 2012, I have run a few reports with the report template in the default SCOM management pack and saved them in the Favorite Report. When I open the saved reports at the Favorite Report again, they suppose to be run automatically. However, when

  • PpixHandleUtilities.cpp_114

    Hello everyone, I usually edit in Windows Movie Maker - I find it easy to use, full of features and easy to manipulate to create mini-films. I'm no Peter Jackson but I am really getting into film making. I am a teacher and I offered to edit (for my s

  • Yahoo emails being deleted

    I have a yahoo email account syncd with my iPhone 4s and iPad.  After a few days my emails are being deleted automatically.  I have checked my settings and they are all set to delete "never" so how can this be.  I have spoke to yahoo and they say it'