Jira error coming due to appending into the jar of compilation of linked xml 
file.
----------------------------------------------------------------------------------

                 Key: JIBX-328
                 URL: http://jira.codehaus.org/browse/JIBX-328
             Project: JiBX
          Issue Type: Bug
          Components: maven plugin
    Affects Versions: JiBX 1.2.1
         Environment: Window XP
            Reporter: Abhilash Ranjan
             Fix For: JiBX 1.2.1


I have created one Class in a Maven project suppose project1 and also written 
"binding" file for that class and complied by Jibx maven plugin . I have 
created another project suppose project2 and extending that class into this 
project class such as

project1.CalssTwo extends project2.ClassOne
and added maven dependencies of Project1.

I have written binding file for the ClassTwo and in that i am calling the 
binding file of ClassOne which is present into the project1 as
<import path="project1/src/java/resource/binding.xml" precompield="true"/>
or
<import path="project1/src/java/resource/binding.xml" />
now when i compeld it through maven plugin it is showing BUILD ERROR because of 
it cant't write into the project1.jar and jira error is showing.

I am not understanding why it wants to write into the Jar and also when it has 
already written(binding) into that jar cant it read and work as like Java 
inheritance. 

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

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to