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=37977>.
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=37977





------- Additional Comments From [EMAIL PROTECTED]  2006-06-01 01:28 -------
I ran into similar problems...

-> BUILDING.txt should contain a section on installing subversion
-> in the initial build.xml, I changed

    <exec dir="${basedir}" executable="svn">
         <arg line="checkout ${svnroot}/${current.loc} ${basedir}" />
    </exec>

to

    <exec dir="${basedir}" executable="svn" 
     inputstring="t${line.separator}" failonerror="true">
         <arg value="checkout" />
         <arg value="${svnroot}/${current.loc}" />
         <arg value="${basedir}" />
    </exec>

This fixes two problems:
(1) whitespace in the filenames is handled correctly
(2) svn temporarily accepts the self-signed certificate of svn.apache.org

With these changes, the build went just smoothly for me!

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to