I see... I just download a workaround to get java 5 working again on osx lion. I think then I can test it better.
Thanks again for all the testing ! Stay tuned, Norman 2011/11/26 Felix Knecht <[email protected]> > Sorry - I'm a bad boy this evening - but I don't think it's working, I > still have failures :-( > > Regards > Felix > > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] Building Apache James Protocols SMTP 1.6-beta3 > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] > [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ protocols-smtp > --- > [INFO] Deleting /home/felix/svn/apache/james/** > current/protocols/smtp/target > [INFO] > [INFO] --- maven-remote-resources-plugin:**1.2.1:process (default) @ > protocols-smtp --- > [INFO] > [INFO] --- maven-resources-plugin:2.5:**resources (default-resources) @ > protocols-smtp --- > [debug] execute contextualize > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory /home/felix/svn/apache/james/** > current/protocols/smtp/src/**main/resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.3.2:**compile (default-compile) @ > protocols-smtp --- > [INFO] Compiling 66 source files to /home/felix/svn/apache/james/** > current/protocols/smtp/target/**classes > [INFO] ------------------------------**------------------------------**- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------**------------------------------**- > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/** > ReceivedDataLineFilter.java:[**87,74] cannot find symbol > symbol : method getBytes(java.nio.charset.**Charset) > location: class java.lang.String > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/** > ReceivedDataLineFilter.java:[**121,58] cannot find symbol > symbol : method getBytes(java.nio.charset.**Charset) > location: class java.lang.String > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/** > ReceivedDataLineFilter.java:[**126,69] cannot find symbol > symbol : method getBytes(java.nio.charset.**Charset) > location: class java.lang.String > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/** > ReceivedDataLineFilter.java:[**139,69] cannot find symbol > symbol : method getBytes(java.nio.charset.**Charset) > location: class java.lang.String > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/** > ReceivedDataLineFilter.java:[**146,36] cannot find symbol > symbol : method getBytes(java.nio.charset.**Charset) > location: class java.lang.String > [ERROR] /home/felix/svn/apache/james/**current/protocols/smtp/src/** > main/java/org/apache/james/**protocols/smtp/core/esmtp/**AuthCmdHandler.java:[69,42] > cannot find symbol > symbol : constructor String(byte[],java.nio.**charset.Charset) > location: class java.lang.String > [INFO] 6 errors > > > On 11/26/2011 10:31 PM, [email protected] wrote: > >> Author: norman >> Date: Sat Nov 26 21:31:46 2011 >> New Revision: 1206602 >> >> URL: >> http://svn.apache.org/viewvc?**rev=1206602&view=rev<http://svn.apache.org/viewvc?rev=1206602&view=rev> >> Log: >> [maven-release-plugin] prepare release protocols-1.6-beta3 >> >> Modified: >> james/protocols/trunk/api/pom.**xml >> james/protocols/trunk/lmtp/**pom.xml >> james/protocols/trunk/netty/**pom.xml >> james/protocols/trunk/pom.xml >> james/protocols/trunk/pop3/**pom.xml >> james/protocols/trunk/smtp/**pom.xml >> >> Modified: james/protocols/trunk/api/pom.**xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/api/pom.** >> xml?rev=1206602&r1=1206601&r2=**1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/api/pom.**xml (original) >> +++ james/protocols/trunk/api/pom.**xml Sat Nov 26 21:31:46 2011 >> @@ -23,7 +23,7 @@ >> <parent> >> <artifactId>protocols</**artifactId> >> <groupId>org.apache.james</**groupId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <relativePath>../pom.xml</**relativePath> >> </parent> >> >> >> Modified: james/protocols/trunk/lmtp/**pom.xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/lmtp/** >> pom.xml?rev=1206602&r1=**1206601&r2=1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/lmtp/**pom.xml (original) >> +++ james/protocols/trunk/lmtp/**pom.xml Sat Nov 26 21:31:46 2011 >> @@ -23,7 +23,7 @@ >> <parent> >> <artifactId>protocols</**artifactId> >> <groupId>org.apache.james</**groupId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <relativePath>../pom.xml</**relativePath> >> </parent> >> >> >> Modified: james/protocols/trunk/netty/**pom.xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/netty/** >> pom.xml?rev=1206602&r1=**1206601&r2=1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/netty/**pom.xml (original) >> +++ james/protocols/trunk/netty/**pom.xml Sat Nov 26 21:31:46 2011 >> @@ -23,7 +23,7 @@ >> <parent> >> <artifactId>protocols</**artifactId> >> <groupId>org.apache.james</**groupId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <relativePath>../pom.xml</**relativePath> >> </parent> >> >> >> Modified: james/protocols/trunk/pom.xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/pom.xml?** >> rev=1206602&r1=1206601&r2=**1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/pom.xml (original) >> +++ james/protocols/trunk/pom.xml Sat Nov 26 21:31:46 2011 >> @@ -28,7 +28,7 @@ >> </parent> >> >> <artifactId>protocols</**artifactId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <packaging>pom</packaging> >> >> <name>Apache James Protocols</name> >> @@ -45,9 +45,9 @@ >> </modules> >> >> <scm> >> -<connection>scm:svn:http://**svn.apache.org/repos/asf/** >> james/protocols/trunk<http://svn.apache.org/repos/asf/james/protocols/trunk> >> </**connection> >> -<developerConnection>scm:svn:**https://svn.apache.org/repos/** >> asf/james/protocols/trunk<https://svn.apache.org/repos/asf/james/protocols/trunk> >> </**developerConnection> >> -<url>http://svn.apache.org/**viewcvs.cgi/james/protocols/** >> trunk?root=Apache-SVN<http://svn.apache.org/viewcvs.cgi/james/protocols/trunk?root=Apache-SVN> >> </url> >> +<connection>scm:svn:http://**svn.apache.org/repos/asf/** >> james/protocols/tags/**protocols-1.6-beta3<http://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6-beta3> >> </**connection> >> +<developerConnection>scm:svn:**https://svn.apache.org/repos/** >> asf/james/protocols/tags/**protocols-1.6-beta3<https://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6-beta3> >> </**developerConnection> >> +<url>http://svn.apache.org/**viewcvs.cgi/james/protocols/** >> trunk/tags/protocols-1.6-**beta3?root=Apache-SVN<http://svn.apache.org/viewcvs.cgi/james/protocols/trunk/tags/protocols-1.6-beta3?root=Apache-SVN> >> </url> >> </scm> >> >> <distributionManagement> >> >> Modified: james/protocols/trunk/pop3/**pom.xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/pop3/** >> pom.xml?rev=1206602&r1=**1206601&r2=1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/pop3/**pom.xml (original) >> +++ james/protocols/trunk/pop3/**pom.xml Sat Nov 26 21:31:46 2011 >> @@ -23,7 +23,7 @@ >> <parent> >> <artifactId>protocols</**artifactId> >> <groupId>org.apache.james</**groupId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <relativePath>../pom.xml</**relativePath> >> </parent> >> >> >> Modified: james/protocols/trunk/smtp/**pom.xml >> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/smtp/** >> pom.xml?rev=1206602&r1=**1206601&r2=1206602&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206602&r1=1206601&r2=1206602&view=diff> >> ==============================**==============================** >> ================== >> --- james/protocols/trunk/smtp/**pom.xml (original) >> +++ james/protocols/trunk/smtp/**pom.xml Sat Nov 26 21:31:46 2011 >> @@ -23,7 +23,7 @@ >> <parent> >> <artifactId>protocols</**artifactId> >> <groupId>org.apache.james</**groupId> >> -<version>1.6-beta4-SNAPSHOT</**version> >> +<version>1.6-beta3</version> >> <relativePath>../pom.xml</**relativePath> >> </parent> >> >> >> >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> server-dev-unsubscribe@james.**apache.org<[email protected]> >> For additional commands, e-mail: >> [email protected].**org<[email protected]> >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-dev-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > >
