I've been subscribed to the muse mailing lists and so I've been following all of the MUSE 2.0 progress. Today I've seen a possible release candidate so, seeing that it contained a tutorial, I tried to follow it in my Linux system. The problems I've found (from a distribution point of view) is that wsdl2java.sh and wsdlmerge.sh doesn't contain the executable bit active, so they must be enabled for execution with chmod. The second problem is that when I execute the tools, I get the following:
[EMAIL PROTECTED]:~/workspace_tomas/Muse2_Tutorial$ /opt/muse-2.0.0-bin/bin/wsdl2java.sh -wsdl sample-wsn-producer.wsdl bash: /opt/muse-2.0.0-bin/bin/wsdl2java.sh: /bin/sh^M: intérprete incorrecto: No existe el fichero ó directorio So it searches for /bin/sh^M instead of /bin/sh. So the file should be converted from DOS format to Unix format before it can be used in a Linux box. I think that at least that two problems should be resolved before the official launch because it may cause troubles to the Linux users once it's official. -- Saludos. José Antonio Sánchez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
