You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by sqlien <sm...@yahoo.fr> on 2007/10/09 13:55:53 UTC

compile class without running build.xml

Hi,

how to modify the behaviour of ofbiz to compile my classes without running
buid.xml.
I want eclipse compile my class when i modify it.

regards
-- 
View this message in context: http://www.nabble.com/compile-class-without-running-build.xml-tf4593715.html#a13114084
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: compile class without running build.xml

Posted by BJ Freeman <bj...@free-man.net>.
not recommended
if eclipse does compile, it will put all classes and libs in a
bin(usually) folder.
you will then need to copy the contents of the bin to ofbiz,
or copy ofbiz to the bin every time you compile.


sqlien sent the following on 10/9/2007 4:55 AM:
> Hi,
> 
> how to modify the behaviour of ofbiz to compile my classes without running
> buid.xml.
> I want eclipse compile my class when i modify it.
> 
> regards