You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Gerhard Froehlich <g-...@gmx.de> on 2001/11/01 12:38:21 UTC

Phoenix doesn't build

Hi,
getting following message, when building that actual sources:
D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\tools\installer\Installer.java
:78: cannot resolve
symbol
symbol  : variable file
location: class org.apache.avalon.phoenix.tools.installer.Installer
            final String message = REZ.getString( "skip-removal", file );
                                                                  ^
Note: D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\tools\tasks\Sar.java
uses or overrides a dep
recated API.
Note: Recompile with -deprecation for details.
1 error

BUILD FAILED

Cheers
Gerhard



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Phoenix doesn't build

Posted by Peter Donald <do...@apache.org>.
Doh! I just went and fixed it on my local system before reading my mail ;)

Thanks anyways.

On Thu, 1 Nov 2001 22:55, Gerhard Froehlich wrote:
> That patch should fix that problem...
>
> >-----Original Message-----
>
> From: Gerhard Froehlich [mailto:g-froehlich@gmx.de]
>
> >Sent: Thursday, November 01, 2001 12:38 PM
> >To: Avalon Development
> >Subject: Phoenix doesn't build
> >
> >
> >Hi,
> >getting following message, when building that actual sources:
> >D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\tool
> >s\installer\Insta ller.java
> >
> >:78: cannot resolve
> >
> >symbol
> >symbol  : variable file
> >location: class org.apache.avalon.phoenix.tools.installer.Installer
> >            final String message = REZ.getString( "skip-removal", file );
> >                                                                  ^
> >Note:
> > D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\too
> >ls\tasks\Sar.java uses or overrides a dep
> >recated API.
> >Note: Recompile with -deprecation for details.
> >1 error
> >
> >BUILD FAILED
> >
> >Cheers
> >Gerhard
> >
> >
> >
> >--
> >To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org> For additional
> > commands, e-mail: <ma...@jakarta.apache.org>

-- 
Cheers,

Pete

-----------------------------------------------------------
    If your life passes before your eyes when you die, 
 does that include the part where your life passes before 
                        your eyes?
-----------------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Phoenix doesn't build

Posted by Gerhard Froehlich <g-...@gmx.de>.
That patch should fix that problem...

>-----Original Message-----
>From: Gerhard Froehlich [mailto:g-froehlich@gmx.de]
>Sent: Thursday, November 01, 2001 12:38 PM
>To: Avalon Development
>Subject: Phoenix doesn't build
>
>
>Hi,
>getting following message, when building that actual sources:
>D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\tools\installer\Insta
>ller.java
>:78: cannot resolve
>symbol
>symbol  : variable file
>location: class org.apache.avalon.phoenix.tools.installer.Installer
>            final String message = REZ.getString( "skip-removal", file );
>                                                                  ^
>Note: D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoenix\tools\tasks\Sar.java
>uses or overrides a dep
>recated API.
>Note: Recompile with -deprecation for details.
>1 error
>
>BUILD FAILED
>
>Cheers
>Gerhard
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>

AW: Phoenix doesn't build

Posted by Hendrik Schreiber <hs...@tagtraum.com>.
The line has to be moved down a couple of lines...
-hendrik
__________________________________________________________________
innoQ Deutschland GmbH      Harkortstr. 21-23     D-40880 Ratingen
Tel +49 2102 771 620  Fax +49 2102 771 601  Mobil +49 173 577 0740
                     mailto:hendrik.schreiber@innoq.com


> -----Ursprüngliche Nachricht-----
> Von: Gerhard Froehlich [mailto:g-froehlich@gmx.de]
> Gesendet: Thursday, November 01, 2001 12:38
> An: Avalon Development
> Betreff: Phoenix doesn't build
>
>
> Hi,
> getting following message, when building that actual sources:
> D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoe
> nix\tools\installer\Installer.java
> :78: cannot resolve
> symbol
> symbol  : variable file
> location: class org.apache.avalon.phoenix.tools.installer.Installer
>             final String message = REZ.getString( "skip-removal", file );
>                                                                   ^
> Note:
> D:\Projekte\jakarta-avalon-phoenix\src\java\org\apache\avalon\phoe
> nix\tools\tasks\Sar.java
> uses or overrides a dep
> recated API.
> Note: Recompile with -deprecation for details.
> 1 error
>
> BUILD FAILED
>
> Cheers
> Gerhard
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>