[ 
https://jira.codehaus.org/browse/JIBX-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mathias Wiegard reopened JIBX-457:
----------------------------------


Thanks for the hints! I changed the jibx plugin and adapted your suggestion to 
choose <schemaBindingDirectory/> but Maven reports again the error that "Target 
directory ...generated-sources\jibx is not writeable." I work on Windows 7 and 
already turned of the indexing service in my code folder but the error still 
remains.
Any suggestions?

> default target directory for generated code, target directory doesn't work
> --------------------------------------------------------------------------
>
>                 Key: JIBX-457
>                 URL: https://jira.codehaus.org/browse/JIBX-457
>             Project: JiBX
>          Issue Type: Bug
>          Components: maven plugin
>    Affects Versions: JiBX 1.2.3
>         Environment: Maven 2.2.1, JDK 5 Update 22
>            Reporter: Mathias Wiegard
>            Assignee: Don Corley
>             Fix For: JiBX 1.2.3
>
>
> the default target directoy for the generated source ist 
> target/generated-sources. This isn't conform to the Maven default convention. 
> This causes problems e.g. in my Intellij Editor. Could you please change the 
> folder to target/generated-sources/jibx, please?
> I also tried a workaround to manually set the target directory by hand:
> <execution>
>  <id>generate-java-code-from-schema</id>
>   <goals>
>                             <goal>schema-codegen</goal>
>                         </goals>
>                         <configuration>
>                             
> <targetDirectory>${project.build.directory}/generated-sources/jibx</targetDirectory>
>                             <options>
>                                 
> <package>com.bmw.swll6.business.vkc.kv.integration.transfer</package>
>                             </options>
>                         </configuration>
>                     </execution>
> This also doesn't work (Jibx says that this folder is not writeable).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to