Need help to understand applications/accounting/build.xml

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

Need help to understand applications/accounting/build.xml

Ganath Rathnayake
Hi all,
Can anyone help me to understand the coding of the
applications/accounting/build.xml which will be a great help me to continue
on my works.
Also I change the module structure as src/ to src/main/java where we need to
do the changes?

--
thanks
Ganath
Reply | Threaded
Open this post in threaded view
|

Re: Need help to understand applications/accounting/build.xml

Jacques Le Roux
Administrator
Please use rather user ML for such questions, see why here :
http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@...

Thanks

Jacques

From: "Ganath Rathnayaka" <[hidden email]>

> Hi all,
> Can anyone help me to understand the coding of the
> applications/accounting/build.xml which will be a great help me to continue
> on my works.
> Also I change the module structure as src/ to src/main/java where we need to
> do the changes?
>
> --
> thanks
> Ganath
>

Reply | Threaded
Open this post in threaded view
|

Re: Need help to understand applications/accounting/build.xml

Adrian Crum-3
Jacques,

This ml is appropriate for this question. Ganath is part of the Google
Summer Of Code project, and he is working on organizing our source
folder structure.

-Adrian

On 6/5/2011 10:19 AM, Jacques Le Roux wrote:

> Please use rather user ML for such questions, see why here :
> http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@... 
>
>
> Thanks
>
> Jacques
>
> From: "Ganath Rathnayaka" <[hidden email]>
>> Hi all,
>> Can anyone help me to understand the coding of the
>> applications/accounting/build.xml which will be a great help me to
>> continue
>> on my works.
>> Also I change the module structure as src/ to src/main/java where we
>> need to
>> do the changes?
>>
>> --
>> thanks
>> Ganath
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Need help to understand applications/accounting/build.xml

Jacques Le Roux
Administrator
Oops Sorry Ganath and thanks Adrian,

Focused on other things I completly missed the point :/

A question inline...

From: "Adrian Crum" <[hidden email]>

> Jacques,
>
> This ml is appropriate for this question. Ganath is part of the Google
> Summer Of Code project, and he is working on organizing our source
> folder structure.
>
> -Adrian
>
> On 6/5/2011 10:19 AM, Jacques Le Roux wrote:
>> Please use rather user ML for such questions, see why here :
>> http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@...
>>
>>
>> Thanks
>>
>> Jacques
>>
>> From: "Ganath Rathnayaka" <[hidden email]>
>>> Hi all,
>>> Can anyone help me to understand the coding of the
>>> applications/accounting/build.xml which will be a great help me to
>>> continue
>>> on my works.

It's called by applications/build.xml (where the applications build order is defined) which itself is called by ./build.xml

>>> Also I change the module structure as src/ to src/main/java where we
>>> need to
>>> do the changes?

If you mean in term or repository, I guess the answer is there https://issues.apache.org/jira/browse/OFBIZ-4211. But maybe you would
like to have a branch in OFBiz?

Jacques


>>> --
>>> thanks
>>> Ganath
>>>
>>


Reply | Threaded
Open this post in threaded view
|

Re: Need help to understand applications/accounting/build.xml

Ganath Rathnayake
Hi Jacques,
I am currently forked the ofbiz trunk in the git-hub and use it to do my
changes. You can find it in [1].
In my question what I want to clear is that I have some compile errors after
I did the changes to the folder structure. So I thought the compile error
may be corrected by changing the accounting/build.xml (all the details I
sent to the mail in my previous mail). If you can help me to figure it out
then it would be great.

thanks
Ganath

[1] https://github.com/ganathr/ofbiz/