Re: [scxml-eclipse] Getting dependency jars (was: svn commit: r951835)

2010-06-06 Thread Xun Long Gui
Thank you for this instruction

2010/6/6 Rahul Akolkar 

> Changed subject ...
>
> On Sun, Jun 6, 2010 at 6:54 AM, sebb  wrote:
> > On 06/06/2010, gu...@apache.org  wrote:
> >> Author: guixl
> >>  Date: Sun Jun  6 06:58:53 2010
> >>  New Revision: 951835
> >>
> >>  URL: http://svn.apache.org/viewvc?rev=951835&view=rev
> >>  Log:
> >>  implement SCXML data model export function (not finished)
> >>
> >>  Added:
> >>
> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/
> >>
> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/serializer.jar
>   (with props)
> >>
> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/xalan.jar
>   (with props)
> >
> > We don't normally store jar files in SVN.
> >
> > If the application is built using Maven, then just add the jar as a
> > dependency to the appropriate POM.
> >
> > For Ant builds, one can add a task to download the file to the lib/
> > directory if it is not present.
> >
> > If neither applies, then provide instructions and/or a script to
> > download the jars before building the code.
> >
> 
>
> Suggest adding an Ant build simply for getting dependencies until a
> Maven build comes about.
>
>
> > In the non-Maven cases the lib/ directory should be excluded from SVN
> (ignored).
> >
> 
>
> +1 to adding lib to svn:ignore.
>
> -Rahul
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
Best Regards

Gui Xun Long (桂训龙)


Re: [scxml-eclipse] Getting dependency jars (was: svn commit: r951835)

2010-06-06 Thread Rahul Akolkar
2010/6/6 Xun Long Gui :
> Thank you for this instruction
>


Here is an example:

  
http://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml

A similar file could be added to scxml-eclipse/trunk (without the
s etc. ofcourse, just the s for the needed jars). That
way, no dependency jars have to be in SVN. Once you add such a file,
the {serializer,xalan}.jar files should be removed from SVN.

-Rahul


> 2010/6/6 Rahul Akolkar 
>
>> Changed subject ...
>>
>> On Sun, Jun 6, 2010 at 6:54 AM, sebb  wrote:
>> > On 06/06/2010, gu...@apache.org  wrote:
>> >> Author: guixl
>> >>  Date: Sun Jun  6 06:58:53 2010
>> >>  New Revision: 951835
>> >>
>> >>  URL: http://svn.apache.org/viewvc?rev=951835&view=rev
>> >>  Log:
>> >>  implement SCXML data model export function (not finished)
>> >>
>> >>  Added:
>> >>
>> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/
>> >>
>> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/serializer.jar
>>   (with props)
>> >>
>> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/xalan.jar
>>   (with props)
>> >
>> > We don't normally store jar files in SVN.
>> >
>> > If the application is built using Maven, then just add the jar as a
>> > dependency to the appropriate POM.
>> >
>> > For Ant builds, one can add a task to download the file to the lib/
>> > directory if it is not present.
>> >
>> > If neither applies, then provide instructions and/or a script to
>> > download the jars before building the code.
>> >
>> 
>>
>> Suggest adding an Ant build simply for getting dependencies until a
>> Maven build comes about.
>>
>>
>> > In the non-Maven cases the lib/ directory should be excluded from SVN
>> (ignored).
>> >
>> 
>>
>> +1 to adding lib to svn:ignore.
>>
>> -Rahul
>
>
> --
> Best Regards
>
> Gui Xun Long (桂训龙)
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org