The function of the build.xml file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The function of the build.xml file

Brendan Vogt
Hi,

 

I'm not sure what the build.xml does.  I know it creates tables and
populates it.  But what else?

 

Brendan

Reply | Threaded
Open this post in threaded view
|

Re: The function of the build.xml file

BJ Freeman
the build.xml is related to ANT.
http://ant.apache.org/
the build tables is a function of ofbiz entity engine

Brendan Vogt sent the following on 10/23/2007 10:40 AM:

> Hi,
>
>  
>
> I'm not sure what the build.xml does.  I know it creates tables and
> populates it.  But what else?
>
>  
>
> Brendan
>
>
Reply | Threaded
Open this post in threaded view
|

RE: The function of the build.xml file

SkipDever
In reply to this post by Brendan Vogt
It depends on the argument passed.  It is a text file, have a look at it.
Look for the tags and start tracing.  There are tons of good ant books if
you need it.

-----Original Message-----
From: Brendan Vogt [mailto:[hidden email]]
Sent: Tuesday, October 23, 2007 10:40 AM
To: [hidden email]
Subject: The function of the build.xml file


Hi,



I'm not sure what the build.xml does.  I know it creates tables and
populates it.  But what else?



Brendan