Hello,

I have source directories that are added to my maven project during the 
generate-sources phase, but maven-bundle-plugin ignores this directories. 
Is this intentional? 

Here a small example that shows what is happening: for the project tree 
below, the source directories java_internal and java_public are added to 
my maven project by some plugin, and maven-bundle-plugin is configured as 
follows:
<configuration>
  <instructions>
    <Bundle-Activator>foo.internal.FooActivator</Bundle-Activator>
  </instructions>
</configuration>

My problem is that the package "foo_public" is not exported, and I get an 
error from bnd:  "Bundle-Activator not found on the bundle class path nor 
in imports: foo.internal.FooActivator"

\---main
    +---java
    |   \---foo_default
    |           FooFrame.java
    |
    +---java_internal
    |   \---foo
    |       \---internal
    |               FooActivator.java
    |
    +---java_public
    |   \---foo_public
    |           FooButton.java
    |
    \---resources
        \---foo
            \---internal
                    text.txt

Thanks

-- clovis

______________________________________
Diese E-Mail kann vertrauliche und geschuetzte Informationen enthalten. Wenn 
diese E-Mail nicht für Sie bestimmt ist, bitten wir Sie, uns unverzueglich zu 
informieren und sie zu loeschen. 

This e-mail message may contain information, which is confidential and 
protected. If you are not the intended recipient of this message, we ask you to 
inform us immediately and delete the message afterwards.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to