For Eclipse it is Ctrl+Space for completion.
Also look at:
Window->Preferences->Java->Templates
For all the code templates.
Enjoy using the _best_ IDE around ;-)
Richard
- Original Message -
From: "George Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002
> I didn't remember you were on Windows, replace the forward slashes
> either with double backslashes or ${file.separator} (hmm, you'd
> probably still have to escape that with a \ for the regexp engine).
Thanks, that works.
Richard
Just for reference, (running on Windows):
> > I am trying to copy files from /src/blah/I18N -> /output/blah
> Is blah a constant or can blah change? I.e. are there multiple values
> for blah in a single ? If so, you'll need to use a regexp
> mapper instead of a glob mapper.
>
>
This is the case, where the is recursing a directory struc
I am trying to copy files from /src/blah/I18N -> /output/blah for my whole
source hierarchy using the glob mapper, I saw some postings on cross
platform problems, but cannot get it to work. I am using ant1.4.1 on
Windows.
Here is the task:
I have tried:
Am I just