Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Include a Bluetooth-free client in release packages #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to use remuco on windows mobile.

So I have installed ant to customize and compile the project. I have
downloaded the latest code from goggle using the hg clone command and
setup the project with ./setup.sh script.

After that, I have open the "build.proprieties" file, comment the line
concerning bluetooth
"#jsr82.jar=${microemu.home}/lib/microemu-jsr-82.jar".

Finally, I have launched "ant dist"... and :

"stephane@luciole:~/remuco-hg/client$ ant dist
Buildfile: build.xml

BUILD FAILED
/home/stephane/remuco-hg/client/build.xml:114: No supported regular
expression matcher found: java.lang.ClassNotFoundException:
org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher

Total time: 0 seconds
stephane@luciole:~/remuco-hg/client$"

What can I do ?
Thanks for your help !

Original issue reported on code.google.com by steph...@22decembre.eu on 24 Oct 2009 at 2:56

GoogleCodeExporter commented 9 years ago
It looks like the ant-optional tasks are not installed. In Debian/Ubuntu you 
also
need to install the package ant-optional. Don't know how the package is called 
in
other distros .. look for and try to install other packages starting with "ant".
Alternatively, if you install Ant by hand 
(http://ant.apache.org/bindownload.cgi),
ant-optional stuff should be included by default.

Original comment by obensonne@googlemail.com on 25 Oct 2009 at 2:20

GoogleCodeExporter commented 9 years ago
It's ok, it works.

I am writing a wiki documentation for ubuntu-fr. If you want to have a look at 
it,
it would be ok, as you want.

Why don't you give a no-bluetooth client ? Ok, customization could be a cool 
thing,
but it's a hard thing to do for amateurs (like me for example).

Original comment by steph...@22decembre.eu on 27 Oct 2009 at 10:02

GoogleCodeExporter commented 9 years ago
Yes, you are right, probably it's better to include a no-bluetooth client by 
default.
Should be done in the next release.

.. changing this to a feature request.

Original comment by obensonne@googlemail.com on 29 Oct 2009 at 7:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision bc16990742.

Build process has been adjusted, next release will include a pre-built
Bluetooth-free client binary.

Original comment by obensonne@googlemail.com on 29 Oct 2009 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 8 Mar 2011 at 6:38