You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Gianugo Rabellino <gi...@apache.org> on 2003/02/24 20:04:35 UTC

New build system & Eclipse

Is there any particular reason for this?

       <!-- tools libs -->
       <fileset dir="${tools}/lib">
         <include name="*.jar"/>
         <!-- exclude xerces, xalan, xmlapis -->
         <exclude name="x*.jar"/>
       </fileset>
       <!-- no block-specific libs for now -->
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I patched it (fixing also a typo, it's ${resources}, not ${resource}) 
and it's working on my setup, but I'm wondering if there is an important 
reason for that particular warning to refrain me from committing this 
quickie...

Ciao,

-- 
Gianugo Rabellino
Pro-netics s.r.l.
http://www.pro-netics.com


Re: New build system & Eclipse

Posted by Sylvain Wallez <sy...@anyware-tech.com>.
Gianugo Rabellino wrote:

> Is there any particular reason for this?
>
>       <!-- tools libs -->
>       <fileset dir="${tools}/lib">
>         <include name="*.jar"/>
>         <!-- exclude xerces, xalan, xmlapis -->
>         <exclude name="x*.jar"/>
>       </fileset>
>       <!-- no block-specific libs for now -->
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> I patched it (fixing also a typo, it's ${resources}, not ${resource}) 
> and it's working on my setup, but I'm wondering if there is an 
> important reason for that particular warning to refrain me from 
> committing this quickie...


There is no actual reason, since there _are_ block libs now, but there 
weren't any when I wrote this stuff. You've beaten me on this as I 
patched it yesterday on my local repository but delayed committing. 
Parallel thinking ;-)

Sylvain

-- 
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }



Re: New build system & Eclipse

Posted by Stefano Mazzocchi <st...@apache.org>.
Geoff Howard wrote:
> At 02:04 PM 2/24/2003, you wrote:
> 
>> Is there any particular reason for this?
>>
>>       <!-- tools libs -->
>>       <fileset dir="${tools}/lib">
>>         <include name="*.jar"/>
>>         <!-- exclude xerces, xalan, xmlapis -->
>>         <exclude name="x*.jar"/>
>>       </fileset>
>>       <!-- no block-specific libs for now -->
>>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> I patched it (fixing also a typo, it's ${resources}, not ${resource}) 
>> and it's working on my setup, but I'm wondering if there is an 
>> important reason for that particular warning to refrain me from 
>> committing this quickie...
> 
> 
> Don't know the answer to why the block libs (I assume it was only that 
> Stefano hadn't gotten to it yet?)

yep, feel free to patch it since I don't have enough memory on this 
machine to run eclipse seriously :(

> but the typo was fixed earlier this AM 
> so you may want to regenerate your patch on a fresh checkout.

-- 
Stefano Mazzocchi                               <st...@apache.org>
    Pluralitas non est ponenda sine necessitate [William of Ockham]
--------------------------------------------------------------------



Re: New build system & Eclipse

Posted by Geoff Howard <co...@leverageweb.com>.
At 02:04 PM 2/24/2003, you wrote:
>Is there any particular reason for this?
>
>       <!-- tools libs -->
>       <fileset dir="${tools}/lib">
>         <include name="*.jar"/>
>         <!-- exclude xerces, xalan, xmlapis -->
>         <exclude name="x*.jar"/>
>       </fileset>
>       <!-- no block-specific libs for now -->
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>I patched it (fixing also a typo, it's ${resources}, not ${resource}) and 
>it's working on my setup, but I'm wondering if there is an important 
>reason for that particular warning to refrain me from committing this 
>quickie...

Don't know the answer to why the block libs (I assume it was only that 
Stefano hadn't gotten to it yet?) but the typo was fixed earlier this AM so 
you may want to regenerate your patch on a fresh checkout.

Geoff Howard


>Ciao,
>
>--
>Gianugo Rabellino
>Pro-netics s.r.l.
>http://www.pro-netics.com
>
>