Precompiled classes not accessible while compiling 
---------------------------------------------------

                 Key: JIBX-341
                 URL: http://jira.codehaus.org/browse/JIBX-341
             Project: JiBX
          Issue Type: Bug
          Components: eclipse-plugin, maven plugin
    Affects Versions: JiBX 1.2.1
            Reporter: bavani madangopal
            Priority: Critical


Assume two projects A and B are interdependent.

Say a project A has a first-binding.xml as below:

binding xmlns:tns="http://url";>
<namespace uri="http://url"; prefix="tns" />
<mapping abstract="true" type-name="tns:First" class="projectA.dto.FirstDTO">
<value style="attribute" name="identifier" field="identifier" usage="optional"/>
</mapping> 
</binding>

Say a project B has a binding.xml as below:

binding xmlns:tns="http://url";>
<namespace uri="http://url"; prefix="tns" />
<include path="first-binding.xml" />
<mapping abstract="true" type-name="tns:First" class="projectB.dto.SecondDTO">
<value style="attribute" name="identifier" field="identifier" usage="optional"/>
</mapping> 
</binding>

Once I have successfully built Project A and then when I try to compile Project 
B.

The following build error:
Internal error - cannot modify class projectA.common.dto.FirstDTO loaded from 
D:\repo\bundles\base\common\1.0common-base-1.0.jar

Please advice.




-- 
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

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to