Strange, it is working for me. As long as "mvn" is in your path, it
seems like it should work. I wonder if this is a Linux vs Windows issue...
If you specifically want to build the framework, then you can just type:
mvn -Dpackaging=bundle clean install
Look in the build.xml file to see the variations of this command for
building the other bundles too.
-> richard
Ivo K. Koga wrote:
Hi guys,
I'm trying to build felix without success.
When I type ant, as the information in the wiki, it shows this message:
C:\Felix\2007-03-07\build.xml:49: Execute failed: java.io.IOException:
Cannot ru
n program "mvn": CreateProcess error=2,
but when I type "mvn clean install", it seems to be ok, but do not create
the binaries of Felix. Can anyone help me on this?
Thanks in advance,
Ivo Koga