Re: Compilation errors in module javamail-transport

2006-02-09 Thread Rick McGuire
David Blevins wrote: On Feb 8, 2006, at 4:26 PM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific

Re: Compilation errors in module javamail-transport

2006-02-09 Thread Kevan Miller
On Feb 9, 2006, at 5:06 AM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 4:26 PM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it looks like there are just three util classes that make the

Re: Compilation errors in module javamail-transport

2006-02-09 Thread Bruce Snyder
On 2/9/06, Kevan Miller [EMAIL PROTECTED] wrote: On Feb 9, 2006, at 5:06 AM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 4:26 PM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it

Re: Compilation errors in module javamail-transport

2006-02-09 Thread Kevan Miller
On Feb 9, 2006, at 9:43 AM, Bruce Snyder wrote: On 2/9/06, Kevan Miller [EMAIL PROTECTED] wrote: On Feb 9, 2006, at 5:06 AM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 4:26 PM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote:

Re: Compilation errors in module javamail-transport

2006-02-08 Thread Gianny Damour
Hi, In this situation, I think that you should try: maven -U clean install -U means that newer versions of plugins should be checked from the plugin repositories. Thanks, Gianny Vamsavardhana Reddy wrote: Got the following error trying to build geronimo-spec-javamail. Help

Re: Compilation errors in module javamail-transport

2006-02-08 Thread Vamsavardhana Reddy
Thanks Gianny. That worked!! -VamsiOn 2/8/06, Gianny Damour [EMAIL PROTECTED] wrote: Hi,In this situation, I think that you should try:maven -U clean install-U means that newer versions of plugins should be checked from theplugin repositories.Thanks,GiannyVamsavardhana Reddy wrote: Got the

Re: Compilation errors in module javamail-transport

2006-02-08 Thread David Blevins
At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific javamail implementation. [javac] import org.apache.geronimo.mail.util.Hex; [javac] import org.apache.geronimo.mail.util.Base64; [javac] import

Re: Compilation errors in module javamail-transport

2006-02-08 Thread Rick McGuire
David Blevins wrote: At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific javamail implementation. [javac] import org.apache.geronimo.mail.util.Hex; [javac] import org.apache.geronimo.mail.util.Base64;

Re: Compilation errors in module javamail-transport

2006-02-08 Thread David Blevins
On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific javamail implementation. [javac] import org.apache.geronimo.mail.util.Hex; [javac]

Re: Compilation errors in module javamail-transport

2006-02-08 Thread Rick McGuire
David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific javamail implementation. [javac] import

Re: Compilation errors in module javamail-transport

2006-02-08 Thread David Blevins
On Feb 8, 2006, at 4:26 PM, Rick McGuire wrote: David Blevins wrote: On Feb 8, 2006, at 2:35 PM, Rick McGuire wrote: David Blevins wrote: At first blush it looks like there are just three util classes that make the javamail-transport module dependent on our specific javamail

Re: Compilation errors in module javamail-transport

2006-02-07 Thread Bruce Snyder
On 2/7/06, Jian Liao [EMAIL PROTECTED] wrote: Hi Bruce, I rebuild geronimo-spec with mvn clean install, then I try to build geronimo svn head with: maven -o m:clean new. I got the following exception from the javamail-transport module: Jian, I fixed the compilation issues and the build

Compilation errors in module javamail-transport

2006-02-06 Thread Vamsavardhana Reddy
Compilation errors in modules\javamail-transport\src\java\org\apache\geronimo\javamail\authentication\CramMD5Authenticator.java Command line output from running rebuild on the project is given below. C:\GeronimoSource\geronimo\modules\javamail-transportmaven -Dmaven.test.skip=true

Re: Compilation errors in module javamail-transport

2006-02-06 Thread Jian Liao
Hi,Geronimo spec updated. you have to rebuild it. But you still can not make it right after rebuild geronimo-spec, so I just bypass this module in the top maven.xml.Hope it help,- Jian Liao On 2/7/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Compilation errors in

Re: Compilation errors in module javamail-transport

2006-02-06 Thread Bruce Snyder
On 2/6/06, Jian Liao [EMAIL PROTECTED] wrote: Geronimo spec updated. you have to rebuild it. But you still can not make it right after rebuild geronimo-spec, so I just bypass this module in the top maven.xml. Jian is correct, the compilation errors are due to changes to the

Re: Compilation errors in module javamail-transport

2006-02-06 Thread Jian Liao
Hi Bruce,I rebuild geronimo-spec with mvn clean install, then I try to build geronimo svn head with: maven -o m:clean new. I got the following exception from the javamail-transport module:java:compile:depend closure=false srcdir= 1.4 dump=false