Javadoc and ant problem

Hi All,
I have a problem running javadoc with ant. When I run javadoc from the command line it generates all documentation. From an ant task it gives me the following error:
file:/usr/local/jakarta-tomcat-4.1.30/webapps/pb/WEB-INF/source/server/build.xml
:28: Javadoc failed: java.io.IOException: No such file or directory
at org.apache.tools.ant.taskdefs.Javadoc.execute() (/usr/lib/lib-org-apache-t
ools-ant-1.5.2.so)
at org.apache.tools.ant.Task.perform() (/usr/lib/lib-org-apache-tools-ant-1.5
.2.so)
at org.apache.tools.ant.Target.execute() (/usr/lib/lib-org-apache-tools-ant-1
.5.2.so)
can anyone gives me a hint what the problem might be ?
Kind Regards,
Marco Laponder
mlr AT interchain DOT nl

Hi,
I would suggest there is a problem with the parameter in your XML file. So it would be best you could post the JavaDoc task here so everybody can analyze it for a possible error.
So long.

Similar Messages

  • Jwsdp and Ant problems

    Hi folks, I am having some problems with the JWSDP package.
    I have the fellows programs:
    - j2sdk at directory C:\j2sdk1.4.2
    - jwsdp at directory C:\jwsdp-1.1
    - ant at directory C:\jwsdp-1.1\jakarta-ant-1.5.1
    like the default installation of respective software.
    I set in my autoexec.bat file:
    - set JAVA_HOME=C:\j2sdk1.4.2
    - set JWSDP_HOME=C:\jwsdp-1.1
    - set ANT_HOME=C:\jwsdp-1.1\jakarta-ant-1.5.1
    When I try to execute the tomcat by the menu start/Prgrams/Jwsdp/start
    tomcat I receive a error message ("Out of Environment Space"), and to
    solve this I change the "memory settings" of my .bat (like at site www.moreservlets.com).
    After made this alteration the Tomcat execute normaly by the start menu,
    but don't execute by the prompt (C:>catalina start). I receive just the
    same message when I try execute without change the "memory settings".
    The another problem is, when I try execute the 'ant build' command on
    the prompt I receive the same message ("Out of Environment Space") and the message
    "ANT_HOME is set incorrectly or ant could be not located. Please set ANT_HOME".
    I waana know, why I receive this message if I just have set the environment variables?!!?
    and what I receive the message "Out of Environment Space"!??!
    Or even better, how I can setup the my programs at the jwsdp on Windows98SE?!!?
    thanks, any tip or advice is very welcome.

    Don't [url http://forum.java.sun.com/thread.jsp?forum=54&thread=410960]cross-post

  • [svn] 758: Updating all modules to Java 1.5.0 and Ant 1.7.0

    Revision: 758
    Author: [email protected]
    Date: 2008-03-07 10:47:56 -0800 (Fri, 07 Mar 2008)
    Log Message:
    Updating all modules to Java 1.5.0 and Ant 1.7.0
    * Updated setup.sh to reflect this.
    * Added an Eclipse project called flex-asc; it's required to run the other compiler projects now (now you can build and debug the entire compiler, including asc, all in Eclipse; I've removed the reference to asc.jar).
    * The other Eclipse projects now specify Java 1.5.
    * Revving asc.jar for compatibility with Java 1.5; it's taken from the 3.0.x branch temporarily while mainline asc is fixed up.
    * Fixed some assertions in mainline ASC (commenting them out with comments means fixing them, in this case)
    * Fixed some in-your-face warnings in the modules when compiling.
    * This will probably break the build, so hold tight. Preemptively, I'm on it...
    Modified Paths:
    flex/sdk/trunk/README.txt
    flex/sdk/trunk/development/eclipse/java/flex-compiler/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-compiler/.settings/org.eclipse.jdt.core.pref s
    flex/sdk/trunk/development/eclipse/java/flex-compiler/.settings/org.eclipse.jdt.ui.prefs
    flex/sdk/trunk/development/eclipse/java/flex-debugger/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-debugger/.settings/org.eclipse.jdt.core.pref s
    flex/sdk/trunk/development/eclipse/java/flex-debugger/.settings/org.eclipse.jdt.ui.prefs
    flex/sdk/trunk/development/eclipse/java/flex-jars/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-swfutils/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-swfutils/.settings/org.eclipse.jdt.core.pref s
    flex/sdk/trunk/development/eclipse/java/flex-swfutils/.settings/org.eclipse.jdt.ui.prefs
    flex/sdk/trunk/lib/asc.jar
    flex/sdk/trunk/modules/antTasks/build.xml
    flex/sdk/trunk/modules/asc/README.txt
    flex/sdk/trunk/modules/asc/build/java/build.xml
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
    flex/sdk/trunk/modules/compiler/build.xml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/API.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationBuffer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/zip/ZipEntry.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ToolsConfiguration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
    flex/sdk/trunk/modules/debugger/build.xml
    flex/sdk/trunk/modules/swfutils/build.xml
    flex/sdk/trunk/modules/swfutils/src/java/flash/util/ExceptionUtil.java
    flex/sdk/trunk/setup.sh
    Added Paths:
    flex/sdk/trunk/development/eclipse/java/flex-asc/
    flex/sdk/trunk/development/eclipse/java/flex-asc/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-asc/.project
    flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/
    flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/org.eclipse.jdt.core.prefs
    flex/sdk/trunk/development/eclipse/java/flex-asc/.settings/org.eclipse.jdt.ui.prefs
    flex/sdk/trunk/development/eclipse/java/flex-jars/.settings/
    flex/sdk/trunk/development/eclipse/java/flex-jars/.settings/org.eclipse.jdt.core.prefs
    Property Changed:
    flex/sdk/trunk/development/eclipse/java/flex-compiler/
    flex/sdk/trunk/development/eclipse/java/flex-debugger/
    flex/sdk/trunk/development/eclipse/java/flex-jars/
    flex/sdk/trunk/development/eclipse/java/flex-swfutils/

    I'm expieriencing the very same problem, i.e. code compilation with a 1.5.0_06 compiler and execution on a 1.5.0_06 jre works fine, but the code parser will display an red line under a code line like the following:
    Vector<String> sv = new Vector<String>();
    I did what was hinted to in the reply. I connected to archive rt.jar in the jre-director of the jdk-1.5 and connected the javadoc for 1.5, but I still have the red lines.
    I have also added the argument -source 1.5 to the compiler, but nothing seems to help.
    Any hints very much appreciated. Many thanks.
    Pasqualino

  • N97 Bugs ant problems...

    Dear forum members...
    I have been used N97 RM505 for couple of months.
    I bought it brand new with 3 generations old fw.
    My problems with the phone started then! Very disappointing and embarrassing for Nokia, to be honest.
    Since I consider myself  "power user", I have never had smartphone  or  pocket PC so I could use it as phone or music player. I have always wanted to use phone as mobile computer so I aimed hi-tech products (7-8 years ago)  from manufacturers like HTC, HP...half year ago I fell in love with Nokia E71 smartphone, and that was my first Symbian powered gadget. I was very interested in how  "symbians" do it. And I was surprised how it worked. But, I wanted more. I gave E71 as present and decided to go for N97, flagship Nokia device.
    And then, problems started to show up...
    3 FW updates from that moment, and problems I have with this...device..do not disappear!
    Same things happen all over again!
    I read about particular issues and there are many of them, that's for sure.
    My problem is simple: I have all of them!
    Main camera works from time to time, after I answer the call I cant unlock the phone, freezes during boot sequence, left side of display in landscape mode dissapears, phone "kind of soft-restarts" every day or two and after that I have to reconfigure my email settings all over again, speed dial and favorite contacts lose pictures, contacts or group assigned ringtones mess up...
    Phone has to be rebooted using "battery-pulled-out" method at least 3 times a day!
    Tried everything: formatting, reinstalling device's FW, hard-resetting, FW upgrading...
    Every time I format memory or hard-reset the phone i hope that will be last time!
    But, nothing happens. Phone works well for a couple of hours. Phone call and it gets stuck, and i start all over again...when I come home.
    I work as industrial automation software developer and, believe me, i know what "faulty device" means.
    I know Nokia's origins, and I know that Finland is cradle of mobile communications, I have visited couple of companies in Finland that produce very reliable digital radio devices and I am familiar how professional they are up there...Every bug I have found in devices produced and developed in Finland was reported and problems were solved in couple of weeks or so! This does not fit in my experience with Nokia. E71 is outstanding device. I am sorry because I switched it for this "flagship phone" or, even worse, "mobile computer".
    Bottom line:
    Phone is not reliable, especially if you want to use it as multipurpose device!
    Calling this device  "Nokia flagship phone" is very wrong.
    I am gonna wait for couple of weeks for new FW since it is not still available for rm505 officially, and after that I'll do something bad with this phone.
    Technical support in my country is more than "unprofessional" and problem solving does not consist of turning off and turning on the phone or continuous reinstalling FW, as they do it.
    My Question: Anything similar happened to anybody, and what I should do?
    Thanks for advices. Forget technical support or local repair centre.
    Cheers!

    Yeah...
    Thanks for the tips, carman58. I have already managed to try all different combinations and procedures for getting my phone to work including your recommendations.
    As I told you before...after formatting E-drive, reinstalling phone software and hard resetting things went pretty well...until something happens. Week or two...day or two of heavy usage and I can't unlock device after phone call...Or main camera fails. Or, sometimes I just can't turn it on. White screen and stuff like that. 3-4 days before I decided to post on this forum I conducted procedure similar to the one recommended by carman58. I tried to conclude "critical amount of free space on C drive" that affects phone's stability. Phone works well (but I want it to work better than that) with 40-50 MB of free space on C drive. Anything below that level does not guarantee your phone will work well. Memory allocation may be the key...Not my job, just trying to conclude something logical.
    I am not fan of third party software that watches RAM or CPU usage...Bad experience with Windows mobile devices, but I'll try to see somehow  if there's not enough memory when s**t happen.
    And, yes...There are some apps that definitely do not free allocated memory after program is closed or even crashed. I am not going to name these apps, just want to know forum members experience with remote desktop management software compatible with N97. Hahaha!...In ths very moment I found out that my phone is not charging although it is connected to  the charger! Never mind...Maybe notification does not work.
    Is there Nokia's official explanation for problems with N97? They can't deny problems. I mean, if you are not heavy user, or power-user....whatever....maybe you won't have problems we are dealing with?
    And then, what's the point of 400MHz cpu clock, and great amount of RAM? It is there so we can watch video clips, take pictures, or surf the web? Yes but not all of that at the same time...
    Multitasking is what devices like N97 should eat for lunch, if you know what I mean. Memory management should not be like this...3rd party apps for monitoring and flushing RAM. No way.
    I know how hard it is to develop device that has all of these functions N97 has. So many hardware modules in such small housing, powered by such small power source...That's hell of a job!
    If it is true, then my device should still have "beta" somewhere around "N97". I am not going to mention how much money N97 costs...
    Bugs antS problems...

  • FlexBuilder 3 = MXMLC and ANT?

    Hi all-
    Admittedly I'm a flash / flex newbie, I have kindof a basic
    question... Flex Builder 3 has the .project and
    .actionScriptProperties files. I'm aware that MXMLC has a
    "--load-config" option. What is the best way to unify those two
    things? I've been trying for a week to get this stuff working using
    basic MXMLC stuff and I've got some things but I don't think it's
    the same thing that running a build in FlexBuilder does.
    The command I'm running is:
    mxmlc +FOO=something +BAR=something
    --load-config=./test-flex-config.xml MyFile.as -output MyOutput.swf
    ...so I think I've gotten far, but I don't understand why I
    can't use "mxmlc
    --load-actionScriptProperties=./.actionScriptProperties" ??? Aren't
    they all made by Adobe?
    --Robert

    No not really (thanks anyway). The link shows basically the same as my input except for the better formatting of the output.
    Both my and the example given both uses the Ant <exec> tag which start ojaudit from the command line. The problems still exist because I would like Ant to know if something was reported and the stop the Ant build process. A kind of "failOnValidationError".
    PMD has this (example below shows and Ant tag called pmd which is part of the PMD system.
    <pmd printToConsole="yes" failOnRuleViolation="on">
    Can ojaudit also do something like this? Or is there a way Ant can "scan" the result from the audit process and take the appropriate action?

  • Javadoc with Ant

    I need to generate javadoc with Ant, however I'm just learning to use both. I am compiling with a root build.xml that antcalls to other build.xmls in child directories and so on until the lowest level is tasked to compile the source in its directory. Is there a way to handle this for javadoc? If I use the same methodology for javadoc, javadoc ends up generating the api docs multiple times bit by bit, but the result is that the output is just overwritten as many times as it's generated.
    Is there a better way to do this? I can't seem to get all the api into one document.

    Hi there,
    I'm not totally sure your requirements here, but it sound like each separate build.xml generates a javadoc task. I would be inclined to remove these tasks from each of those builds, and only have one target from the main build.xml.
    I have posted some information in a previous thread about how I use Ant to generate JavaDoc.
    http://forum.java.sun.com/thread.jspa?threadID=534186&messageID=2588599#2588599
    Now, in the root buid.xml file, either call the ant task seperately using the commandline:
    ant.bat -f build.xml BuildJavaDocor, call the ant task internally at the end of the original task using:
    <antcall target="BuildJavaDoc" />I hope this helps a bit? If not, please re-post here and we'll help your further.
    Regards
    Supersaus

  • Howto - JDev 10.1.3 - Audit tools and Ant

    Hi
    I'm playing around with Audit tools. I want to be able to call this from Ant. One primitive method is as follows:
    <target name="Audit" description="Running audit on source code">
    <property name="audit" value="ojaudit"/>
    <property name="profile" value="-profile MyRules"/>
    <property name="project" value="test3.jpr"/>
    <property name="output" value="-output d:\result.xml"/>
    <exec executable="cmd.exe" os="Windows XP" >
    <arg line="/c ${audit} ${profile} ${project} ${output}"/>
    </exec>
    </target>
    With results like:
    Audit:
    [exec] Oracle JDeveloper 10g Early Access Audit 10.1.3.0.3.3412
    [exec] Copyright (c) 2003-2005 Oracle. All Rights Reserved.
    [exec]
    [exec] Audit completed: 1 violation, no exceptions, 2 documents, 3 seconds
    BUILD SUCCESSFUL
    Total time: 3 seconds
    But then I'm unable to handle the result - unless I parse the output file. I want the Ant build file to fail if ojaudit find errors. Is this possible?
    I know the PMD extension exist but I really like the Jdev Audit stuff - but I need an interface to Ant to make it really useful: We have a build tool which build on every SCM check in. I would like the JDev Audit be part of that process so that source code problems (audit, metrics) are handles in the same process as well.
    By the way JDev 10.1.3 is great...
    johnny

    No not really (thanks anyway). The link shows basically the same as my input except for the better formatting of the output.
    Both my and the example given both uses the Ant <exec> tag which start ojaudit from the command line. The problems still exist because I would like Ant to know if something was reported and the stop the Ant build process. A kind of "failOnValidationError".
    PMD has this (example below shows and Ant tag called pmd which is part of the PMD system.
    <pmd printToConsole="yes" failOnRuleViolation="on">
    Can ojaudit also do something like this? Or is there a way Ant can "scan" the result from the audit process and take the appropriate action?

  • Creating JavaDoc with ANT

    Hi, I am new to ANT and am trying to create JavaDocs through ANT. And I got the following error.
    BUILD FAILED
    /root/IzoneIDE/build.xml:31: No source files and no packages have been specified.
    My build.xml file is:
    <?xml version="1.0"?>
    <!-- build.xml - a simple ant file -->
    <project name="Simple Buildfile" default="compile" basedir=".">
         <!-- The directory containing source code -->
         <property name="src.dir" value="src"/>
         <!-- Temporary Build Directories -->
         <property name="build.dir" value="."/>
         <property name="build.classes" value="${build.dir}/classes"/>
         <property name="build.lib" value="${build.dir}/lib"/>
         <!-- Target to create the build directories prior to the -->
         <!-- compile target. -->
         <target name="prepare">
              <mkdir dir="${build.classes}"/>
              <mkdir dir="${build.lib}"/>
         </target>
         <target name="clean" description="Removes all generated files.">
              <delete dir="${build.classes}"/>
              <delete dir="${build.lib}"/>
         </target>
         <target name="compile" depends="prepare" description="Compiles all source code.">
              <javac srcdir="${src.dir}" destdir="${build.classes}"/>
         </target>
         <javadoc destdir="${build.dir}/docs" windowtitle="Izone IDE Documentation">
              <sourcepath location="${build.dir}/src"/>          
         </javadoc>
         <target name="all" depends="clean" description="Cleans, and compiles"/>
    </project>When I remove the last javadoc tag, it works fine, but doesn't work with javadoc tag. what is wrong in Java Doc tag.
    Thanks
    Raheel

    OK, Never mind, would you post your XML here.Demanding, aren't you?
    <project name="Standard Ant Build XML" default="javadocs" basedir=".">
        <target name="init-props" description="initialize properties">
            <tstamp>
                <format property="touch.time" pattern="MM/dd/yyyy hh:mm aa" />
            </tstamp>
            <filterset id="ant.filters">
                <filter token="DATE" value="${TODAY}" />
                <filter token="TIME" value="${TSTAMP}" />
            </filterset>
            <!-- Load in all the settings in the properties file -->
            <property file="build.properties" />
        </target>
        <target name="prepare" depends="init-props" description="create all the necessary directories">
            <mkdir dir="${build}"/>
            <mkdir dir="${build.classes}"/>
            <mkdir dir="${build.lib}"/>
            <mkdir dir="${build.manifest}"/>
            <mkdir dir="${build.deploy}"/>
            <mkdir dir="${build.javadocs}"/>
            <mkdir dir="${build.reports}"/>
        </target>
        <target name="clean" depends="init-props" description="clean up the output directories">
            <delete dir="${build}" />
        </target>
        <target name="set-classpath" depends="prepare" description="set the classpath">
            <path id="project.class.path">
                <pathelement path="${basedir}" />
                <pathelement path="${build.classes}" />
                <pathelement path="${src}"/>
                <fileset dir="${src.lib}">
                    <patternset>
                        <include name="**/*.jar" />
                    </patternset>
                </fileset>
            </path>
        </target>
        <target name="compile" depends="set-classpath" description="compile all java">
            <javac srcdir="${src.java}"
                   destdir="${build.classes}"
                   classpathref="project.class.path"
                   deprecation="on"
                   debug="on">
                <include name="**/*.java" />
            </javac>
        </target>
        <target name="test" depends="compile" description="run all unit tests">
            <junit>
                <jvmarg value="-Xms32m" />
                <jvmarg value="-Xmx64m" />
                <classpath>
                    <path refid="project.class.path" />
                </classpath>
                <formatter type="xml" />
                <batchtest fork="yes" todir="${build.reports}">
                    <fileset dir="${build.classes}">
                        <include name="**/*TestCase.class" />
                    </fileset>
                    <fileset dir="${build.classes}">
                        <include name="**/*TestSuite.class" />
                    </fileset>
                </batchtest>
            </junit>
        </target>
        <target name="report" depends="test" description="create HTML report for JUnit test results">
            <junitreport todir="${build.reports}">
                <fileset dir="${build.reports}">
                    <include name="TEST-*.xml"/>
                </fileset>
                <report format="frames" todir="${build.reports}"/>
            </junitreport>
        </target>
        <target name="deploy" depends="report" description="deploy the application">
            <buildnumber />
            <manifest file="${build.manifest}/manifest.mf">
                <attribute name="Implementation-Title"      value="${project}" />
                <attribute name="Built-By"                  value="${user.name}"/>
                <attribute name="Build-Date"                value="${TODAY}" />
                <attribute name="Major-Version"             value="${major}" />
                <attribute name="Minor-Version"             value="${minor}" />
                <attribute name="Build-Number"              value="${build.number}" />
            </manifest>
            <jar jarfile="${build.deploy}/${project}.jar"
                 manifest="${build.manifest}/manifest.mf">
                <fileset dir="${build.classes}" excludes="**/*TestCase*.class, **/*TestSuite*.class"/>
            </jar>
            <jar jarfile="${build.deploy}/${project}-tests.jar"
                 manifest="${build.manifest}/manifest.mf">
                <fileset dir="${build.classes}" includes="**/*TestCase*.class, **/*TestSuite*.class" />
            </jar>
            <copy todir="${build.deploy}">
                <fileset dir="${src.lib}" />
            </copy>
        </target>
        <target name="javadocs" depends="deploy" description="generate complete javadocs">
            <javadoc sourcepath="${src.java}"
                     destdir="${build.javadocs}"
                     classpathref="project.class.path"
                     Overview="${src.java}/overview.html">
                <packageset dir="${src.java}" />
            </javadoc>
        </target>
    </project>%

  • JDev9033, SQLJ and Ant

    Hi, can anybody help me with this?
    In this project we use JDev9033, JDK1.4.2_02, SQLJ, Ant1.54 and Oracle 9.2.0.1 client. Now I have a problem integrating OJC and Ant, since we want to use Ant from within JDev to build the project.
    I have set up the paths and class paths according to Oracle 9i SQLJ Developers Guide (Release 2). If I compile from JDev without Ant, JDev compiles the projects *.java and *.sqlj classes corretly.
    I have set the build.properties and build.xml file according to the paths specified in the build.xml file, which JDev can generate for me. And I have included jdev.jar and ojc.jar in the class path.
    Any way I get the exception with the -debug flag set i Ant:
    BUILD FAILED
    file:D:/JDev/GCSSMLIS/Tests/build.xml:166: Compiler Adapter 'oracle.jdeveloper.compiler.ant.teskdefs.OjcAdapter' can't be found.
         at org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.resolveClassName(CompilerAdapterFactory.java:195)
    In build.properties I have:
    # COMPILATION SETTINGS
    compiler=oracle.jdeveloper.compiler.ant.teskdefs.OjcAdapter
    source="1.4"
    target="1.4"
    deprecation="on"
    optimize="off"
    debug="on"
    optimize=off
    and in build.xml:
    <javac
    compiler="${compiler}"
    srcdir="${comp.dir}"
    destdir="${build.dir}"
    includes="**/*.java, **/*TEST*.java, **/Test*.java"
    >
    <classpath refid="classpath" />
    </javac>
    with classpath:
    <path id="classpath">
    <fileset dir="${javac.path}" >
    <include name="*.jar" />
    </fileset>
    <fileset dir="${jdev.home}/sqlj/lib" >
    <include name="*.jar" />
    </fileset>
    <pathelement location="${jdev.home}/jdev/lib/jdev.jar" />
    <pathelement location="${jdev.home}/jdev/lib/ojc.jar" />
    <pathelement location="${ora.home}/jdbc/lib/ojdbc14.jar" />
    <pathelement location="${ant.path}/optional.jar"/>
    <pathelement location="${junit.path}/junit.jar" />
    </path>
    Regards
    Flemming

    Matthew,
    Thank for your replies. I manages to get rid of the Ant error by using the first method. I would expect the second to work to.
    I do not expect the OjcAdapter to translate the sqlj files into java files. I have read those chapters in the SQLJ Developers Guide.
    I would like to do obtain is the following:
    1) Use Ant as build system. I do not care, if Ant is external or internal to JDeveloper since both version are 1.5.3. But we have a lot of other steps like ftp to development server, running JUnit, updating CVS and VSS, documentation and so on, so I need Ant to make one build file that every body in the project can use.
    2) Use jre/sdk 1.4.2, sqlj and Oracle client 9.2.0. So I have to translate the projects sqlj files to x.generate.java files before I pass all projects files to a Java compiler.
    3) I tried to build an Ant precompile task in this way:
    a) copy all java and sqlj files from src directory to compile directory.
    b) From the Ant task run the sqlj translator on the compile directory
    c) pass the translated files to javac or ojc
    Since I can translate and compile the project with jdsk1.4.2 from the Jdev Make/Recompile menu point I assume I should be able to write Ant tasks to behave as I have want it to.
    Flemming

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • BOSD, Battery issues and Heating problem after iOS 8 upgrade

    i have upgraded my iPad mini to iOS 8. Ever since I upgraded to iOS 8 am facing blue screen issues and heating problem as well. This is really frustrating even the patch iOS 8.0.2 dint solve the problem. Are you guys listening our complaints. When will you fixing it.

    The same thing happened to me on my 2012 Subaru Outback.  I'm not sure this will help you since you have a Honda, but I'm posting this just in case.
    I paired the audio on my car with my iPhone 6.  However, when I turned the car off and back on again, the iPhone would not pair automatically.  I had to manually connect the iPhone with the car.  Turns out there are two separate bluetooth pairings on my car: one for phone which allows up to 5 devices and one for audio which allows only one device.  So I did the second bluetooth pairing for the phone (had already done the audio), and that fixed it.  YMMV

  • I am making code to try to make a game and my problem is that my code......

    I am making code to try to make a game and my problem is that my code
    will not let it change the hit everytime so im getting the first guy to hit 1 then next hits 8 and so on and always repeats.
    Another problem is that I would like it to attack with out me telling it how much times to attack. I am using Object oriented programming.
    Here is the code for my objects:
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class rockCrab {
         //Wounding formula
         double sL = 70;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 50;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         rockCrab() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              double done = rint(fH - fA);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("Rockcrab hit" +done);
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.util.Random;
    import static java.lang.Math.*;
    import java.awt.*;
    import java.awt.color.*;
    class self {
         //Wounding formula
         double sL = 1;                                   // my Strength Level
         double bP = 1;                                   // bonus for prayer (is 1 times prayer bonus)
         double aB = 0;                                 // equipment stats
         double eS = (sL * bP) + 3;                         // effective strength
         double bD = floor(1.3 + (eS/10) + (aB/80) + ((eS*aB)/640));     // my base damage
         //Attack formula
         double aL = 1;                                   // my Attack Level
         double eD = 1;                                   // enemy's Defence
         double eA = aL / eD;                              // effective Attack
         double eB = 0;                                   // equipment bonus'
         double bA = ((eA/10) * (eB/10));                    // base attack
         //The hit formula
         double fA = random() * bA;
         double fH = random() * bD;
         double done = rint(fH - fA);
         //health formula
         double health = floor(10 + sL/10 * aL/10);
         self() {
         void attack() {
              health = floor(10 + sL/10 * aL/10);
              fA = random() * bA;
              fH = random() * bD;
              done = rint(fH - fA);
              System.out.println("You hit" +done);
    }Here is the main code that writes what the objects do:
    class fight {
         public static void main(String[] args) {
              self instance1 = new self();
              rockCrab instance2 = new rockCrab();
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
              instance2.health = instance2.health - instance1.done;
              System.out.println("You hit: " +instance1.done);
              System.out.println("rockCrabs health: " + instance2.health);
              instance1.health = instance1.health - instance2.done;
              System.out.println("RockCrab hit: " +instance2.done);
              System.out.println("rockCrabs health: " + instance1.health);
    }when the code is run it says something like this:
    you hit 1
    RockCrabs health is 9
    RockCrab hit 7
    your health is 38
    you hit 1
    RockCrabs health is 8
    RockCrab hit 7
    your health is 31
    you hit 1
    RockCrabs health is 7
    RockCrab hit 7
    your health is 24
    you hit 1
    RockCrabs health is 6
    RockCrab hit 7
    your health is 17
    my point is whatever some one hits it always repeats that
    my expected output would have to be something like
    you hit 1
    RockCrabs health is 9
    RockCrab hit 9
    your health is 37
    you hit 3
    RockCrabs health is 6
    RockCrab hit 4
    your health is 33
    you hit 2
    RockCrabs health is 4
    RockCrab hit 7
    your health is 26
    you hit 3
    RockCrabs health is 1
    RockCrab hit 6
    your health is 20
    Edited by: rade134 on Jun 4, 2009 10:58 AM

    [_Crosspost_|http://forums.sun.com/thread.jspa?threadID=5390217] I'm locking.

  • Remote and IR Problem

    A rather odd and annoying problem has recently been occuring on my MBP. A couple days ago my remote (after working without fail for over a year now) suddenly stopped working. Yesterday night and this morning it started working again but after a while it stopped again. I've read dozens of support articles which haven't really helped because there seems to be another problem.
    Most articles have stated that there is an option to disable the IR receiver in the "security" window under system preferences. When the IR and remote are not working this option disappears but when they are working the option is present. I have also tried replacing the battery without any result.
    I am now thinking that it might have something to do with heat buildup because it is mainly occuring after the laptop has been on for about a half hour, so I am going to try to borrow someone's fan.
    If anyone has any suggestions to solve this I would appreciate it if you could help. Thanks!
    MacBook Pro 1.83 GHz   Mac OS X (10.4.9)  

    check out this thread. Seems to be the same problem.
    http://discussions.apple.com/thread.jspa?messageID=4701905&#4701905

  • LG Ally text message and gps problems

    hello. ive been with verizon for about 10 years maybe. ive been overall happy with the service and customer service. but the prices should be alot lower.lol. i started out with the motorolas then switched to the lg phones. only problem with the motorola was the speakers. not loud enough. could never hear the phone ring. the lgs usually suffer from the same problem.
    i had a few phone problems but nothing like this lg ally. im on my second one and about to be my 3rd one in about 3 months. 1st phone i had every problem under the sun. this phone i am suffering from text message problems and gps problems. i suffer from what everyone else has problems with. the messages wont send. they will eventually lock up. it will show the envelope with the red explanation point ( i think thats the graphic). then usually everytime when i sent a text the texts will close. it will send then bounce back and show up as a draft and i have to resend it and wait for it to go thru. finally the last problem with the texts. when i send a text a phone number from my contacts shows up and freezes on the screen. its in white text with a black background. its the same number every time. it stays on the screen until i restart or pull my battery out.
    gps. when i open up google gps that comes with the phone i make sure the gps is on... when the directions are found and the map pops up 9 out of 10 times it just keeps saying searching for gps. the turn by turn never is found. the 1 time it does it takes a good 10 minutes to be found. atleast on my first one ally the gps did work 8 out of 10 times. it just took a good 5-10 minutes for gps to be found and show turn by turn.
    anyone else have these problems? where you able to fix them or did you need to get a new phone? the 2.1 update was supposed to fix problems. i think they just made it worse. the ally is supposed to have 2.2 froyo. where is it. is it ever going to get it. i got this phone because i like the lgs and the keyboard. also the sales representative on the phone was giving the lg ally rave reviews. why couldnt he say dont buy this go with a motorola droid. this phone is the biggest junk ever made

    I do apologize you are having trouble with your device I looked in our information system on the LG Ally in reguards to issues you are having it states if you have the Free Droid Security anti virus protection application down loaded it will cause the phone to lock up or freeze. Check and make sure you do not have the application on your device. Check you GPS settings and make sure correct. Go to Settings; Location & Security; make sure GPS is on wireless network. If this does not fix issue you can try doing a Master Reset on your device. Make sure your contacts are saved in your G-mail account or through Back Up Assistance.
    Master Reset/Soft Reset:
    Factory Reset option 1
    From the main screen, touch menu tab
    Touch Settings
    Touch Privacy
    Touch Factory Data reset
    Touch Reset Phone
    Warning: This will erase all data from your phone, including:
    Your Google account
    System and application data and settings
    Downloaded Applications
    It will not erase: Current System software and bundled applications; SD Card files, such as music or Photos
    Factory Reset option 2  - Warning this will reset device back to original factory settings.
    Turn off the phone
    Press and hold "home" + "end" + "volume up or down" keys together for a few seconds when the device is power off
    Once device displays boot information, release keys.
    Soft Reset
    Press the Power key.
    Touch Power off.
    Touch OK.
    Press the Power key to power on the device.
    or
    Remove battery cover, remove battery and reinstall.Also there is a new update for LG Ally it will be the Froyo 2.2 but there is not release date available at this time it will post on your device when available. Hope this Helps. Leslie

  • I am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!

    i am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!
    When i press command+I (Get Info) i see that there is 140 GB "Available Space" on my hard disk but when i click on my hard disk icon on the desktop, and then press "space" i only see 102 GB free!! What the f*???
    Please HELP!!!!!! Getting second thoughts on Lion!!!!

    Hi b,
    Have you restarted yet?

Maybe you are looking for

  • Updating ipod touch??

    ive been reading on all these websites that updating my ipod touch will delete all my apps and songs i paid for my songs and my apps and i dont want them to be deleted! do i get them back? i know about backing up but i read on the apple website that

  • I downloaded a movie with Quicktime 7 Pro onto a DVD, but it won't play in my DVD player.

    I downloaded a movie from the internet using Quicktime 7 Pro. I put it on a DVD so that I could watch it on my television. The disc isn't recognized and won't play on my DVD player. What can I do to get it to play?

  • I have a problem using ibooks app

    [IMG]http://i62.tinypic.com/28tf12u.jpg[/IMG] There is an error , it says this document can only be experienced on iPad The doc that i'm trying to open is a part of a iTunes U course. Please if anyone knows the way to convert this doc or open it with

  • OSX Printserver Services OSX-10.8.5 Serverapp

    Dear Apple Users, I was wondering is there an alternative for the old printer services that was under osx 10.6 by using admin tools? I know the serverapp dont support this anymore, but we need a server services. We would like to manage queue's and jo

  • Fixed Value condition type for Frieght cost

    The condition type 'ZFCK' for Freight (Delivery cost) is configured as Fixed value type. Suppose if we release a PO with a material qty of 1000tons with the Delivery cost as $500 value and the vendor supplies only 500tons of material, during MIGO pos