[ 
https://jira.codehaus.org/browse/JIBX-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=273190#comment-273190
 ] 

Don Corley commented on JIBX-445:
---------------------------------

Jan,

I've removed the eclipse dependencies from the jibx-maven-plugin and deployed 
the new code to the maven snapshot repository. I'm pretty sure this code was 
there to fix a very old eclipse OSGi dependency conflict.

This should fix your problem since I removed all the eclipse dependencies from 
the jibx plugin.

Please give it a shot and see this fixes your problems.

To use the snapshot version, just change your jibx (plugin and dependency) 
versions from 1.2.3 to 1.2.4-SNAPSHOT and include this xml in your maven 
project file:

<pluginRepositories>
  <pluginRepository>
    <id>sonatype-snapshots</id>
    <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
  </pluginRepository>
<pluginRepositories>

If this works, please close this bug!

Thanks,

Don

> Missing eclipse dependencies when running schema-codegen goal with custom 
> classes
> ---------------------------------------------------------------------------------
>
>                 Key: JIBX-445
>                 URL: https://jira.codehaus.org/browse/JIBX-445
>             Project: JiBX
>          Issue Type: Bug
>          Components: maven plugin
>    Affects Versions: JiBX 1.2.3
>            Reporter: Jan De Moerloose
>            Assignee: Don Corley
>
> When trying to run schema-codegen with a custom NameConverter, maven misses 
> an eclipse dependency:
> 1) org.eclipse.core:runtime:jar:3.5.0
> I was able to make it run by adding the following dependencies manually:
> <dependency>
>       <groupId>org.eclipse.equinox</groupId>
>       <artifactId>preferences</artifactId>
>       <version>3.6.0</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.equinox.preferences_3.3.0.v20100503.jar</systemPath>
> </dependency>
> <dependency>
>       <groupId>org.eclipse.equinox</groupId>
>       <artifactId>common</artifactId>
>       <version>3.6.0</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar</systemPath>
> </dependency>
> <dependency>
>       <groupId>org.eclipse.core</groupId>
>       <artifactId>contenttype</artifactId>
>       <version>3.4.1</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar</systemPath>
> </dependency>
> <dependency>
>       <groupId>org.eclipse.core</groupId>
>       <artifactId>jobs</artifactId>
>       <version>3.5.1</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar</systemPath>
> </dependency>
> <dependency>
>       <groupId>org.eclipse.core</groupId>
>       <artifactId>resources</artifactId>
>       <version>3.6.0</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar</systemPath>
> </dependency>
> <dependency>
>       <groupId>org.eclipse.core</groupId>
>       <artifactId>runtime</artifactId>
>       <version>3.6.0</version>
>       <scope>system</scope>
>       
> <systemPath>${eclipse.home}/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar</systemPath>
> </dependency>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to