epsilon.disposeModel ref attribute [message #6918] |
Fri, 12 December 2008 11:16  |
Eclipse User |
|
|
|
Hello,
I'm trying to remove a specific model midway through a build file, but
couldn't achieve what the Epsilon Book pdf says (section 13.4.4).
I believe the right thing to use is the epsilon.disposeModel task, and to
specify a ref attribute, as stated. The task had the form:
<epsilon.disposeModel ref="SomeModel"/>
Though, when I run this I get an error saying that epsilon.disposeModel
doesn't support the "ref" attribute. Maybe I've not found an example usage
of it somewhere?
Have a good weekend,
Edd
|
|
|
|
|
|
Re: epsilon.disposeModel ref attribute [message #563030 is a reply to message #6918] |
Fri, 12 December 2008 12:36  |
Eclipse User |
|
|
|
Hi Edd,
This is an error in the book (I'll fix it shortly). The correct way is
to use model instead of ref:
<epsilon.disposeModel model="SomeModel"/>
Cheers,
Dimitris
Edward Turner wrote:
> Hello,
>
> I'm trying to remove a specific model midway through a build file, but
> couldn't achieve what the Epsilon Book pdf says (section 13.4.4).
>
> I believe the right thing to use is the epsilon.disposeModel task, and
> to specify a ref attribute, as stated. The task had the form:
>
> <epsilon.disposeModel ref="SomeModel"/>
>
> Though, when I run this I get an error saying that epsilon.disposeModel
> doesn't support the "ref" attribute. Maybe I've not found an example
> usage of it somewhere?
>
> Have a good weekend,
>
> Edd
>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04008 seconds