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, Generator Tools
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
-------------------------------------------------------------------------
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