Re: [Xdoclet-user] template subtask ignoring java files with package statements

2005-02-19 Thread Konstantin Priblouda
--- Mike Wertheim <[EMAIL PROTECTED]> wrote: > I've been trying to use xdoclet's "template" subtask > to generate proxy > classes based on some of my java classes. > > > What I have found is that a Java file with no > "package" statement gets > transformed just fine. But if a Java file has a >

Re: [Xdoclet-user] template subtask ignoring java files with package statements

2005-02-19 Thread Andrew Stevens
On Fri, 2005-02-18 at 18:44, Mike Wertheim wrote: > I've been trying to use xdoclet’s “template” subtask to generate proxy > classes based on some of my java classes. > > > What I have found is that a Java file with no "package" statement gets > transformed just fine. But if a Java file has a pac

[Xdoclet-user] template subtask ignoring java files with package statements

2005-02-18 Thread Mike Wertheim
I've been trying to use xdoclet’s “template” subtask to generate proxy classes based on some of my java classes. What I have found is that a Java file with no "package" statement gets transformed just fine. But if a Java file has a package statement (as 99% of them do!), then it is ignore