NEWS: 2.0.0-beta-1 reported bugs (please do use the snapshot and wait for beta 2)
10 views
Skip to first unread message
mepeisen
unread,
Feb 15, 2012, 8:26:58 PM2/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Maven for PHP
#1: Using command line options (config option additionalPhpArguments;
specially boot loaders and auto prepend scripts) may break the unphar
helpers. That will cause PHP-Maven to abort any build and not unphar
any dependency.
-> fixed in >= 2.0-SNAPSHOT-73
#2: Support for PHPUnit 3.6.X (and maybe some other older versions) is
broken.
-> fixed in >= 2.0-SNAPSHOT-73
#3: There are some false error reports on PHPUnit invocations with
newer version. PHPUnit reports OK but PHP-Maven currently thinks of
failures.
-> Some fixed in >= 2.0-SNAPSHOT-73
-> Some issues still not fixed.
#4: Using additional classes in PHPUnit Test cases may cause failures.
That occurs for example if you require an abstract base class that you
inherit for your tests, or if you try to load DBUnit.
-> fixed in >= 2.0-SNAPSHOT-73
#5: During pear import most of the packages got a pear folder prefix.
That causes for example PHPUnit to not be found on classpath.
-> fixed in >= 2.0-SNAPSHOT-73 by workaround (automtically adding
target/php-deps/pear and target/php-test-deps/pear)
As soon as the uploaded packages are fixed this workaround is removed
from snapshot.
As of #1 and #5 I recommend to not use the beta-1 any more. Please
switch to the newer snapshot (2.0-SNAPSHOT) and wait for beta2.
Thanks for the reports and special thanks to the mavento group for
their work.