-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running makegood in eclipse luna #59
Comments
I've got the same problem opening the Settings Page. I'm running Eclipse Luna 4.4 on Java 8u11 on Windows 7 x64. Here's a StackTrace:
More information on this problem: http://www.symphonious.net/2014/03/21/javassist-java-8-invalid-constant-type-15/ |
I've got a workaround for the problem: I replaced the javaassist 3.11.0 dependency with the newest javaassist 3.18. After that everything works fine. |
Schleuse: thanks |
I searched in my eclipse installation for I got the javaassist 3.18 jar from here https://github.com/jboss-javassist/javassist/releases |
Schleuse: thanks |
iteman but my java use the jdk 1.7 so i don't know |
@Archanciel @jingyulee @Schleuse Could you try the dev version from https://github.com/piece/makegood/releases/tag/untagged-af427bd0c15a76bd3b6d ? |
@iteman OK. I try to use the dev version. that is work. |
@jingyulee Thank you. What is your PDT version? |
@iteman i use the Eclipse for PHP Developers. eclipse 4.4 and PDT is 3.3. |
I did try version 3.1.1. Property dialog now ok. Could make it run and debug my tests using PHPUnit 4.1.4 installed with Composer and this preload file:
But I still have to include my PEAR library in which an old version of PHPUnit (3.7.28) is installed so that class PHPUnit_Framework_TestCase can be found. I would like to stop depending on PEAR, but I don't know where to find the class PHPUnit_Framework_TestCase in PHPUnit 4.1.4 ! |
@Archanciel Thank you for testing MakeGood. Is the <?php
...
require dirname(__DIR__) . '/vendor/autoload.php';
... |
Thanks, you are right, I was able to run my tests with MakeGood without adding any special library in the PHP project include path. I've been confused by Eclipse which seem to retain garbage information when you play with the PHP include path. I should have had restarted Eclipse after purging manuallly the .metadata.plugins\org.eclipse.dltk.core.index.sql.h2 folder, I think. |
@Archanciel It's good 😄 @jingyulee I don't know how to reproduce |
@iteman |
@jingyulee Thank you. Could you try to create a new Eclipse installation and install PDT, MakeGood 3.1.1? |
@iteman |
@jingyulee OK, I will check the problem with |
@jingyulee I've just released v3.1.1-dev2. Could you try it from https://github.com/piece/makegood/releases/tag/v3.1.1-dev2 ? |
@iteman thanks :) |
@jingyulee OK, I will release v3.1.1 on this weekend. Thanks. |
Hi, I did try the 3x.1.1-dev2 version and it seems to work as good as the dev1 Regards, Mon site internet, une mine d'information audio: plusconscient.net 2014-08-27 15:47 GMT+02:00 KUBO Atsuhiro [email protected]:
|
@Archanciel Thank you! |
I get the attached error trying to run phpunit test using makegood on Eclipse Luna.
Makegood version: 3.3.0
Php version: 5.5.12
PHP Development Tools (PDT) 3.3.0.201406110111
phpunit version: 4.1.3
Set up using
composer.json
andvendor
folderStacktrace in .log file
The text was updated successfully, but these errors were encountered: