May be a good idea. Xalan has something similar (it's
the only other class in the package that has its main
Process class, I believe.)
Glen
--- Clay Leeds <[EMAIL PROTECTED]> wrote:
> Would it be possible and/or would it make sense to
> output the following
> information at the top of the ERROR
gmazza 2003/09/08 15:15:28
Modified:src/org/apache/fop/apps Tag: fop-0_20_2-maintain Driver.java
Log:
Commented out "logger not set" error message to allow for quiet running of FOP
without hardcoding Avalon into user's application.
Revision ChangesPath
No
Thomas,
Two concerns on making this change in our production
version:
1.) We do not have plans anytime soon for making a new
release of maintenance--so, if I made the change, the
new pdftranscoder.jar could be based only on a nightly
build--is that OK with you?
2.) I checked out xml-batik and r
Victor Mote wrote:
> I have committed a change for this specific instance, and am
> cleaning up the
> remaining items right now.
All of the global imports are now gone. Again, I apologize for the
inconvenience.
Victor Mote
Victor Mote wrote:
> Glen Mazza wrote:
>
> > Your IDE tool created another ".*" invalid import at
> > http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/
> > fo/extensions/svg/SVGElementMapping.java?rev=1.1&content-type=text
> > /vnd.viewcvs-markup.
> > Please fix it up--the Batik
vmote 2003/09/08 09:32:01
Modified:src/java/org/apache/fop/fo/extensions/svg
SVGElementMapping.java
Log:
remove extraneous import statement
Revision ChangesPath
1.2 +12 -14
xml-fop/src/java/org/apache/fop/fo/extensions/svg/SVGElementMap
Glen Mazza wrote:
> Your IDE tool created another ".*" invalid import at
> http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/
> fo/extensions/svg/SVGElementMapping.java?rev=1.1&content-type=text
> /vnd.viewcvs-markup.
> Please fix it up--the Batik team is requesting
> changes to t