Currently, I use this:

                <rapc output="${cod.name}" srcdir="${src.dir}" 
destdir="${build.dir}">
                        <jdp file="project.properties">
                                <entry file="entryGUI.properties" />
                        </jdp>
                ...<snip>...
                </rapc>

and this is in a "common" build.xml.  However, there are some projects
that do not require the <entry /> as they have only one entry point.

How can I use this entry ONLY if the entryGUI.properties file exists?

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to