compile class without running build.xml

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

compile class without running build.xml

sqlien
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
Reply | Threaded
Open this post in threaded view
|

Re: compile class without running build.xml

BJ Freeman
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