This was resolved on IRC a few days back, thanks for popping in there pamt/mct.
The issue was resolved by adding the PPF.jar to the libfiles.pattern patternset: <include name="PPF.jar"/> in system/PPF/build.xml. This will be resolved properly in a future release.
this is the error that i have when trying the helloworld plugin tutorial
C:\PPF\PPF-0.6\system\HelloWorld>ant
Buildfile: build.xml
compile:
compile.plugin:
[mkdir] Created dir: C:\PPF\PPF-0.6\system\HelloWorld\bin
[javac] Compiling 1 source file to C:\PPF\PPF-0.6\system\HelloWorld\bin
[javac] C:\PPF\PPF-0.6\system\HelloWorld\src\net\sourceforge\ppf\plugin\hell...
i tried to build a plugin for ppf but the build.xml doesn't seem to create a jar file
when i tried the example of helloworld i have the same problem. it opens an internet page and displays the xml file.
i have java jdk1.6.0_14 and installed ant 1.7.1
can someone help me on how to create the .jar file?.