[ 
http://jira.codehaus.org/browse/JIBX-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155986#action_155986
 ] 

David Newcomb commented on JIBX-246:
------------------------------------

Perhaps storing it in the buildCommand (inside the .project) might be a better 
idea.
You already have:

<buildCommand>
 <name>org.jibx.eclipse.JibxBindingBuilder</name>
 <arguments>
 </arguments>
</buildCommand>

so hopefully its not too much extra work to change it to:

<buildCommand>
 <name>org.jibx.eclipse.JibxBindingBuilder</name>
 <arguments>
 <argument name="location">/path/to/dir</argument>
 <argument name="verbose">true</argument>
 </arguments>
</buildCommand>


> Change location of JiBX configuration directory to .project file
> ----------------------------------------------------------------
>
>                 Key: JIBX-246
>                 URL: http://jira.codehaus.org/browse/JIBX-246
>             Project: JiBX
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: JiBX 1.1.6
>            Reporter: David Newcomb
>
> Our projects are held under source control (clearcase in our case).
> The current JiBX eclipse plugin's configuration information is split into 2 
> places. The mapping folder location is held as part of the workspace and the 
> project nature is held as part of the .project file.
> This means that we can not import the project into eclipse as a single step - 
> i.e. after importing the project we must explicitly set the mapping folder by 
> hand.
> Please can you store the JiBX configuration as part of the project's nature 
> (or somewhere in the .project/.classpath files).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to