Re: File Name wiht NLS Special Characters

2008-09-05 Thread rjack2
Thanks for your help and hopefully this may help others. Robert Jackson rjack2 wrote: > > This seems to be a problem because apt uses the command line interface to > the OS. I wonder if there is a way to run the annotations using javac 1.6 > rather than apt. >

Re: File Name wiht NLS Special Characters

2008-09-02 Thread rjack2
Folks, I didn't realize Ant had an apt task. I will try to use it. If anyone has any examples of using the Ant apt task for web services, that would be great. Robert Jackson Steve Loughran wrote: > > Stefan Bodewig wrote: >> On Mon, 25 Aug 2008, <[EMAIL PROTECTED]> wrote: >> >>> Folks, >>>

Re: File Name wiht NLS Special Characters

2008-08-28 Thread rjack2
quot; %%a in ('dir /b *_Bean.java') do ( echo FileName=%%a C:\downloads\data\CA\projects\gen_8_projects\COOP07ex.ief\java\classes\P306\c2s\jaxws /q C:\jdk1.6.0.04\bin\apt.exe %%a -d . rjack2 wrote: > > > > Stefan Bodewig wrote: >> >> On Mon, 25

Re: File Name wiht NLS Special Characters

2008-08-26 Thread rjack2
Stefan Bodewig wrote: > > On Mon, 25 Aug 2008, <[EMAIL PROTECTED]> wrote: > >> Folks, >> >> I'm trying to run the Jax-ws APT ant task on file with a NLS name: >> >> S_BASIC_ÃÑÑÖÏÑG_Bean.java > > I don't think you are asking on the correct list. There may be people > on the user list who us

File Name wiht NLS Special Characters

2008-08-25 Thread rjack2
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