[ANN] FlexPMD 1.2

FlexPMD 1.2 has been released !
More information here
Enjoy
Xavier

Looks like you were right, I see a File Not Found Exception for a pmd.xml file:
java.io.FileNotFoundException: C:\Users\NameHere\AppData\Local\Temp\flexpmd2207206954593694710dir\pmd.xml (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMDResultsParser.parse(FlexPMDResultsParser.java :112)
at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.processResultsFile(FlexPMD.java:180)
at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.process(FlexPMD.java:68)
at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.process(FlexPMD.java:1)
at com.adobe.ac.pmd.eclipse.flexpmd.actions.RunFlexPMDJob.run(RunFlexPMDJob.java:83)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Followed by what looks to be an eclipse-specific Unhandled event loop exception caused by a NPE at com.adobe.ac.pmd.eclipse.flexpmd.actions.RunFlexPmdAction$2.run(RunFlexPmdAction.java:145 )
I wonder why it is looking for a pmd.xml file in a temp directory? Note that these errors are when FLexPMD is run withoit any Java arguments specified. When I run FlexPMD with the Java arguments specified I get a third error message the same as the one mentioned above (Class Not Found).
Also, if I include a custom ruleset, it still throws the FileNotFoundException and lists another temp folder in AppData\Local\Temp
Cheers,
Tony

Similar Messages

  • [ANN] FlexPMD 1.0.RC5 and FlexCPD released

    More info here
    Check it out !
    Xavier

    Hi Xavier,
    First of all, thanks for your job!
    Is there change in the way to use the Maven plugin?
    The FlexPMD RC4 was a plugin in the reporting section. And it needed to be generated by a site goal.
    What about the RC5, it seems that it is a plugin and that we don't need anymore to set up it with the site goal.
    Is that true?
    Sorry if it supposed to clear but I didn't found more information about that except on Adobe open Source page.
    David

  • [ANN] FlexPMD 1.0 - FlexCPD 1.0 - FlexMetrics - FlexPMD Eclipse plugin has been released

    Finally, we got there...
    FlexPMD 1.0 has been released a couple of minutes ago.
    Here is the release note
    The big highlight of that release is:
    - Eclipse plugin
    - FlexMetrics
    - FlexCPD improved
    I hope you will like, and thanks to Xavi Beumala for developping the Eclipse plugin.
    Xavier

    Fantastic. Makes working on the errors and warnings so much easier!
    One minor issue - it would be nice to be able to select multiple projects and run CPD on them all at once:
    https://bugs.adobe.com/jira/browse/FLEXPMD-118
    I assume that CPD only runs on the currently selected fodler so to really check for duplicate code you'd have to run it across all projects at once - am I correct?
    Thanks for the great work.

  • FlexPMD 1.2 and Eclipse Plug-In

    Hi, I'm probably missing something simple here but Flex PMD (using the eclipse plugin) isn't working for me: Nothing gets populated in either the Flex PMD view or the CPD view but the views do open when I run Flex PMD.
    My configuration is:
    FlexPMD command line installation: C:\Software\FlexPmdAll\flex-pmd-command-line-1.2.jar
    FlexPMD custom ruleset: C:\Software\FlexPmdAll\pmd.xml
    Java command line: java -Xms512m -Xmx512m
    FlexCPD command line installation: C:\Software\FlexPmdAll\flex-pmd-cpd-command-line-1.2.jar
    There are no spaces in my workspace path, it is simply: C:\Views\ProjectNameHere\
    Using these settings I get a pop-up error message saying: 'add markers job' has encountered a problem.
    Expanding on this error gives me: An internal error occurred during: "add markers job". Index: 0, Size: 0
    If I change the Java command line (a tip found on the web) to: java -Xms512m -Xmx512m -Djava.io.tmpdir=C:\Users\NameGoesHere\AppData\Local\Temp
    I get the same error.
    If I remove the custom ruleset value no error message shows when I run Flex PMD but nothing happens either.
    If you have any idea what's wrong let me know. The open source website is offline and I can't find any reference sites that don't link to it for an answer.
    Cheers,
    Tony

    Looks like you were right, I see a File Not Found Exception for a pmd.xml file:
    java.io.FileNotFoundException: C:\Users\NameHere\AppData\Local\Temp\flexpmd2207206954593694710dir\pmd.xml (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMDResultsParser.parse(FlexPMDResultsParser.java :112)
    at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.processResultsFile(FlexPMD.java:180)
    at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.process(FlexPMD.java:68)
    at com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD.process(FlexPMD.java:1)
    at com.adobe.ac.pmd.eclipse.flexpmd.actions.RunFlexPMDJob.run(RunFlexPMDJob.java:83)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Followed by what looks to be an eclipse-specific Unhandled event loop exception caused by a NPE at com.adobe.ac.pmd.eclipse.flexpmd.actions.RunFlexPmdAction$2.run(RunFlexPmdAction.java:145 )
    I wonder why it is looking for a pmd.xml file in a temp directory? Note that these errors are when FLexPMD is run withoit any Java arguments specified. When I run FlexPMD with the Java arguments specified I get a third error message the same as the one mentioned above (Class Not Found).
    Also, if I include a custom ruleset, it still throws the FileNotFoundException and lists another temp folder in AppData\Local\Temp
    Cheers,
    Tony

  • FlexPMD maven plugin no longer useable with Maven due to imcompatible binaries?

    I am using Maven 2.2.1 with FlexPMD 1.2 and Flexmojos 3.7.1, with the maven-site-plugin 3.0
    I get the following error:
    [INFO] [site:site {execution: default-site}]
    [FATAL ERROR] org.apache.maven.plugins.site.SiteMojo#execute() caused a linkage
    error (java.lang.AbstractMethodError) and may be out-of-date. Check the realms:
    [FATAL ERROR] Plugin realm = app0.child-container[org.apache.maven.plugins:maven
    -site-plugin:3.0]
    urls[0] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/plugins/mav
    en-site-plugin/3.0/maven-site-plugin-3.0.jar
    urls[1] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/reporting/m
    aven-reporting-exec/1.0.1/maven-reporting-exec-1.0.1.jar
    urls[2] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-u
    tils/1.5.10/plexus-utils-1.5.10.jar
    urls[3] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/maven-setti
    ngs-builder/3.0/maven-settings-builder-3.0.jar
    urls[4] = file:/C:/dreammachine/cache/m2/repository/org/apache/velocity/velocity
    /1.5/velocity-1.5.jar
    urls[5] = file:/C:/dreammachine/cache/m2/repository/commons-collections/commons-
    collections/3.2.1/commons-collections-3.2.1.jar
    urls[6] = file:/C:/dreammachine/cache/m2/repository/commons-lang/commons-lang/2.
    5/commons-lang-2.5.jar
    urls[7] = file:/C:/dreammachine/cache/m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
    urls[8] = file:/C:/dreammachine/cache/m2/repository/velocity/velocity/1.5/veloci
    ty-1.5.jar
    urls[9] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxia
    -core/1.2/doxia-core-1.2.jar
    urls[10] = file:/C:/dreammachine/cache/m2/repository/xerces/xercesImpl/2.9.1/xer
    cesImpl-2.9.1.jar
    urls[11] = file:/C:/dreammachine/cache/m2/repository/xml-apis/xml-apis/1.3.04/xm
    l-apis-1.3.04.jar
    urls[12] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomponents/h
    ttpclient/4.0.2/httpclient-4.0.2.jar
    urls[13] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomponents/h
    ttpcore/4.0.1/httpcore-4.0.1.jar
    urls[14] = file:/C:/dreammachine/cache/m2/repository/commons-codec/commons-codec
    /1.3/commons-codec-1.3.jar
    urls[15] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
    urls[16] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-apt/1.2/doxia-module-apt-1.2.jar
    urls[17] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-xdoc/1.2/doxia-module-xdoc-1.2.jar
    urls[18] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-module-fml/1.2/doxia-module-fml-1.2.jar
    urls[19] = file:/C:/dreammachine/cache/m2/repository/javax/servlet/servlet-api/2
    .5/servlet-api-2.5.jar
    urls[20] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-decoration-model/1.2/doxia-decoration-model-1.2.jar
    urls[21] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/doxia/doxi
    a-site-renderer/1.2/doxia-site-renderer-1.2.jar
    urls[22] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
    urls[23] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    velocity/1.1.8/plexus-velocity-1.1.8.jar
    urls[24] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/shared/mav
    en-doxia-tools/1.4/maven-doxia-tools-1.4.jar
    urls[25] = file:/C:/dreammachine/cache/m2/repository/commons-io/commons-io/1.4/c
    ommons-io-1.4.jar
    urls[26] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    archiver/1.0/plexus-archiver-1.0.jar
    urls[27] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-
    io/1.0/plexus-io-1.0.jar
    urls[28] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/jetty/6.1
    .25/jetty-6.1.25.jar
    urls[29] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/jetty-uti
    l/6.1.25/jetty-util-6.1.25.jar
    urls[30] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/servlet-a
    pi/2.5-20081211/servlet-api-2.5-20081211.jar
    [FATAL ERROR] Container realm = plexus.core
    urls[0] = file:/C:/dreammachine/tools/m2/lib/maven-2.2.1-uber.jar
    [INFO] ------------------------------------------------------------------------
    [ERROR] FATAL ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] null
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    java.lang.AbstractMethodError
            at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getReports(Ab
    stractSiteRenderingMojo.java:246)
            at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:121)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
    nManager.java:490)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
    ultLifecycleExecutor.java:694)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
    fecycle(DefaultLifecycleExecutor.java:556)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
    ltLifecycleExecutor.java:535)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
    dleFailures(DefaultLifecycleExecutor.java:387)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
    ts(DefaultLifecycleExecutor.java:348)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
    If I revert to maven-site-plugin 2.1 this issue disappears, but I then get the error reported here:
    https://issues.sonatype.org/browse/FLEXMOJOS-310?page=com.atlassian.jira.plugin.system.iss uetabpanels:comment-tabpanel#issue-tabs
    If I migrate to maven 3.0.3 with maven-site-plugin 3.0 I get the following error:
    [INFO] configuring report plugin com.adobe.ac:flex-pmd-maven-plugin:1.2
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1:31.730s
    [INFO] Finished at: Tue Sep 27 17:21:49 BST 2011
    [INFO] Final Memory: 21M/243M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:si
    te (default-site) on project cafe-parsley: Execution default-site of goal org.ap
    ache.maven.plugins:maven-site-plugin:3.0:site failed: An API incompatibility was
    encountered while executing org.apache.maven.plugins:maven-site-plugin:3.0:site
    : java.lang.AbstractMethodError: null
    [ERROR] -----------------------------------------------------
    [ERROR] realm =    plugin>org.apache.maven.plugins:maven-site-plugin:3.0
    [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
    [ERROR] urls[0] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/plu
    gins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar
    [ERROR] urls[1] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/rep
    orting/maven-reporting-exec/1.0.1/maven-reporting-exec-1.0.1.jar
    [ERROR] urls[2] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/rep
    orting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
    [ERROR] urls[3] = file:/C:/dreammachine/cache/m2/repository/org/apache/velocity/
    velocity/1.5/velocity-1.5.jar
    [ERROR] urls[4] = file:/C:/dreammachine/cache/m2/repository/oro/oro/2.0.8/oro-2.
    0.8.jar
    [ERROR] urls[5] = file:/C:/dreammachine/cache/m2/repository/velocity/velocity/1.
    5/velocity-1.5.jar
    [ERROR] urls[6] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/aether/
    aether-util/1.7/aether-util-1.7.jar
    [ERROR] urls[7] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/sisu/si
    su-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
    [ERROR] urls[8] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/sisu/si
    su-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
    [ERROR] urls[9] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/
    plexus-interpolation/1.14/plexus-interpolation-1.14.jar
    [ERROR] urls[10] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
    [ERROR] urls[11] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/plexus
    /plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
    [ERROR] urls[12] = file:/C:/dreammachine/cache/m2/repository/org/sonatype/plexus
    /plexus-cipher/1.4/plexus-cipher-1.4.jar
    [ERROR] urls[13] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
    [ERROR] urls[14] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
    [ERROR] urls[15] = file:/C:/dreammachine/cache/m2/repository/junit/junit/3.8.1/j
    unit-3.8.1.jar
    [ERROR] urls[16] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-core/1.2/doxia-core-1.2.jar
    [ERROR] urls[17] = file:/C:/dreammachine/cache/m2/repository/xerces/xercesImpl/2
    .9.1/xercesImpl-2.9.1.jar
    [ERROR] urls[18] = file:/C:/dreammachine/cache/m2/repository/xml-apis/xml-apis/1
    .3.04/xml-apis-1.3.04.jar
    [ERROR] urls[19] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomp
    onents/httpclient/4.0.2/httpclient-4.0.2.jar
    [ERROR] urls[20] = file:/C:/dreammachine/cache/m2/repository/org/apache/httpcomp
    onents/httpcore/4.0.1/httpcore-4.0.1.jar
    [ERROR] urls[21] = file:/C:/dreammachine/cache/m2/repository/commons-codec/commo
    ns-codec/1.3/commons-codec-1.3.jar
    [ERROR] urls[22] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
    [ERROR] urls[23] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-apt/1.2/doxia-module-apt-1.2.jar
    [ERROR] urls[24] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-xdoc/1.2/doxia-module-xdoc-1.2.jar
    [ERROR] urls[25] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
    [ERROR] urls[26] = file:/C:/dreammachine/cache/m2/repository/javax/servlet/servl
    et-api/2.5/servlet-api-2.5.jar
    [ERROR] urls[27] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
    [ERROR] urls[28] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/do
    xia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
    [ERROR] urls[29] = file:/C:/dreammachine/cache/m2/repository/commons-collections
    /commons-collections/3.2.1/commons-collections-3.2.1.jar
    [ERROR] urls[30] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/sh
    ared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
    [ERROR] urls[31] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-archiver/1.0/plexus-archiver-1.0.jar
    [ERROR] urls[32] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-io/1.0/plexus-io-1.0.jar
    [ERROR] urls[33] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
    [ERROR] urls[34] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
    [ERROR] urls[35] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus
    /plexus-utils/1.5.10/plexus-utils-1.5.10.jar
    [ERROR] urls[36] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/j
    etty/6.1.25/jetty-6.1.25.jar
    [ERROR] urls[37] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/s
    ervlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
    [ERROR] urls[38] = file:/C:/dreammachine/cache/m2/repository/org/mortbay/jetty/j
    etty-util/6.1.25/jetty-util-6.1.25.jar
    [ERROR] urls[39] = file:/C:/dreammachine/cache/m2/repository/commons-lang/common
    s-lang/2.5/commons-lang-2.5.jar
    [ERROR] urls[40] = file:/C:/dreammachine/cache/m2/repository/commons-io/commons-
    io/1.4/commons-io-1.4.jar
    [ERROR] Number of foreign imports: 1
    [ERROR] import: Entry[import  from realm ClassRealm[project>com.jpmorgan.ib.arch
    itecture.deia.app:cafe-parsley:1.0-SNAPSHOT, parent: ClassRealm[maven.api, paren
    t: null]]]
    [ERROR]
    [ERROR] -----------------------------------------------------
    [ERROR] -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
    ch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContaine
    Thus it seems FlexPMD can no longer be used with Maven due to some sort of binary incompatibility issue...
    Does anyone know how to resolve this issue?

    Hooray, I got to the bottom of issue.
    Basically the flex PMD maven plugin is broken at version 1.2 with more recent version of  maven-site-plugin.  This is because of a new abstract method introduced to the class AbstractMavenReport - canGenerateReport(); 
    This method isn't implemented in the FlexPmdMojo and FlexPmdReportMojo classes on the SVN trunk or in flexPMD 1.2 and was causing >mvn site to fail as outlined above. Add implementations of this method, returning true in both classes and the plugin works again!
    Note the method also needs to be added to the relevant Mojo and ReportMojo classes for the FlexMetrics and CPD maven plugins to get them working too.
    Flex PMD commiters - please release a new version of the project to resolve this showstopper!

  • ANN: SAP GUI for Java 7.10 available for download

    Hi all,
    SAP GUI for Java 7.10 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/710.
    <b>New platforms:</b>
    - JSE 6: See System Requirements of platforms for details. Also, usage of JRE 1.4.2 is no longer supported.
    - Microsoft Windows Vista (Business and Ultimate editions)
    - Mac OS X 10.5 (once the test on the final build of "Leopard" has been successfully completed, see <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> for latest news)
    - HP-UX 11.31
    <b>New features:</b>
    - <b>Input History: </b>Text previously entered in an entry field is available in a dropdown listbox when the same entry field is reaccessed.
    - The <b>installer</b> now can be launched directly from a write-protected directory and the installation process completes considerably faster.
    - The <b>Preference Dialog</b> has been redesigned.
    - <b>Dynpro Splitter:</b> The feature to display two subscreens divided by a horizontal or vertical splitter has been implemented.
    <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> lists the supported platforms and will include latest news on support for Mac OS X 10.5 (Leopard).
    Best regards
    Rolf-Martin

    Hello Mac users,
    ANN: SAP GUI for Java 7.10 rev 1 available for download officially supports Leopard.
    Best regards
    Rolf-Martin

  • Hi please forword this massage  I have a problem whith paid registration  When i did check and bought 2 ringtones  i paid her  Yesterday but amount taken off my card and i do not know why   If you have  a subscrition to someting please delete ann just qhe

    Hi please forword this massage
    I have a problem whith paid registration
    When i did check and bought 2 ringtones  i paid her
    Yesterday but amount taken off my card and i do not know why 
    If you have  a subscrition to someting please delete ann just qhen i dicide to buy someting then i take maney
    Sent from my iPhone

    Please repost in your native language, as your present post makes no sense.

  • ANN vCam AS3

    Announcing vCam AS3 for Flash. For those of you who are
    unfamiliar with vCam, I’ll give you a brief explanation. In
    2005, Sham Bhangal and Dave Dixon released the original vCam or
    “virtul camera” for Flash. Let’s say you are
    working on an animation and you want the animation to pan from left
    to right. Normally you would have to create tweens for all the
    layers in your timeline. However, the vCam allows a Flash developer
    to animate a single vCam instance on the timeline to create the
    same pan. Simply place the vCam on left side of the stage and
    create a motion tween to the right side of the stage. Publish out
    your file and bam! You’ve just made your scene pan with a
    single tween. Pans aren’t the only thing you could do with
    vCam. You could also change it’s size and add color
    transformations.
    Now vCam AS3 brings a whole new list of features, including:
    - Rotation
    - Blur
    - Brightness/Contrast
    - Hue/Saturation
    - and more!
    Visit
    www.bryanheisey.com for more
    information and download the source for free.

    As this does sound nice, please refrain from advertising
    here. Read the posting guidlines
    "We gave at the office! No advertising or solicitation is
    permitted on Adobe's Online Forums. However, if you have an
    announcement to make that is of direct interest to a particular
    forum topic - a single post is acceptable, as long as you add 'ANN'
    (for 'announcement') to the beginning of your subject line. This
    way people who are not interested can easily skip past your post."
    So, maybe you could change your topic title to read "ANN vCam
    blah blah". However, it really should be in the ActionScript 3
    forums, and not under general.

  • I get this error message when I try to back up my laptop:  Time machine could not complete the backup.  The backup disc image "/Volumes/Data/Lou Ann Buesing's Mac Book Pro. sparse bundle is already in use.  Anyone know how to fix it?

    I get this error message when I try to back up my laptop:
    ' Time machine could not complete the backup.  The backup disc image "/Volumes/Data/Lou Ann Buesing's Mac Book Pro. sparse bundle' is already in use. "
    Anyone know how to fix it?

    Reboot the TC.. Sometimes you need to reboot the whole network.
    This is what comes of Lion and then made worse in Mountain Lion of Apple not spending enough time to fix the bugs.
    Read C12 in pondini.
    http://pondini.org/TM/Troubleshooting.html
    C17 can be related I think.

  • Customizing rulset of flexPMD 1.2

    Hi,
    I am totally new to FlexPMD and iam happy that i got succeeded in executing FlexPMD commandline tool version 1.2 for my flex project and take care of the warnings.
    I just wanted to customize or add some extra rules in addition to the existing ruleset available with version 1.2
    I read the instructions given in http://opensource.adobe.com/wiki/display/flexpmd/Get+Source+Code to download the source code and followed as per mentioned.
    I got the entire source code (including branch, trunk,..etc)..As I mentioned before since i wanted to customize the rule available with version 1.2, i thought  i need to edit the project flex-pmd-ruleset of 1.2 which is found inside "trunk" folder.
    Before doing that, Iam supposed to make the environment ready as mentioned in http://opensource.adobe.com/wiki/display/flexpmd/Developer+Documentation.
    while i tried to execute the mvn package command into flex-pmd-parent folder, i did not have internet access to my machine..
    is the command internally access any resource from net in order to build the project?
    i got the following error msg after a long list of warnings......
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Adobe Flex PMD Java Parent 1.2
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repository.codehaus.org/org/apache/maven/plugins/maven-compi
    ler-plugin/maven-metadata.xml
    Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/
    plugins/maven-compiler-plugin/maven-metadata.xml
    Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compil
    er-plugin/maven-metadata.xml
    [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-compiler-pl
    ugin/maven-metadata.xml from dist.codehaus.org (http://dist.codehaus.org): No co
    nnector available to access repository dist.codehaus.org (http://dist.codehaus.o
    rg) of type legacy using the available factories WagonRepositoryConnectorFactory
    [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-compiler-pl
    ugin/maven-metadata.xml from repository.codehaus.org (http://repository.codehaus
    .org): Error transferring file: repository.codehaus.org
    [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-compiler-pl
    ugin/maven-metadata.xml from mc-release (http://mc-repo.googlecode.com/svn/maven
    2/releases): Error transferring file: mc-repo.googlecode.com
    [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-compiler-pl
    ugin/maven-metadata.xml from central (http://repo1.maven.org/maven2): Error tran
    sferring file: repo1.maven.org
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Adobe Flex PMD Java Parent ........................ FAILURE [5.375s]
    [INFO] As3 Parser API .................................... SKIPPED
    [INFO] As3 Maven plugin Utils ............................ SKIPPED
    [INFO] Adobe Flex PMD RuleSet test resources ............. SKIPPED
    [INFO] Adobe Flex PMD Files .............................. SKIPPED
    [INFO] As3 Parser ........................................ SKIPPED
    [INFO] Adobe Flex PMD RuleSet API ........................ SKIPPED
    [INFO] Adobe Flex PMD RuleSet ............................ SKIPPED
    [INFO] Adobe Flex CPD (Copy and Past Detector) ........... SKIPPED
    [INFO] Adobe Flex CPD Ant task ........................... SKIPPED
    [INFO] Adobe Flex PMD Core ............................... SKIPPED
    [INFO] Adobe Flex CPD Maven plugin ....................... SKIPPED
    [INFO] Adobe Flex PMD Command line API ................... SKIPPED
    [INFO] Adobe Flex CPD Command line ....................... SKIPPED
    [INFO] Adobe Flex PMD Ant task ........................... SKIPPED
    [INFO] Adobe Flex PMD Maven plugin ....................... SKIPPED
    [INFO] Adobe Flex PMD Command line ....................... SKIPPED
    [INFO] Adobe Flex Metrics ................................ SKIPPED
    [INFO] Adobe Flex Metrics command line ................... SKIPPED
    [INFO] Adobe Flex Metrics Ant task ....................... SKIPPED
    [INFO] Adobe Flex Metrics Maven plugin ................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 18.985s
    [INFO] Finished at: Wed Nov 24 18:07:50 IST 2010
    [INFO] Final Memory: 3M/6M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Error resolving version for plugin 'org.apache.maven.plugins:maven-compi
    ler-plugin' from the repositories [local (C:\Documents and Settings\pcuser\.m2\r
    epository), dist.codehaus.org (http://dist.codehaus.org), repository.codehaus.or
    g (http://repository.codehaus.org), mc-release (http://mc-repo.googlecode.com/sv
    n/maven2/releases), central (http://repo1.maven.org/maven2)]: Plugin not found i
    n any plugin repository -> [Help 1]
    I even tried the same mvn package command for flex-pmd-parent for version 1.1 inside trunk for which i got the following error....
    [ERROR] The build could not read 26 projects -> [Help 1]
    [ERROR]
    [ERROR]   The project com.adobe.ac:as3-parser:1.1 (F:\FlexPMD Source code\tags\1
    .1\as3-parser\pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM: Could not transfer artifact com.adobe.ac:
    flex-pmd:pom:1.1 from central (http://repo1.maven.org/maven2): Error transferrin
    g file: repo1.maven.org and 'parent.relativePath' points at wrong local POM @ li
    ne 8, column 11: Unknown host repo1.maven.org -> [Help 2]
    [ERROR]
    [ERROR]   The project com.adobe.ac:as3-parser-api:1.1 (F:\FlexPMD Source code\ta
    gs\1.1\as3-parser-api\pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM: Could not transfer artifact com.adobe.ac:
    flex-pmd:pom:1.1 from central (http://repo1.maven.org/maven2): Error transferrin
    g file: repo1.maven.org and 'parent.relativePath' points at wrong local POM @ li
    ne 7, column 11: Unknown host repo1.maven.org -> [Help 2]
    i also tried opening the project files in eclipse galileo without executing mvn package command ...i noticed many errors in import statements where the actual package referred does not even exist in the code...pls refer the attached image..is the source code downloaded is unstable...
    where am i going wrong...pls help me with a detailed procedure to set the environment so that i can customize the ruleset...

    The documentation has not been updated since early days of planning, I am not even sure if it is still valid as in my experience it is hardly ever used.
    If you are version 11.1.2 then I would assume it would be the file in the planning product installation directory.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to use flexpmd with flashdevelop?

    i find a link to show about flashdevlop at https://sourceforge.net/adobe/flexpmd/wiki/Overview/
    but it does not work now
    thanks ~

    Link

  • [FlexPMD] flexpmd.html report created with zero bytes [Plz help]

    hi folks,
    initially i integrated FlexPMD with Maven.
    when i tried to build it creates the following:
    two folders:
    * CSS --- contains css files
    * Images --- contains image files
    two files:
    flexpmd.html -- created with zero bytes
    pmd.xml -- it lists the violations.
    my pom.xml
    <plugin>
    <groupId>com.adobe.ac</groupId>
    <artifactId>flex-pmd-maven-plugin</artifactId>
    <version>1.0.RC3</version>
    <executions>
        <execution>
        <goals>
            <goal>check</goal>
        </goals>
        </execution>
    </executions>
    <configuration>
        <ruleSet>${basedir}/pmd-ruleset.xml</ruleSet>
        <outputDirectory>${basedir}/target/pmd</outputDirectory>
    </configuration>
    </plugin>
    then i tried to integrate with Hudson, i configured this pmd.xml with hudson, its showing empty graph(see below)
    could you tell me , why this flexpmd.html is generated with zero bytes and why i'm not able to see plotted graph
    i tried the following version 1.0.RC4,1.0.RC5 and 1.1. but these versions also creating empty html report and some versions not running under hudson.
    please provide the correct version and details to solve this issue.
    please help in this issue, no help except this forum... i googled already did nt get any help.
    correct me if i'm wrong.
    thanks in advance.
    Regards,
    Mani

    Hi,
    What do you have in the console log?
    Please, try with 1.1.
    Xavier

  • Questions and Answers for Ann Rosenberg for March 11 Webinar

    Hello,
    Please reply to this thread with any questions or discussion points related to Ann Rosenberg's Webinar on March 11, 8AM PST "Running a Successful BPM Practice for SAP Customers"
    [View the announcement page|https://www.sdn.sap.com/irj/scn/wiki?path=/display/events/annRosenbergWebinar-RunningaSuccessfulBPMPracticeforSAPCustomers%252CWedsMarch11%252C11AMEastern]for more information, or to register.
    About the speaker
    Ann Rosenberg is Global Practice Head for Business Process Management in SAP's Business Transformation Consulting Team.  Ms. Rosenberg has been with SAP since 2000, holds a Black Belt in Six Sigma, and an executive MBA from SIMI. She has extensive experience in setting up BPM competency centers, and helping IT departments execute transformational change to support process-oriented organizations. Ms. Rosenberg recently published the book Business Process Management - The SAP Roadmap.

    Hi Ashish,
    There are several options for you. With the process list that is part of the Process Desk, you can display all running, completed, and canceled processes that are relevant for you.  [Displaying Processes in the Process List|http://help.sap.com/saphelp_nwce711/helpdata/en/d1/6d5ee426da4a84951c5acad77a1911/content.htm ] 
    In addition, with SAP NetWeaver Administrator, if you have administrative rights to a process you can find out if the process completed successfully or not, who executed tasks in the process, what is the data in the process context, etc.  [Managing Processes and Tasks with SAP NetWeaver Administrator|http://help.sap.com/saphelp_nwce711/helpdata/en/58/c325d5323b447ebb9d020c7fbaa5be/content.htm]
    Currently there is not a public API for accessing the native process metadata, but this will come with wave 2.  However, if you have important process metrics that you would like to track today, you can always add an automated activity to your process model that posts process data to a web service.
    Kind regards,
    Michael
    Updated links

  • FlexPMD not working in Ant 1.7

    When attempting to run FlexPMD in Ant 1.7.0, we receive this error message:
    Couldn't find that class Can't find resource com/adobe/ac/pmd/rulesets/architecture.xml. Make sure the resource is a valid file or URL or is on the CLASSPATH
    However, switching to Ant 1.8 resolves the problem completely.
    Does FlexPMD support Ant 1.7.0?
    Anybody know why we might be getting this message? 
    Thanks

    We resolved the issue.
    It seems the Ant 1.7 supplied to us contained an old pmd-4.1.jar in the lib directory.   Removing that jar solves the problem.

  • Can ann one help me !!

    hello For all
    can any one help me for my mobile nokia 6021 with bluetooth in this few days I didn't open the bluetooth for 2 weeks so now when I want to switsh it on it didn't ???~~!!!!!
    so the mobile now like a mobile with no bluetooth!
    so help me
    and how can I fix it!
    and thank you!
    Best Regards
    Aladin
    EDIT: Removed contact detailsMessage Edited by serenity on 15-Mar-2007
    03:20 PM

    Hi Ann,
    I do not have great exposure to WF.  The Business Transaction (GLVOR) is very much required for any transaction postings in FI and CO.
    For example, in this case, RFBU should have been filled in the transaction.
    I am not sure, how you will populate this field in WF.
    Hope this little helps in moving forward on the problem.
    Rgds,
    Sreeni

Maybe you are looking for

  • My iphone3g is not working anymore, after try to upgrade. Why is that?

    Anyone can let me have AT&T's email address for asking help to unlock my old iPhone 3G. A relative gave it to me last year. It work alright with my Vodafone sim till I try to upgrade it lately. Now it just go into no service. I were told AT&T lock it

  • Vid to DVD

    I want to convert a 2-hour videocassette recording to dvd. My EzCAP converter (between VCR and iMac) will convert a five-second clip to a 15MB viewable movie file but the whole, two hour vid converted into a huge file (I forgot the size) and froze my

  • How do I stop Quicktime from...

    How do I stop Quicktime from being the default player for MP3s on IE6? I've disabled everythging I can think of. but QT still launches in a new browser window when I select an MP3. I just need to get back to Windows Media Player. Thanks in advance Ge

  • Quick find image by date

    Is there a quick way of filtering by date without having to open the Filter HUD and use either Calandar or Date criteria; both of which are clunky? (Often have to select date criteria to add to the HUD which takes even longer!!) I want to be able to

  • Exporting entire track with silence.

    I have a project with multiple guitar and vocal tracks.  I didn't record from beginning to end on each of the tracks, so there gaps at the beginning and through for many of the tracks.  When I export them I want them to include the silence to keep al