It seems this will solve my problem if I find a way to pass the
properties to a schemaexport-task run from the antrun-plugin.


It is a quite simple:

<configuration>
   <tasks>
       <ant antfile="build.xml">
            <property
file="{basedir}/project/relative/path/to/properties.file />
           <target name="generate.clients" />
       </ant>
   </tasks>
</configuration>

You could pass properties to ant target using ant's property
task<http://ant.apache.org/manual/CoreTasks/property.html>
.

Kind Regards,

--
Regards
Erik




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




--
Marcos Silva Pereira
recife - pe
[EMAIL PROTECTED]
skype: marcos.silva.pereira
http://blastemica.blogspot.com

Reply via email to