Page 1 of 1

build_installer_properties.xml missing

PostPosted: Thu Jun 10, 2010 4:40 am
by ptalbot
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!

Re: build_installer_properties.xml missing

PostPosted: Thu Jun 10, 2010 6:48 pm
by Jan Blok
Corrected in 52x code base

Re: build_installer_properties.xml missing

PostPosted: Thu Jun 10, 2010 7:09 pm
by ptalbot
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?

Re: build_installer_properties.xml missing

PostPosted: Thu Jun 10, 2010 7:54 pm
by Jan Blok
Not sure, but you might be able to use ${servoy_install} as prefix when ant build is started from within eclipse

Re: build_installer_properties.xml missing

PostPosted: Thu Jun 10, 2010 8:19 pm
by ptalbot
Jan Blok wrote: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!