Folks,

I'm trying to run the Jax-ws APT ant task on file with a NLS name:

S_BASIC_ÃÑÑÖÏÑG_Bean.java

Apt seems to have difficulty processing this file. Has anyone encountered
this problem? It didn't seem to have any problem compiling it.

I tried it though ANT and via command line.

Here is the ant task:

<ws_apt
destdir="C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\classes\P306"
verbose="false"
sourcedestdir="C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\classes\P306"
sourcepath="C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\"
debug="true" target="1.5">
<classpath>
<path path="......"/>
</classpath>
<source
dir="C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\">
<include name="c2s\S_BASIC_ÃÑÑÖÏÑG_Bean.java"/>
</source>
</ws_apt>

Here is the error I'm getting:

C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\c2s\S_BASIC_├╤╤╓╧╤G_Bean.java:21:
Classes annotated with @javax.jws.WebService must have a public default
constructor. Class: c2s.S_BASIC_├â├
[ws_apt] public class S_BASIC_├â├æ├æ├û├?├æG_Bean 

Regards,

Robert Jackson
-- 
View this message in context: 
http://www.nabble.com/File-Name-wiht--NLS-Special-Characters-tp19152318p19152318.html
Sent from the Ant - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to