build_installer_properties.xml missing

This evening I was implementing the “stream file to server” function in the file plugin as discussed on other threads.

But I was not able to build the plugins using the build.xml of the com.servoy.extension project because it references an “…/eclipse_build/build_installer_properties.xml” file which is not part of the open source deal.

I ended up creating my own build but is there any chance to get the missing piece (or even an abridged/sample version) to ease testing plugins at least?

Thanks!

Corrected in 52x code base

Thanks Jan, it works a lot better!

BTW, I was wondering if there was a way to grab the Eclipse target location to actually use it in the ant file to automatically deploy the plugins in the related /application_server/ folder?

Not sure, but you might be able to use ${servoy_install} as prefix when ant build is started from within eclipse

Jan Blok:
Not sure, but you might be able to use ${servoy_install} as prefix when ant build is started from within eclipse

Not working :{
I guess I will add a property in the ant file.

Thanks!