You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/12/07 18:09:35 UTC

DO NOT REPLY [Bug 37819] New: - Build from source archive fails because of incorrect jasper.home property in build/build.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37819>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37819

           Summary: Build from source archive fails because of incorrect
                    jasper.home property in build/build.xml
           Product: Tomcat 5
           Version: 5.5.14
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bugzilla@schoenhaber.de


Build from apache-tomcat-5.5.14-src.tar.gz fails with:

build-jasper:
     [echo] ========== Building: jasper

BUILD FAILED
/work/mks/Build/Tomcat-dist-src/apache-tomcat-5.5.14-src/build/build.xml:590:
The following error occurred while executing this line:
/work/mks/Build/Tomcat-dist-src/apache-tomcat-5.5.14-src/build/build.xml:366:
The following error occurred while executing this line:
java.io.FileNotFoundException:
/work/mks/Build/Tomcat-dist-src/apache-tomcat-5.5.14-src/jasper/build.xml (No
such file or directory)

This is due to a jasper.home being set to "${basedir}/${jasper.project}" instead
of "${basedir}/${jasper.project}/jasper2" in build/build.xml.

BTW: When checking out Tomcat's source from
http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x there is no
jasper/jasper2 directory but what's contained in jasper/jasper2 in the source
distribution is contained directly in jasper in the checked out source. So, in
this case jasper.home being set to "${basedir}/${jasper.project}" is correct.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org