XMLizable is in xmlgraphics-commons.jar.
On 23.12.2008 05:19:25 Peter B. West wrote:
> I just tried to do a clean checkout, build and create a NetBeans project.
>
> Form a previous experience, I put ant.jar. qdox.jar and XMLUnit.jar in
> the lib directory, and tried to build 'package' from the co
I just tried to do a clean checkout, build and create a NetBeans project.
Form a previous experience, I put ant.jar. qdox.jar and XMLUnit.jar in
the lib directory, and tried to build 'package' from the command line.
Got a class not found fro XMLizable in one of the event producer tasks.
Manuel M
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336
Andreas L. Delmelle changed:
What|Removed |Added
Attachment #23048|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336
Andreas L. Delmelle changed:
What|Removed |Added
Attachment #23047|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46336
--- Comment #6 from Andreas L. Delmelle 2008-12-22
16:03:38 PST ---
Created an attachment (id=23047)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23047)
patch proposal
Another attempt, slightly better IIC, but still no
Never mind I had to download
jai-1_1_2_01-lib-windows-i586.exe
From: https://jai.dev.java.net/binary-builds.html
The wiki is a little outdated.
Regards,
Phil
--
View this message in context:
http://www.nabble.com/Configuring-Netbeans---missing--org.apache.fop.fonts-tp21126843p2112767
Thanks,
That has resolved the issue with the fonts. I still am missing:
import javax.media.jai.*
According to the wiki, there needs to be a source package folder called
src/java-1.4
However, I can't seem to find it.
Any thoughts?
Phil
--
View this message in context:
http://www.nabble.c
Fop has some generated source files which the ant build creates.
Run your ant build first then add the generated sources (build/gensrc) to
NetBeans as a second source directory. See also
http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide.
Manuel
-Original Message-
From: bonekrushe
Hi,
Hope you may help me out. I am configuring netbeans 6.5 with the latest FOP
trunk. I am getting an import error for the following:
import org.apache.fop.fonts.*;
and
import javax.media.*
However, I am able to do a clean build in ant. How can I resolve these in
netbeans?
Thanks,
Phil
-