You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Nathan Maves <na...@gmail.com> on 2011/01/23 19:14:14 UTC

[email] 1.3 snapshot

I just saw the new ImageHtmlEmail class and would love to test it out.
 I don't seem to be able to find the 1.3-SNAPSHOT in any of the
repositories.  Is it available anywhere or do we have to install it
locally by hand?

Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Siegfried Goeschl <sg...@gmx.at>.
Hi Nathan,

good question ... :-) ... currently not implemented

I have a look at it

Siegfried Goeschl

On 1/27/11 12:40 AM, Nathan Maves wrote:
> This all looks good so far.  How can I specify the root of the
> classpath as the DataSourceResolverImpl location?
>
> On Mon, Jan 24, 2011 at 10:09 AM, Siegfried Goeschl<sg...@gmx.at>  wrote:
>> Hi Nathan,
>>
>> have a look at "ImageHtmlEmailTest.java" and "DataSourceResolverTest.java" -
>> it should be possible to resolve the images from a relative URL
>>
>> Cheers,
>>
>> Siegfried Goeschl
>>
>> On 1/24/11 3:42 PM, Nathan Maves wrote:
>>>
>>> Siegfried,
>>>
>>> I did check it out yesterday and I installed in manually.  I should
>>> give it some good testing today.  How do you handle a url that is only
>>> local and will never be on the internet?  I saw in the code that you
>>> can use file:// but is that a relative path or absolute?
>>>
>>> Nathan
>>>
>>> On Mon, Jan 24, 2011 at 6:32 AM, Siegfried Goeschl<sg...@gmx.at>
>>>   wrote:
>>>>
>>>> Hi Nate,
>>>>
>>>> I have a look to upload the snapshot but for quick testing I would
>>>> install
>>>> it by hand. And I would appreciate feedback regarding the new
>>>> ImageHtmlEmail
>>>> so I can make changes before the release.
>>>>
>>>> Cheers,
>>>>
>>>> Siegfried Goeschl
>>>>
>>>> On 1/24/11 12:29 PM, Simone Tripodi wrote:
>>>>>
>>>>> Hi Nate!!! :)
>>>>> looks like the commons-email-1.3 is not available yet on apache
>>>>> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
>>>>> future usages.
>>>>> HTH,
>>>>> Simo
>>>>>
>>>>> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>>>>>
>>>>> http://people.apache.org/~simonetripodi/
>>>>> http://www.99soft.org/
>>>>>
>>>>>
>>>>>
>>>>> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves<na...@gmail.com>
>>>>>   wrote:
>>>>>>
>>>>>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>>>>>   I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>>>>>> repositories.  Is it available anywhere or do we have to install it
>>>>>> locally by hand?
>>>>>>
>>>>>> Nathan
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>
>>>>
>>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Siegfried Goeschl <sg...@gmx.at>.
Hi Nathan,

have a look at "ImageHtmlEmailTest.java" and 
"DataSourceResolverTest.java" - it should be possible to resolve the 
images from a relative URL

Cheers,

Siegfried Goeschl

On 1/24/11 3:42 PM, Nathan Maves wrote:
> Siegfried,
>
> I did check it out yesterday and I installed in manually.  I should
> give it some good testing today.  How do you handle a url that is only
> local and will never be on the internet?  I saw in the code that you
> can use file:// but is that a relative path or absolute?
>
> Nathan
>
> On Mon, Jan 24, 2011 at 6:32 AM, Siegfried Goeschl<sg...@gmx.at>  wrote:
>> Hi Nate,
>>
>> I have a look to upload the snapshot but for quick testing I would install
>> it by hand. And I would appreciate feedback regarding the new ImageHtmlEmail
>> so I can make changes before the release.
>>
>> Cheers,
>>
>> Siegfried Goeschl
>>
>> On 1/24/11 12:29 PM, Simone Tripodi wrote:
>>>
>>> Hi Nate!!! :)
>>> looks like the commons-email-1.3 is not available yet on apache
>>> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
>>> future usages.
>>> HTH,
>>> Simo
>>>
>>> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>>
>>>
>>> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves<na...@gmail.com>
>>>   wrote:
>>>>
>>>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>>>   I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>>>> repositories.  Is it available anywhere or do we have to install it
>>>> locally by hand?
>>>>
>>>> Nathan
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: user-help@commons.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: user-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Nathan Maves <na...@gmail.com>.
Siegfried,

I did check it out yesterday and I installed in manually.  I should
give it some good testing today.  How do you handle a url that is only
local and will never be on the internet?  I saw in the code that you
can use file:// but is that a relative path or absolute?

Nathan

On Mon, Jan 24, 2011 at 6:32 AM, Siegfried Goeschl <sg...@gmx.at> wrote:
> Hi Nate,
>
> I have a look to upload the snapshot but for quick testing I would install
> it by hand. And I would appreciate feedback regarding the new ImageHtmlEmail
> so I can make changes before the release.
>
> Cheers,
>
> Siegfried Goeschl
>
> On 1/24/11 12:29 PM, Simone Tripodi wrote:
>>
>> Hi Nate!!! :)
>> looks like the commons-email-1.3 is not available yet on apache
>> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
>> future usages.
>> HTH,
>> Simo
>>
>> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves<na...@gmail.com>
>>  wrote:
>>>
>>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>>  I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>>> repositories.  Is it available anywhere or do we have to install it
>>> locally by hand?
>>>
>>> Nathan
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: user-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Siegfried Goeschl <sg...@gmx.at>.
Hi Nate,

I have a look to upload the snapshot but for quick testing I would 
install it by hand. And I would appreciate feedback regarding the new 
ImageHtmlEmail so I can make changes before the release.

Cheers,

Siegfried Goeschl

On 1/24/11 12:29 PM, Simone Tripodi wrote:
> Hi Nate!!! :)
> looks like the commons-email-1.3 is not available yet on apache
> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
> future usages.
> HTH,
> Simo
>
> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves<na...@gmail.com>  wrote:
>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>   I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>> repositories.  Is it available anywhere or do we have to install it
>> locally by hand?
>>
>> Nathan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Simone Tripodi <si...@apache.org>.
cool, next time I'll avoid replying

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Mon, Jan 24, 2011 at 3:40 PM, Nathan Maves <na...@gmail.com> wrote:
> Simo!  Thanks captain obvious!  I know where it should be :0  Just
> giving you a hard time.
>
> Nate
>
> On Mon, Jan 24, 2011 at 4:29 AM, Simone Tripodi
> <si...@apache.org> wrote:
>> Hi Nate!!! :)
>> looks like the commons-email-1.3 is not available yet on apache
>> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
>> future usages.
>> HTH,
>> Simo
>>
>> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves <na...@gmail.com> wrote:
>>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>>  I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>>> repositories.  Is it available anywhere or do we have to install it
>>> locally by hand?
>>>
>>> Nathan
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: user-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Nathan Maves <na...@gmail.com>.
Simo!  Thanks captain obvious!  I know where it should be :0  Just
giving you a hard time.

Nate

On Mon, Jan 24, 2011 at 4:29 AM, Simone Tripodi
<si...@apache.org> wrote:
> Hi Nate!!! :)
> looks like the commons-email-1.3 is not available yet on apache
> snapshot repository[1], BTW you can bookmark the snapshot repo URL for
> future usages.
> HTH,
> Simo
>
> [1] http://repository.apache.org/snapshots/commons-email/commons-email/
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves <na...@gmail.com> wrote:
>> I just saw the new ImageHtmlEmail class and would love to test it out.
>>  I don't seem to be able to find the 1.3-SNAPSHOT in any of the
>> repositories.  Is it available anywhere or do we have to install it
>> locally by hand?
>>
>> Nathan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>> For additional commands, e-mail: user-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [email] 1.3 snapshot

Posted by Simone Tripodi <si...@apache.org>.
Hi Nate!!! :)
looks like the commons-email-1.3 is not available yet on apache
snapshot repository[1], BTW you can bookmark the snapshot repo URL for
future usages.
HTH,
Simo

[1] http://repository.apache.org/snapshots/commons-email/commons-email/

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sun, Jan 23, 2011 at 7:14 PM, Nathan Maves <na...@gmail.com> wrote:
> I just saw the new ImageHtmlEmail class and would love to test it out.
>  I don't seem to be able to find the 1.3-SNAPSHOT in any of the
> repositories.  Is it available anywhere or do we have to install it
> locally by hand?
>
> Nathan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org