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





------- Additional Comments From [EMAIL PROTECTED]  2005-02-18 13:43 -------
...
        <path id="sms-all-classes">
                <fileset dir="${bin}">
                        <include name="**/*.class"/>
                </fileset>

                <fileset dir="${jakarta.home}\common">
                        <include name="**/*.class"/>
                </fileset>
                <fileset dir="${jakarta.home}\server">
                        <include name="**/*.class"/>
                </fileset>
                <fileset dir="${jakarta.home}\shared">
                        <include name="**/*.class"/>
                </fileset>
        </path>
        <path id="sms-all-jars">
                <fileset dir="${lib}">
                        <include name="**/*.jar"/>
                </fileset>

                <fileset dir="${jakarta.home}\common">
                        <include name="**/*.jar"/>
                </fileset>
                <fileset dir="${jakarta.home}\server">
                        <include name="**/*.jar"/>
                </fileset>
                <fileset dir="${jakarta.home}\shared">
                        <include name="**/*.jar"/>
                </fileset>
        </path>
        <path id="sms-all">
                <path refid="sms-all-jars"/>
                <path refid="sms-all-classes"/>
        </path>

        <target name="init">
                <tstamp/>
        </target>

        <target name="compile" depends="init">
                <javac
                        classpathref="sms-all"
                        srcdir="${src}"
                        destdir="${bin}"
                        listfiles="yes"
                />
...


-- 
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