Hey there all,
as one of you told me long ago to skip tests to get a working package
fast the current build somewhat fails to "skip" the tests.
~/james-project/mpt/impl/smtp/core/src/main/java/org/apache/james/mpt/smtp
contains two test-classes: ForwardSmtpTest.java and
SmtpStarttlsCommandTest.java. So as the names suggest these seem to be
test-classes - but just in the wrong place. They error cause they depend
on some other test-fake-classes - wich are not available because they
already got skipped at this point.
So after "deactivating" them by renaming the extension from .java to
.disabled run gets through smooth and cause I use -Pwith-assembly option
the final .jar wich contains the non-docker-version gets created and
(after setting up needed configs) can be run straight away.
So I guess these two classes simple need a move from main to test folder
and a clean run with -DskipTests and/or -Dmaven.test.skip=true should
get final package pretty fast.
That's all for now ...
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org