Re: Azureus Build Error

2007-04-28 Thread Victor Cardona
Warren Liddell wrote:
 Running FreeBSD 6.2-STABLE .. Azureus as always fials with the following (any 
 ideas/suggestions welcomed)
 ---
 
 ===  Building for azureus-3.0.1.0
 Buildfile: build.xml
 
 init:
 [mkdir] Created dir: /usr/ports/net-p2p/azureus/work/build
 
 compile:
 [javac] Compiling 2510 source files 
 to /usr/ports/net-p2p/azureus/work/build
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/pluginsimpl/local/utils/resourcedownloader/ResourceDownloaderFactoryImpl.java:66:
  
 cannot resolve symbol
 [javac] symbol  : method toURI ()
 [javac] location: class java.net.URL
 [javac] return( new 
 ResourceDownloaderFileImpl( null, new File( url.toURI(;
 [javac]   
  
 ^
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -deprecation for details.
 [javac] 1 error
 
 BUILD FAILED
 /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the 
 compiler 
 error output for details.
 
 Total time: 1 minute 7 seconds
 *** Error code 1
 
 Stop in /usr/ports/net-p2p/azureus.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

What version of Java do you have installed?  The method that cannot be
found toURI() was added in Java 1.5.  If you are still using 1.4 or
earlier, then you will need to upgrade your JRE or JDK first.




signature.asc
Description: OpenPGP digital signature


Azureus Build Error

2007-04-27 Thread Warren Liddell
Running FreeBSD 6.2-STABLE .. Azureus as always fials with the following (any 
ideas/suggestions welcomed)
---

===  Building for azureus-3.0.1.0
Buildfile: build.xml

init:
[mkdir] Created dir: /usr/ports/net-p2p/azureus/work/build

compile:
[javac] Compiling 2510 source files 
to /usr/ports/net-p2p/azureus/work/build

[javac] 
/usr/ports/net-p2p/azureus/work/org/gudy/azureus2/pluginsimpl/local/utils/resourcedownloader/ResourceDownloaderFactoryImpl.java:66:
 
cannot resolve symbol
[javac] symbol  : method toURI ()
[javac] location: class java.net.URL
[javac] return( new 
ResourceDownloaderFileImpl( null, new File( url.toURI(;
[javac] 
   
^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error

BUILD FAILED
/usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the compiler 
error output for details.

Total time: 1 minute 7 seconds
*** Error code 1

Stop in /usr/ports/net-p2p/azureus.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Azureus Build Error

2007-04-22 Thread Warren Liddell
Running FreeBSD 6.2-STABLE .. Azureus as always fials with the following (any 
ideas/suggestions welcomed)
---

===  Building for azureus-3.0.1.0
Buildfile: build.xml

init:
[mkdir] Created dir: /usr/ports/net-p2p/azureus/work/build

compile:
[javac] Compiling 2510 source files 
to /usr/ports/net-p2p/azureus/work/build

[javac] 
/usr/ports/net-p2p/azureus/work/org/gudy/azureus2/pluginsimpl/local/utils/resourcedownloader/ResourceDownloaderFactoryImpl.java:66:
 
cannot resolve symbol
[javac] symbol  : method toURI ()
[javac] location: class java.net.URL
[javac] return( new 
ResourceDownloaderFileImpl( null, new File( url.toURI(;
[javac] 
   
^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error

BUILD FAILED
/usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the compiler 
error output for details.

Total time: 1 minute 7 seconds
*** Error code 1

Stop in /usr/ports/net-p2p/azureus.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Azureus Build Error

2007-04-22 Thread RW
On Sun, 22 Apr 2007 18:48:04 +1000
Warren Liddell [EMAIL PROTECTED] wrote:

 Running FreeBSD 6.2-STABLE .. Azureus as always fials with the
 following (any ideas/suggestions welcomed)

I had this problem. It went away when I updated my java version to 1.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]