DO NOT REPLY [Bug 49517] some LOCALCLASSPATH variable assignments point to non-existant files

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49517

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Glenn Adams  2012-04-01 13:55:59 UTC ---
batch transition to closed remaining pre-FOP1.0 resolved bugs

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49517] some LOCALCLASSPATH variable assignments point to non-existant files

2010-06-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49517

Simon Pepping  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Simon Pepping  2010-06-29 15:03:12 EDT 
---
It would be nice if you told explicitly which changes you made.

The jar files which you removed because they are not part of the binary
distribution, could be present in the system of other users. fop-hyph.jar may
be downloaded from https://sourceforge.net/projects/offo/ and placed in lib, or
in build, or in %FOP_HYPHENATION_PATH%. fop-sandbox.jar can be built from the
source distribution and then is placed in the build directory.

It is not a problem to include non-existent entries in the classpath; therefore
the batch file is correct.

Note also that batch files use a weak and outdated programming language.
Therefore one must list all possible jar files to make it work for everyone.
Shell scripting on Unix and jscript on windows are much more powerful. Those
scripts look at what is actually present in the system, and list that in the
classpath.

I wish people would not only update their expectations, but also their tools.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.