Thanks for the info.
On 28/08/2007, Jeff Butler <[EMAIL PROTECTED]> wrote:
>
> Classloading with the Eclipse plugin is very complex and it (obviously)
> won't find your properties files when running Abator from the eclipse menu.
> I am working on a solution to this and will hopefully be able to release it
> in the next couple of months. It will involve a custom launch configuration
> for Abator where you can specify the class path.
>
> In the meantime, you should use the Abator Ant task in Eclipse and add
> values to the classpath. There is a page in the eclipse help for Abator
> that shows how to use the integrated ant task.
>
> Jeff Butler
>
>
>
> On 8/28/07, Fearghal O Maolcatha <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm trying to reference a .properties file using the 'properties' child
> >
> > element of 'abatorConfiguration' as follows:
> >
> > *<abatorConfiguration>
> > <properties resource="config/sqlmaps/db.properties"/>
> > <abatorContext id="DB2Tables" generatorSet="Java5">
> > <jdbcConnection driverClass="${db.driverClass}"
> > connectionURL="${db.connectionUrl}"
> > userId="${db.username}"
> > password="${db.password}">
> > <classPathEntry location="${ db.driverJarFile}" />
> > </jdbcConnection>
> >
> > .....*
> >
> > I'm getting the following error when I try to generate the Ibatis
> >
> > artifacts using the Eclipse plugin:
> >
> > *"XML Parser Errors
> >
> > See Details for more Information
> >
> > <properties> resource config/sqlmaps/db.properties does not exist"*
> >
> > The file is on my classpath in eclipse under the package
> >
> > 'config.sqlmaps '. What classpath does Abator eclipse plugin use? Any
> >
> > ideas on how to resolve this issue?
> >
> > Thanks,
> >
> > Fearghal.
> >
> >
>
>
>