[jboss-dev-forums] [Design of OSGi Integration] - Re: JavaCC files compile failure

alesj do-not-reply at jboss.com
Fri Apr 6 12:12:06 EDT 2007


Ok, at least I found out where the old package name was coming from - pom.xml in osgi-int module:

  |         <configuration>
  |           <sourceDirectory>${basedir}/src/main</sourceDirectory>
  | 			    <outputDirectory>${project.build.directory}/generated-sources/javacc/</outputDirectory>
  |           <packageName>org.jboss.vfs.bundle</packageName>
  |         </configuration>
  | 

I changed it to point to current javacc files package - org.jboss.osgi.plugins.metadata.
But this doesn't change the duplicate error.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035384#4035384

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035384



More information about the jboss-dev-forums mailing list