Help needed for installation of ofbiz without source code

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

Help needed for installation of ofbiz without source code

arjun_1r
We are modifying ofbiz application according to our client requirements. so
when i am installing our software in client place i want to give only
application without the source code. Is there any way to do it. Please help
me with your ideas.
Reply | Threaded
Open this post in threaded view
|

Re: Help needed for installation of ofbiz without source code

Jacques Le Roux
Administrator
You will have to deliver jars but not the source. No other ways than by hand, nothing specific to OFBiz

Jacques

Le 20/02/2015 06:41, Arjun Rajappan a écrit :
> We are modifying ofbiz application according to our client requirements. so
> when i am installing our software in client place i want to give only
> application without the source code. Is there any way to do it. Please help
> me with your ideas.
>
Reply | Threaded
Open this post in threaded view
|

Re: Help needed for installation of ofbiz without source code

arjun_1r
I don't know how to deliver only jars without source... can you provide me
some help full links or files regarding this.

On Fri, Feb 20, 2015 at 12:37 PM, Jacques Le Roux <
[hidden email]> wrote:

> You will have to deliver jars but not the source. No other ways than by
> hand, nothing specific to OFBiz
>
> Jacques
>
> Le 20/02/2015 06:41, Arjun Rajappan a écrit :
>
>  We are modifying ofbiz application according to our client requirements.
>> so
>> when i am installing our software in client place i want to give only
>> application without the source code. Is there any way to do it. Please
>> help
>> me with your ideas.
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Help needed for installation of ofbiz without source code

Jacques Le Roux
Administrator
You need to understand what I'm saying, this is not rocket science, only Java.
But you will still need to deliver XML, Freemarker and Groovy files. So anyway it's a lost cause, or you need to find your own way to do that, it's a
commercial not technical point.

Jacques

Le 20/02/2015 08:24, Arjun Rajappan a écrit :

> I don't know how to deliver only jars without source... can you provide me
> some help full links or files regarding this.
>
> On Fri, Feb 20, 2015 at 12:37 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> You will have to deliver jars but not the source. No other ways than by
>> hand, nothing specific to OFBiz
>>
>> Jacques
>>
>> Le 20/02/2015 06:41, Arjun Rajappan a écrit :
>>
>>   We are modifying ofbiz application according to our client requirements.
>>> so
>>> when i am installing our software in client place i want to give only
>>> application without the source code. Is there any way to do it. Please
>>> help
>>> me with your ideas.
>>>
>>>
Reply | Threaded
Open this post in threaded view
|

Re: Help needed for installation of ofbiz without source code

Nicolas Malin-2
In reply to this post by arjun_1r
just under bash shell :

$ cd  yourofbiz; ./ant; find . -name *.java -delete
And create your package.

But you can't remove xml, groovy  and ftl source

Nicolas

Le 20/02/2015 08:24, Arjun Rajappan a écrit :

> I don't know how to deliver only jars without source... can you provide me
> some help full links or files regarding this.
>
> On Fri, Feb 20, 2015 at 12:37 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> You will have to deliver jars but not the source. No other ways than by
>> hand, nothing specific to OFBiz
>>
>> Jacques
>>
>> Le 20/02/2015 06:41, Arjun Rajappan a écrit :
>>
>>   We are modifying ofbiz application according to our client requirements.
>>> so
>>> when i am installing our software in client place i want to give only
>>> application without the source code. Is there any way to do it. Please
>>> help
>>> me with your ideas.
>>>
>>>