Re: Maven-bundle-plugin Scala

2009-03-01 Thread Stuart McCulloch
2009/3/1 Josh Suereth joshua.suer...@gmail.com

 Apache Felix Users -

 I'm currently working om a scalac (the scala compiler) plugin that enforces
 all package imports within a scala module either come from that module or
 are exported by another module on its classpath.  I'd like to integrate
 into
 the bundle lifecycle.  Currently, for jar/war projects, the
 maven-scala-plugin executes before the maven-compiler-plugin (generating
 .class files for the .scala files and simply parsing the .java), then the
 maven-compiler plugin handles the actual  .java compilation and the whole
 lifecycle is happy.   Is this approach feasible for integration with the
 maven-bundle-plugin?


yes, it should be feasible - if you have any problems send a note to the
Apache Felix
users list (us...@felix.apache.org) as the maven-bundle-plugin is a Felix
sub-project.

Thanks!!
 -Josh Suereth


-- 
Cheers, Stuart


Re: Maven-bundle-plugin Scala

2009-03-01 Thread Mark Derricutt
I've used the scala plugin and the felix bundle plugin together in the past
with no problems, everything seemed to work perfectly normal, and the bnd
tool used by the bundle plugin operates on class files).
...and then Buffy staked Edward.  The End.


On Mon, Mar 2, 2009 at 8:14 PM, Stuart McCulloch mccu...@gmail.com wrote:

 2009/3/1 Josh Suereth joshua.suer...@gmail.com

  I'm currently working om a scalac (the scala compiler) plugin that
 enforces
  all package imports within a scala module either come from that module
 or
  are exported by another module on its classpath.  I'd like to integrate
  into
  the bundle lifecycle.  Currently, for jar/war projects, the



Maven-bundle-plugin Scala

2009-02-28 Thread Josh Suereth
Apache Felix Users -

I'm currently working om a scalac (the scala compiler) plugin that enforces
all package imports within a scala module either come from that module or
are exported by another module on its classpath.  I'd like to integrate into
the bundle lifecycle.  Currently, for jar/war projects, the
maven-scala-plugin executes before the maven-compiler-plugin (generating
.class files for the .scala files and simply parsing the .java), then the
maven-compiler plugin handles the actual  .java compilation and the whole
lifecycle is happy.   Is this approach feasible for integration with the
maven-bundle-plugin?


Thanks!!
-Josh Suereth