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

Don Corley resolved JIBX-457.
-----------------------------

    Resolution: Fixed

Mathias,
Klaus is correct.
You will have to use the new jibx-maven-plugin, not the old maven-jibx-plug.
The code has been merged so either plugin will work the the next JiBX release.
Thanks,
Don

> 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

        

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to