Hi,

Copy the build.xml to your application.

Then put project name as your project name component, and also change
the <target name="init"> Property value to your project name.It will
build the jar file in that name.

 

<project name="demoPurpose Component" default="jar" basedir=".">

 

<target name="init">

        <property environment="env"/>

        <property name="desc" value="demoPurpose Component"/>

        <property name="name" value="demoPurpose"/>

        <property name="ofbiz.home.dir" value="../.."/>

        <property name="src.dir" value="src"/>

        <property name="dtd.dir" value="dtd"/>

        <property name="lib.dir" value="lib"/>

        <property name="build.dir" value="build"/>

    </target>

 

-----Original Message-----
From: jaki [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 23, 2008 10:50 AM
To: [email protected]
Subject: compiling java files

 

 

Hi, 

I was going through Si Chen's tutorials and working on the hello3 app.
As

part of that, I am required to write a java program but it seems to
compile

it you have to use ant and build.xml (new to java, so these concepts are
new

to me as well). The tutorial says build.xml can usually be copied over
from

the other ofbiz apps but a cross examination of the different build.xml

files revealed some differences to me. So, what changes do I have to
make to

make it work for my app or I can, as the tut says, just copy it into my
app

folder? Kindly help

-- 

View this message in context:
http://www.nabble.com/compiling-java-files-tp17418910p17418910.html

Sent from the OFBiz - User mailing list archive at Nabble.com.

 

 

 

 

Thanks & Regards, 

Pramod Kumar Das 

Satyam Computer Services Ltd.| VBU-Retail

S - 1,Maitree Vihar Road,Chandrasekharpur,Bhubaneshwar Orissa -751023 

Phone - 0674 - 391 - 2323  Extn -2602  Mobile - 09438039476

 



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.

Reply via email to