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

Dennis Sosnoski updated JIBX-248:
---------------------------------

    Component/s:     (was: Generator Tools)

> Reports wrong location of class files
> -------------------------------------
>
>                 Key: JIBX-248
>                 URL: http://jira.codehaus.org/browse/JIBX-248
>             Project: JiBX
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: JiBX 1.1.6
>         Environment: Windows XP
>            Reporter: David Newcomb
>            Priority: Trivial
>
> Bug added to eclipse-plugin and Generator Tools because I'm not sure who does 
> this bit!
> I have 2 projects in eclipse located in:
> Z:\Quentin\Java\dino_common
> Z:\Quentin\Java\sitemanager
> with standard src/ target/classes directories below.
> My jibx files (pointed to my the plugin) are in the sitemanager project:
> Z:\Quentin\Java\sitemanager\src\main\java\com\quantel\sm\config\jibx\*
> With the sitemanager JiBX mappings folder pointing to  
> /src/main/java/com/quantel/sm/config/jibx
> The "JiBX parseMappedClasses watching these mapped classes:" paths just gives 
> the starting path of the current project and not the actual path of the 
> project that owns that class file e.g.
> JiBX parseMappedClasses begin
> JiBX parseMappedClasses watching these mapped classes:
>       
> \sitemanager\target\classes\com\quantel\dino\bus\event\CreateStatechange.class
>       \sitemanager\target\classes\com\quantel\sm\event\EventsContainer.class
>       
> \sitemanager\target\classes\com\quantel\sm\adaptor\isa\events\IsaClipNullEvent.class
>       
> \sitemanager\target\classes\com\quantel\sm\adaptor\genepool\GenePoolAdaptorOrm.class
> JiBX parseMappedClasses end
> show actually be
> JiBX parseMappedClasses begin
> JiBX parseMappedClasses watching these mapped classes:
>       
> \dino_common\target\classes\com\quantel\dino\bus\event\CreateStatechange.class
>       \sitemanager\target\classes\com\quantel\sm\event\EventsContainer.class
>       
> \sitemanager\target\classes\com\quantel\sm\adaptor\isa\events\IsaClipNullEvent.class
>       
> \sitemanager\target\classes\com\quantel\sm\adaptor\genepool\GenePoolAdaptorOrm.class
> JiBX parseMappedClasses end
> because the \first\ bit of path is the project name.
> I've marked this as trivial because in spite of the compiler saying the wrong 
> path, the JiBX_smCreateStatechange_access.class is created in the correct 
> place (next to the CreateStatechange.class) inside the 
> dino_common/target/classes/... folder.

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