You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jon Scott Stevens <jo...@latchkey.com> on 2002/04/30 04:24:22 UTC

Bad dependency?

What the heck? I thought that these packages were not supposed to have
dependencies on other projects??????????

On top of it, the build.properties.sample wasn't updated to reflect the need
for this dependency.

-jon

compile:
    [javac] Compiling 12 source files to
/Users/jon/checkout/jakarta-commons-sandbox/util/target/classes
    [javac] 
    [javac] Found 6 semantic errors compiling
"/Users/jon/checkout/jakarta-commons-sandbox/util/src/java/org/apache/common
s/util/XmlUtils.java":
    [javac] 
    [javac]     57. import org.apache.commons.lang.Strings;
    [javac]                <----------------------------->
    [javac] *** Error: "org/apache/commons/lang/Strings" is either a
misplaced package name or a non-existent entity.
    [javac] 
    [javac] 
    [javac]     68.         str = Strings.replace(str,"&","&amp;");
    [javac]                       <----->
    [javac] *** Error: "Strings" is either a misplaced package name or a
non-existent entity.
    [javac] 
    [javac] 
    [javac]     69.         str = Strings.replace(str,"<","&lt;");
    [javac]                       <----->
    [javac] *** Error: "Strings" is either a misplaced package name or a
non-existent entity.
    [javac] 
    [javac] 
    [javac]     70.         str = Strings.replace(str,">","&gt;");
    [javac]                       <----->
    [javac] *** Error: "Strings" is either a misplaced package name or a
non-existent entity.
    [javac] 
    [javac] 
    [javac]    113.         int count =
Strings.countMatches(text.substring(start, nextCloseIdx), open);
    [javac]                             <----->
    [javac] *** Error: "Strings" is either a misplaced package name or a
non-existent entity.
    [javac] 
    [javac] 
    [javac]    123.             count =
Strings.countMatches(text.substring(start, nextCloseIdx), open);
    [javac]                             <----->
    [javac] *** Error: "Strings" is either a misplaced package name or a
non-existent entity.

BUILD FAILED

/Users/jon/checkout/jakarta-commons-sandbox/util/build.xml:140: Compile
failed, messages should have been provided.

Total time: 3 seconds


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>