if the machine has to extract four 500MB zips at the same time, there is
no much room for Ant :)

Jan

> -----Ursprüngliche Nachricht-----
> Von: Kristian Perkins [mailto:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 10. März 2005 11:58
> An: Ant Users List
> Betreff: Re: AW: AW: cannot resolve symbol when overriding method.
> 
> Jan,
> 
> ouch, compiled 1 file in 2 minutes and 36 seconds?  that 
> doesn't sound 
> like a great advertisement for ant!?!
> HINT: when sending ant output, modify build time to make ant 
> sound more 
> impressive, not less.
> 
> Kristian
> 
> Sébastien Annedouche wrote:
> 
> > Thank you very much, I try it.
> >
> > Sebastien
> >
> > [EMAIL PROTECTED] wrote:
> >
> >> 1. took your source from
> >>   http://marc.theaimsgroup.com/?l=ant-user&m=111022093008210&w=2
> >> 2. removes all the slashes
> >> 3. saves as Dummy.java
> >> 4. wrote a buildfile
> >>   <project>
> >>     <javac srcdir="." destdir="."/>
> >>   </project>
> >> 5. type "ant"
> >> 6. got
> >>   Buildfile: build.xml
> >>       [javac] Compiling 1 source file to C:\TEMP\x
> >>   BUILD SUCCESSFUL
> >>   Total time: 2 minutes 36 seconds
> >> 7. remove the 2nd and 3rd import statement
> >> 8. type "ant"
> >> 9. got
> >>   Buildfile: build.xml
> >>       [javac] Compiling 1 source file to C:\TEMP\x
> >>   BUILD SUCCESSFUL
> >>   Total time: 2 minutes 36 seconds
> >>
> >>
> >> Jan
> >>
> >>  
> >>
> >>> -----Ursprüngliche Nachricht-----
> >>> Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED]
> >>> Gesendet am: Donnerstag, 10. März 2005 10:26
> >>> An: Ant Users List
> >>> Betreff: Re: AW: cannot resolve symbol when overriding method.
> >>>
> >>> could you tell me how you've compiled the class, please.
> >>> I still can't compile without adding the imports.
> >>>
> >>> It would be a great help for me!
> >>>
> >>> Thanks,
> >>>
> >>> Sebastien
> >>>
> >>>
> >>> 
> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>   
> >>
> >>
> >>  
> >>
> >> 
> --------------------------------------------------------------
> ----------
> >>
> >> No virus found in this incoming message.
> >> Checked by AVG Anti-Virus.
> >> Version: 7.0.308 / Virus Database: 266.7.0 - Release Date: 08/03/05
> >>  
> >>
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to