running Abator in Eclipse, but it can't seem to find my target project:

Building Abator IBATIS files
warnings: 1
The specified target project directory JPS does not exist

in my abatorConfig.xml

<javaModelGenerator targetPackage="com.base.domain.model"
targetProject="JPS"/>
<sqlMapGenerator targetPackage="com.base.dao.ibatis" targetProject="JPS"/>
<daoGenerator type="SPRING" targetPackage="com.base.dao"
targetProject="JPS"/>

Any suggestions?



-- 
View this message in context: 
http://www.nabble.com/The-specified-target-project-directory-JPS-does-not-exist-tp21853842p21853842.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to