Am 26.08.11 10:11, schrieb Daniel Ebner:
> Hi everyone,
>
> I'm using betterForm as an extention of eXist. I've written Dojo-Classes
> for a custom control widget. Now I want to integrate this dojo-classes
> into the betterform.jar in the eXist extention.
> I copied my classes into a folder in
> BETTERFORM_HOME/resource/src/main/resources/scripts.
>
> The ant task "ant -f build-XRX.xml update-betterFORM" doesn't seem to
> integrate the new files into betterform.jar.
> Is there an existing ant task for depoying a developer version of
> betterform to eXist that adds additional dojo classes?
>
> I also tried ant -f build-XRX.xml update-betterFORM-expoded but this
> build failed because I don't use ant 1.8.2 and wasn't able to upgrade my
> version.
I fear this would have been the right one (besides the typo - 'expoded'
-> exploded) - what's the problem with upgrading ant? Just should be a
download and probably (re)setting ANT_HOME. Unfortunately we need this
Ant version as there's one new task we use.
>
> Cheers Daniel
>
>
|