Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Refactor/rename Linux
Eclipse Refactor/rename Linux [message #79833] Sat, 21 June 2003 19:26 Go to next message
Eclipse UserFriend
Originally posted by: unreallity.mail.ru

Hi there,

Can someone help me? I am working with the debian package of eclipse here.
My problem is, that Renaming (on refactor) is not working... i cant rename
functions, classes and so on.

Can someone help me?

Greetings

mc
Re: Eclipse Refactor/rename Linux [message #79906 is a reply to message #79833] Sun, 22 June 2003 04:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muelleimer.usenet.katzien.de

* mc <unreallity@mail.ru> wrote:
> Can someone help me? I am working with the debian package of eclipse here.
> My problem is, that Renaming (on refactor) is not working... i cant rename
> functions, classes and so on.

This is a know bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484

will be fixerd in the new build of eclipse (BTW, why isn't that
backported into 2.1.1?) or you can rebuild eclipse from source with
a JRE1.3:

apt-get source eclipse-sdk
cd eclipse-2.1
export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
dpkg-buildpackage -uc -b -rfakeroot
dpkg -i ../*deb

Expect a new build (2.1-6) either late this evening or sometime
tomorrow from:
deb-src http://www.katzien.de/debian/eclipse ./

Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80048 is a reply to message #79906] Sun, 22 June 2003 07:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: unreallity.mail.ru

I tried to build it from source,
but therefore i needed jre1.3.. and jre 1.3 needs
libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i cant
find anywhere.

Greetings

Micha

Jan Schulz wrote:

> * mc <unreallity@mail.ru> wrote:
>> Can someone help me? I am working with the debian package of eclipse
>> here.
>> My problem is, that Renaming (on refactor) is not working... i cant
>> rename
>> functions, classes and so on.
>
> This is a know bug:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>
> will be fixerd in the new build of eclipse (BTW, why isn't that
> backported into 2.1.1?) or you can rebuild eclipse from source with
> a JRE1.3:
>
> apt-get source eclipse-sdk
> cd eclipse-2.1
> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
> dpkg-buildpackage -uc -b -rfakeroot
> dpkg -i ../*deb
>
> Expect a new build (2.1-6) either late this evening or sometime
> tomorrow from:
> deb-src http://www.katzien.de/debian/eclipse ./
>
> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80063 is a reply to message #80048] Sun, 22 June 2003 07:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: unreallity.mail.ru

Okay.. i have found the libstdc++, but builpackage
still dies with:

root@DarkStar-Debian:~/eclipse-2.1# dpkg-buildpackage -uc -b -rfakeroot
dpkg-buildpackage: source package is eclipse
dpkg-buildpackage: source version is 2.1-5
dpkg-buildpackage: source maintainer is Takashi Okamoto <tora@debian.org>
dpkg-buildpackage: host architecture is i386
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -rf pre-install build-java-stamp build-native-stamp \
build-stamp uncompress-stamp java_build.log log
/home/knoppix/eclipse-2.1/build-tree \
/home/knoppix/eclipse-2.1/source-tree debian/eclipse
debian/about.mappings
echo /usr/lib/j2se/1.3
/usr/lib/j2se/1.3
dh_clean
debian/rules build
dh_testdir
# Add here commands to uncompress the package.
mkdir -p /home/knoppix/eclipse-2.1/source-tree
(cd /home/knoppix/eclipse-2.1/source-tree;/usr/lib/j2se/1.3/bin/ jar xf
.../upstream/eclipse-sourceBuild-srcIncluded-2.1.zip)
grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
/usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading shared
libraries: libjvm.so: cannot open shared object file: No such file or
directory
make: *** [uncompress-stamp] Fehler 127
root@DarkStar-Debian:~/eclipse-2.1#

Greetings

mc



mc wrote:

> I tried to build it from source,
> but therefore i needed jre1.3.. and jre 1.3 needs
> libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i
> cant find anywhere.
>
> Greetings
>
> Micha
>
> Jan Schulz wrote:
>
>> * mc <unreallity@mail.ru> wrote:
>>> Can someone help me? I am working with the debian package of eclipse
>>> here.
>>> My problem is, that Renaming (on refactor) is not working... i cant
>>> rename
>>> functions, classes and so on.
>>
>> This is a know bug:
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>>
>> will be fixerd in the new build of eclipse (BTW, why isn't that
>> backported into 2.1.1?) or you can rebuild eclipse from source with
>> a JRE1.3:
>>
>> apt-get source eclipse-sdk
>> cd eclipse-2.1
>> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
>> dpkg-buildpackage -uc -b -rfakeroot
>> dpkg -i ../*deb
>>
>> Expect a new build (2.1-6) either late this evening or sometime
>> tomorrow from:
>> deb-src http://www.katzien.de/debian/eclipse ./
>>
>> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80078 is a reply to message #79906] Sun, 22 June 2003 07:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: unreallity.mail.ru

Hm... i cant get it to build, because jre1.3 package is not working right.
So i hope to get a deb package from you...

Greetings

mc

mc wrote:

> Okay.. i have found the libstdc++, but builpackage
> still dies with:
>
> root@DarkStar-Debian:~/eclipse-2.1# dpkg-buildpackage -uc -b -rfakeroot
> dpkg-buildpackage: source package is eclipse
> dpkg-buildpackage: source version is 2.1-5
> dpkg-buildpackage: source maintainer is Takashi Okamoto <tora@debian.org>
> dpkg-buildpackage: host architecture is i386
> fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -rf pre-install build-java-stamp build-native-stamp \
> build-stamp uncompress-stamp java_build.log log
> /home/knoppix/eclipse-2.1/build-tree \
> /home/knoppix/eclipse-2.1/source-tree debian/eclipse
> debian/about.mappings
> echo /usr/lib/j2se/1.3
> /usr/lib/j2se/1.3
> dh_clean
> debian/rules build
> dh_testdir
> # Add here commands to uncompress the package.
> mkdir -p /home/knoppix/eclipse-2.1/source-tree
> (cd /home/knoppix/eclipse-2.1/source-tree;/usr/lib/j2se/1.3/bin/ jar xf
> ../upstream/eclipse-sourceBuild-srcIncluded-2.1.zip)
> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
> /usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading shared
> libraries: libjvm.so: cannot open shared object file: No such file or
> directory
> make: *** [uncompress-stamp] Fehler 127
> root@DarkStar-Debian:~/eclipse-2.1#
>
> Greetings
>
> mc
>
>
>
> mc wrote:
>
>> I tried to build it from source,
>> but therefore i needed jre1.3.. and jre 1.3 needs
>> libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i
>> cant find anywhere.
>>
>> Greetings
>>
>> Micha
>>
>> Jan Schulz wrote:
>>
>>> * mc <unreallity@mail.ru> wrote:
>>>> Can someone help me? I am working with the debian package of eclipse
>>>> here.
>>>> My problem is, that Renaming (on refactor) is not working... i cant
>>>> rename
>>>> functions, classes and so on.
>>>
>>> This is a know bug:
>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>>>
>>> will be fixerd in the new build of eclipse (BTW, why isn't that
>>> backported into 2.1.1?) or you can rebuild eclipse from source with
>>> a JRE1.3:
>>>
>>> apt-get source eclipse-sdk
>>> cd eclipse-2.1
>>> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
>>> dpkg-buildpackage -uc -b -rfakeroot
>>> dpkg -i ../*deb
>>>
>>> Expect a new build (2.1-6) either late this evening or sometime
>>> tomorrow from:
>>> deb-src http://www.katzien.de/debian/eclipse ./
>>>
>>> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80092 is a reply to message #80063] Sun, 22 June 2003 11:20 Go to previous messageGo to next message
Eclipse UserFriend
You try next (with jdk 1.4) :
--begin-------------------------------------------
---
org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java.orig
Thu
May 15 08:42:35 2003
+++ org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java
Fri
May 16 12:16:17 2003
@@ -113,7 +113,7 @@

protected void run(IStructuredSelection selection) {
if (fRenameJavaElement.isEnabled())
- fRenameJavaElement.run(selection);
+
((SelectionDispatchAction)fRenameJavaElement).run((IStructur edSelection)selection);
if (fRenameResource != null && fRenameResource.isEnabled())
fRenameResource.run(selection);
}

Recompile eclipse

regards
Haris Peco

mc wrote:

> Okay.. i have found the libstdc++, but builpackage
> still dies with:
>
> root@DarkStar-Debian:~/eclipse-2.1# dpkg-buildpackage -uc -b -rfakeroot
> dpkg-buildpackage: source package is eclipse
> dpkg-buildpackage: source version is 2.1-5
> dpkg-buildpackage: source maintainer is Takashi Okamoto <tora@debian.org>
> dpkg-buildpackage: host architecture is i386
> fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -rf pre-install build-java-stamp build-native-stamp \
> build-stamp uncompress-stamp java_build.log log
> /home/knoppix/eclipse-2.1/build-tree \
> /home/knoppix/eclipse-2.1/source-tree debian/eclipse
> debian/about.mappings
> echo /usr/lib/j2se/1.3
> /usr/lib/j2se/1.3
> dh_clean
> debian/rules build
> dh_testdir
> # Add here commands to uncompress the package.
> mkdir -p /home/knoppix/eclipse-2.1/source-tree
> (cd /home/knoppix/eclipse-2.1/source-tree;/usr/lib/j2se/1.3/bin/ jar xf
> ../upstream/eclipse-sourceBuild-srcIncluded-2.1.zip)
> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
> /usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading shared
> libraries: libjvm.so: cannot open shared object file: No such file or
> directory
> make: *** [uncompress-stamp] Fehler 127
> root@DarkStar-Debian:~/eclipse-2.1#
>
> Greetings
>
> mc
>
>
>
> mc wrote:
>
>> I tried to build it from source,
>> but therefore i needed jre1.3.. and jre 1.3 needs
>> libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i
>> cant find anywhere.
>>
>> Greetings
>>
>> Micha
>>
>> Jan Schulz wrote:
>>
>>> * mc <unreallity@mail.ru> wrote:
>>>> Can someone help me? I am working with the debian package of eclipse
>>>> here.
>>>> My problem is, that Renaming (on refactor) is not working... i cant
>>>> rename
>>>> functions, classes and so on.
>>>
>>> This is a know bug:
>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>>>
>>> will be fixerd in the new build of eclipse (BTW, why isn't that
>>> backported into 2.1.1?) or you can rebuild eclipse from source with
>>> a JRE1.3:
>>>
>>> apt-get source eclipse-sdk
>>> cd eclipse-2.1
>>> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
>>> dpkg-buildpackage -uc -b -rfakeroot
>>> dpkg -i ../*deb
>>>
>>> Expect a new build (2.1-6) either late this evening or sometime
>>> tomorrow from:
>>> deb-src http://www.katzien.de/debian/eclipse ./
>>>
>>> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80139 is a reply to message #80092] Sun, 22 June 2003 10:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: unreallity.mail.ru

This worked!!!!,

Thank you very, very much

Greetinga

michael

snpe wrote:

> You try next (with jdk 1.4) :
> --begin-------------------------------------------
> ---
> org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java.orig
> Thu
> May 15 08:42:35 2003
> +++ org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java
> Fri
> May 16 12:16:17 2003
> @@ -113,7 +113,7 @@
>
> protected void run(IStructuredSelection selection) {
> if (fRenameJavaElement.isEnabled())
> - fRenameJavaElement.run(selection);
> +
>
((SelectionDispatchAction)fRenameJavaElement).run((IStructur edSelection)selection);
> if (fRenameResource != null &&
> fRenameResource.isEnabled())
> fRenameResource.run(selection);
> }
>
> Recompile eclipse
>
> regards
> Haris Peco
>
> mc wrote:
>
>> Okay.. i have found the libstdc++, but builpackage
>> still dies with:
>>
>> root@DarkStar-Debian:~/eclipse-2.1# dpkg-buildpackage -uc -b -rfakeroot
>> dpkg-buildpackage: source package is eclipse
>> dpkg-buildpackage: source version is 2.1-5
>> dpkg-buildpackage: source maintainer is Takashi Okamoto <tora@debian.org>
>> dpkg-buildpackage: host architecture is i386
>> fakeroot debian/rules clean
>> dh_testdir
>> dh_testroot
>> rm -rf pre-install build-java-stamp build-native-stamp \
>> build-stamp uncompress-stamp java_build.log log
>> /home/knoppix/eclipse-2.1/build-tree \
>> /home/knoppix/eclipse-2.1/source-tree debian/eclipse
>> debian/about.mappings
>> echo /usr/lib/j2se/1.3
>> /usr/lib/j2se/1.3
>> dh_clean
>> debian/rules build
>> dh_testdir
>> # Add here commands to uncompress the package.
>> mkdir -p /home/knoppix/eclipse-2.1/source-tree
>> (cd /home/knoppix/eclipse-2.1/source-tree;/usr/lib/j2se/1.3/bin/ jar xf
>> ../upstream/eclipse-sourceBuild-srcIncluded-2.1.zip)
>> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
>> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
>> /usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading shared
>> libraries: libjvm.so: cannot open shared object file: No such file or
>> directory
>> make: *** [uncompress-stamp] Fehler 127
>> root@DarkStar-Debian:~/eclipse-2.1#
>>
>> Greetings
>>
>> mc
>>
>>
>>
>> mc wrote:
>>
>>> I tried to build it from source,
>>> but therefore i needed jre1.3.. and jre 1.3 needs
>>> libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i
>>> cant find anywhere.
>>>
>>> Greetings
>>>
>>> Micha
>>>
>>> Jan Schulz wrote:
>>>
>>>> * mc <unreallity@mail.ru> wrote:
>>>>> Can someone help me? I am working with the debian package of eclipse
>>>>> here.
>>>>> My problem is, that Renaming (on refactor) is not working... i cant
>>>>> rename
>>>>> functions, classes and so on.
>>>>
>>>> This is a know bug:
>>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>>>>
>>>> will be fixerd in the new build of eclipse (BTW, why isn't that
>>>> backported into 2.1.1?) or you can rebuild eclipse from source with
>>>> a JRE1.3:
>>>>
>>>> apt-get source eclipse-sdk
>>>> cd eclipse-2.1
>>>> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
>>>> dpkg-buildpackage -uc -b -rfakeroot
>>>> dpkg -i ../*deb
>>>>
>>>> Expect a new build (2.1-6) either late this evening or sometime
>>>> tomorrow from:
>>>> deb-src http://www.katzien.de/debian/eclipse ./
>>>>
>>>> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80199 is a reply to message #80139] Sun, 22 June 2003 14:31 Go to previous messageGo to next message
Eclipse UserFriend
This si work from Stanislav Bernatsky
regards
Haris Peco
mc wrote:

> This worked!!!!,
>
> Thank you very, very much
>
> Greetinga
>
> michael
>
> snpe wrote:
>
>> You try next (with jdk 1.4) :
>> --begin-------------------------------------------
>> ---
>> org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java.orig
>> Thu
>> May 15 08:42:35 2003
>> +++ org.eclipse.jdt.ui\ui\org\eclipse\jdt\ui\actions\RenameActio n.java
>> Fri
>> May 16 12:16:17 2003
>> @@ -113,7 +113,7 @@
>>
>> protected void run(IStructuredSelection selection) {
>> if (fRenameJavaElement.isEnabled())
>> - fRenameJavaElement.run(selection);
>> +
>>
>
((SelectionDispatchAction)fRenameJavaElement).run((IStructur edSelection)selection);
>> if (fRenameResource != null &&
>> fRenameResource.isEnabled())
>> fRenameResource.run(selection);
>> }
>>
>> Recompile eclipse
>>
>> regards
>> Haris Peco
>>
>> mc wrote:
>>
>>> Okay.. i have found the libstdc++, but builpackage
>>> still dies with:
>>>
>>> root@DarkStar-Debian:~/eclipse-2.1# dpkg-buildpackage -uc -b -rfakeroot
>>> dpkg-buildpackage: source package is eclipse
>>> dpkg-buildpackage: source version is 2.1-5
>>> dpkg-buildpackage: source maintainer is Takashi Okamoto
>>> <tora@debian.org> dpkg-buildpackage: host architecture is i386
>>> fakeroot debian/rules clean
>>> dh_testdir
>>> dh_testroot
>>> rm -rf pre-install build-java-stamp build-native-stamp \
>>> build-stamp uncompress-stamp java_build.log log
>>> /home/knoppix/eclipse-2.1/build-tree \
>>> /home/knoppix/eclipse-2.1/source-tree debian/eclipse
>>> debian/about.mappings
>>> echo /usr/lib/j2se/1.3
>>> /usr/lib/j2se/1.3
>>> dh_clean
>>> debian/rules build
>>> dh_testdir
>>> # Add here commands to uncompress the package.
>>> mkdir -p /home/knoppix/eclipse-2.1/source-tree
>>> (cd /home/knoppix/eclipse-2.1/source-tree;/usr/lib/j2se/1.3/bin/ jar xf
>>> ../upstream/eclipse-sourceBuild-srcIncluded-2.1.zip)
>>> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
>>> grep: /usr/lib/j2se/1.3/jre/lib/jvm.cfg: No such file or directory
>>> /usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading
>>> shared libraries: libjvm.so: cannot open shared object file: No such
>>> file or directory
>>> make: *** [uncompress-stamp] Fehler 127
>>> root@DarkStar-Debian:~/eclipse-2.1#
>>>
>>> Greetings
>>>
>>> mc
>>>
>>>
>>>
>>> mc wrote:
>>>
>>>> I tried to build it from source,
>>>> but therefore i needed jre1.3.. and jre 1.3 needs
>>>> libstdc++2.9-glibc2.1. and libstdc++2.9-glibc2.1 is an no-file, which i
>>>> cant find anywhere.
>>>>
>>>> Greetings
>>>>
>>>> Micha
>>>>
>>>> Jan Schulz wrote:
>>>>
>>>>> * mc <unreallity@mail.ru> wrote:
>>>>>> Can someone help me? I am working with the debian package of eclipse
>>>>>> here.
>>>>>> My problem is, that Renaming (on refactor) is not working... i cant
>>>>>> rename
>>>>>> functions, classes and so on.
>>>>>
>>>>> This is a know bug:
>>>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197484
>>>>>
>>>>> will be fixerd in the new build of eclipse (BTW, why isn't that
>>>>> backported into 2.1.1?) or you can rebuild eclipse from source with
>>>>> a JRE1.3:
>>>>>
>>>>> apt-get source eclipse-sdk
>>>>> cd eclipse-2.1
>>>>> export JAVA_HOME=/usr/lib/j2se/1.3 # Blackdown debian packages
>>>>> dpkg-buildpackage -uc -b -rfakeroot
>>>>> dpkg -i ../*deb
>>>>>
>>>>> Expect a new build (2.1-6) either late this evening or sometime
>>>>> tomorrow from:
>>>>> deb-src http://www.katzien.de/debian/eclipse ./
>>>>>
>>>>> Jan, debian eclipse maintainer
Re: Eclipse Refactor/rename Linux [message #80215 is a reply to message #80092] Sun, 22 June 2003 11:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muelleimer.usenet.katzien.de

* snpe <snpe@snpe.co.yu> wrote:
> You try next (with jdk 1.4) :
> - fRenameJavaElement.run(selection);
> + ((SelectionDispatchAction)...;

Thats exactly the patch that I used in the upcoming -6 builds...

>> Okay.. i have found the libstdc++, but builpackage
>> still dies with:
>> mkdir -p /home/knoppix/eclipse-2.1/source-tree
>> /usr/lib/j2se/1.3/bin/i386/native_threads/jar: error while loading shared
>> libraries: libjvm.so: cannot open shared object file: No such file or
>> directory

This is probably because you are on unstable and using a jdk, which
is compiled with the old gcc-2.95

Anyway, I'm happy that you found the solution...

Jan
Re: Eclipse Refactor/rename Linux [message #80328 is a reply to message #79833] Mon, 23 June 2003 02:57 Go to previous message
Eclipse UserFriend
Hello.

mc wrote:

> Hi there,
> Can someone help me? I am working with the debian package of eclipse here.
> My problem is, that Renaming (on refactor) is not working... i cant rename
> functions, classes and so on.
I think this is bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846

Best regards,
Stanislav Bernatsky.
Previous Topic:package explorer font
Next Topic:org.eclipse.jdt.debug.core [API help]
Goto Forum:
  


Current Time: Thu May 29 16:32:52 EDT 2025

Powered by FUDForum. Page generated in 0.04198 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top