While trying to get buildr working for the Eclipse RCP application
http://elexis.hg.sourceforge.net/hgweb/elexis/elexis-base
I wrote a small script (see attachement) to generate a buildfile (also
attached)
After running buildr osgi:resolve:dependencies I get a dependencies.yml which
looks quite good and which allows me to compile a few java files.
Elexis developers put a few *.jar files into lib subdirectories. These jarfiles
do not show up in the dependencies.yml. Therefore I added them directly into
the buildfile using
compile.dependencies << '#{jar}'
This trick allows me already to compile a few hundred java files.
Is this the correct way to do it or is this an error with buildr4osgi?
Also I think that in lib/buildr4osgi/osgi/packaging.rb "Bundle-Classpath" is
miss-capitalized and that it should be "Bundle-ClassPath".
I am unable to "rake install" for jruby as I cannot install the doc:setup
which requires mkmf. (I am running GNU/Debian/Linux squeeze).
Which platform can I use to develop and test?
There is one MANIFEST.MF (see attachment) which puzzles me most, as in the
dependencies.yml it shows up only as:
> elexisAll:elexis-utilities:
> dependencies: []
> projects:
> - elexisAll:h2-adapter
> - elexisAll:hsql-adapter
> - elexisAll:mysql-adapter
> - elexisAll:postgresql-adapter
Best regards
--
Niklaus Giger
Hi
While trying to get buildr working for the Eclipse RCP application
http://elexis.hg.sourceforge.net/hgweb/elexis/elexis-base
I wrote a small script (see attachement) to generate a buildfile (also
attached)
After running buildr osgi:resolve:dependencies I get a dependencies.yml which
looks quite good and which allows me to compile a few java files.
Elexis developers put a few *.jar files into lib subdirectories. These jarfiles
do not show up in the dependencies.yml. Therefore I added them directly into
the buildfile using
compile.dependencies << '#{jar}'
This trick allows me already to compile a few hundred java files.
Is this the correct way to do it or is this an error with buildr4osgi?
Also I think that in lib/buildr4osgi/osgi/packaging.rb "Bundle-Classpath" is
miss-capitalized and that it should be "Bundle-ClassPath".
I am unable to "rake install" for jruby as I cannot install the doc:setup
which requires mkmf. (I am running GNU/Debian/Linux squeeze).
Which platform can I use to develop and test?
There is one MANIFEST.MF (see attachment) which puzzles me most, as in the
dependencies.yml it shows up only as:
> elexisAll:elexis-utilities:
> dependencies: []
> projects:
> - elexisAll:h2-adapter
> - elexisAll:hsql-adapter
> - elexisAll:mysql-adapter
> - elexisAll:postgresql-adapter