Joined: Thu Sep 09, 2004 4:02 pm Posts: 3
|
Hi,
I am generating a mapping to an Oracle View.But it is not generating.
I set the includeViews to true in the build.xml file.
<middlegen
appname="${name}"
prefsdir="${src.dir}"
gui="${gui}"
includeViews="true"
databaseurl="${database.url}"
initialContextFactory="${java.naming.factory.initial}"
providerURL="${java.naming.provider.url}"
datasourceJNDIName="${datasource.jndi.name}"
driver="${database.driver}"
username="${database.userid}"
password="${database.password}"
schema="${database.schema}"
catalog="${database.catalog}"
>
When i run middlegen through an Ant
i am getting
BUILD FAILED
The <middlegen> task doesn't suport the "includeviews" attribute.
can anybody help me on this?
Thank You.
|
|