You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2006/10/18 11:04:34 UTC

[classlib] Reaching out of basedir (Re: svn commit: r464964 - in /incubator/harmony/enhanced/classlib/trunk/modules: accessibility/ annotation/ applet/ archive/ auth/ awt/ beans/ concurrent/ crypto/ imageio/ instrument/ jndi/ lang-management/ logging/ luni/ math/ misc/ nio/ nio_char/ prefs/ ...)

Rather than reach above the basedir like that, how about getting the
files from the HDK location?  That would fit in better with the
componentized development model.

We'd have to put the NOTICE and LICENSE in there first, but they should
be anyway.

(I'll change it if you want)

Regards,
Tim

geirm@apache.org wrote:
> Author: geirm
> Date: Tue Oct 17 10:07:12 2006
> New Revision: 464964
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=464964
> Log:
> Add : 
> 
>             <metainf file="${basedir}/../../NOTICE"/>
>             <metainf file="${basedir}/../../LICENSE"/>
> 
> to each "build-jar" target to include LICENSE and NOTICE
> in each jar in META-INF


-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib] Reaching out of basedir (Re: svn commit: r464964 - in /incubator/harmony/enhanced/classlib/trunk/modules: accessibility/ annotation/ applet/ archive/ auth/ awt/ beans/ concurrent/ crypto/ imageio/ instrument/ jndi/ lang-management/ logging/ luni/ math/ misc/ nio/ nio_char/ prefs/ ...)

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Ideally, it would be nicer if this code wasn't in every 
modules/<foo>/build.xml too...

Tim Ellison wrote:
> Rather than reach above the basedir like that, how about getting the
> files from the HDK location?  That would fit in better with the
> componentized development model.
> 
> We'd have to put the NOTICE and LICENSE in there first, but they should
> be anyway.
> 
> (I'll change it if you want)
> 
> Regards,
> Tim
> 
> geirm@apache.org wrote:
>> Author: geirm
>> Date: Tue Oct 17 10:07:12 2006
>> New Revision: 464964
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=464964
>> Log:
>> Add : 
>>
>>             <metainf file="${basedir}/../../NOTICE"/>
>>             <metainf file="${basedir}/../../LICENSE"/>
>>
>> to each "build-jar" target to include LICENSE and NOTICE
>> in each jar in META-INF
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib] Reaching out of basedir (Re: svn commit: r464964 - in /incubator/harmony/enhanced/classlib/trunk/modules: accessibility/ annotation/ applet/ archive/ auth/ awt/ beans/ concurrent/ crypto/ imageio/ instrument/ jndi/ lang-management/ logging/ luni/ math/ misc/ nio/ nio_char/ prefs/ ...)

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
I just want to take it from the copy in root of classlib.  I don't care 
how that happens.

In this case, basedir is modules/<module>

geir



Tim Ellison wrote:
> Rather than reach above the basedir like that, how about getting the
> files from the HDK location?  That would fit in better with the
> componentized development model.
> 
> We'd have to put the NOTICE and LICENSE in there first, but they should
> be anyway.
> 
> (I'll change it if you want)
> 
> Regards,
> Tim
> 
> geirm@apache.org wrote:
>> Author: geirm
>> Date: Tue Oct 17 10:07:12 2006
>> New Revision: 464964
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=464964
>> Log:
>> Add : 
>>
>>             <metainf file="${basedir}/../../NOTICE"/>
>>             <metainf file="${basedir}/../../LICENSE"/>
>>
>> to each "build-jar" target to include LICENSE and NOTICE
>> in each jar in META-INF
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org