You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by vm...@apache.org on 2003/02/06 11:25:23 UTC

cvs commit: jakarta-gump/project eclipse.xml

vmassol     2003/02/06 02:25:23

  Added:       project  eclipse.xml
  Log:
  Forgot to add eclipse.xml in my previous commit. Thanks to the ever vigilant Stefan for this! :-)
  
  Revision  Changes    Path
  1.1                  jakarta-gump/project/eclipse.xml
  
  Index: eclipse.xml
  ===================================================================
  <module name="eclipse">
  
    <url href="http://www.eclipse.org/"/>
    <description>
      The Eclipse jars
    </description>
  
    <project name="eclipse">
  
      <package>org.eclipse</package>
  
      <jar name="junit-3.8.1.jar"/>
      <jar name="boot-2.1.0.jar"/>
      <jar name="resources-2.1.0.jar"/>
      <jar name="runtime-2.1.0.jar"/>
      <jar name="dtcore-2.1.0.jar"/>
      <jar name="dtui-2.1.0.jar"/>
      <jar name="jdtcore-2.1.0.jar"/>
      <jar name="launching-2.1.0.jar"/>
      <jar id="swt" name="swt-2.1.0.jar"/>
      <jar name="jface-2.1.0.jar"/>
      <jar name="antsupport-2.1.0.jar"/>
      <jar name="workbench-2.1.0.jar"/>
  
    </project>
  
  </module>
  
  
  

RE: cvs commit: jakarta-gump/project eclipse.xml

Posted by Martin van den Bemt <ml...@mvdb.net>.
The gui related test needs X and gtk/motifm windows or whereever
whatever depending on where it is build :)

Mvgr,
Martin

On Thu, 2003-02-06 at 22:27, Vincent Massol wrote:
> Thanks Martin. I've updated the eclipse.xml project descriptor
> accordingly.
> 
> I'm not sure what you meant though when you say "don't do any gui
> related tests"?
> 
> -Vincent
> 
> > -----Original Message-----
> > From: Martin van den Bemt [mailto:mllist@mvdb.net]
> > Sent: 06 February 2003 21:11
> > To: Gump code and data
> > Subject: Re: cvs commit: jakarta-gump/project eclipse.xml
> > 
> > I like to have the dir structure as eclipse has it, save some work, or
> > preferrably, just add a dependency when you need it.
> > I prefer (eg a copy of the plugings dir) being used, since there are
> > version number being used, which triggers us more often when a release
> > happens.
> > 
> > Note to everyone needing the dependeny : Please don't do any gui
> related
> > tests, I doubt they will pass.
> > 
> > Mvgr,
> > Martin
> > 
> > On Thu, 2003-02-06 at 11:47, Christopher Lenz wrote:
> > > Vincent,
> > >
> > > wouldn't it be preferrable to install the normal eclipse
> distribution
> > > and reference the JARs therein with their default paths, for
> example:
> > >
> > > - <jar name="resources-2.1.0.jar"/>
> > > + <jar
> name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>
> > >
> > > IMHO, that would make it easier for people who run Gump to get the
> > > package installed (i.e. download a recent milestone and install,
> instead
> > > of copying all the JARs into a single directory).
> > >
> > > BTW, could there be problems with stuff like SWT being platform
> > dependant?
> > >
> > > -chris
> > >
> > > vmassol@apache.org wrote:
> > > > vmassol     2003/02/06 02:25:23
> > > >
> > > >   Added:       project  eclipse.xml
> > > >   Log:
> > > >   Forgot to add eclipse.xml in my previous commit. Thanks to the
> ever
> > vigilant Stefan for this! :-)
> > > >
> > > >   Revision  Changes    Path
> > > >   1.1                  jakarta-gump/project/eclipse.xml
> > > >
> > > >   Index: eclipse.xml
> > > >
> ===================================================================
> > > >   <module name="eclipse">
> > > >
> > > >     <url href="http://www.eclipse.org/"/>
> > > >     <description>
> > > >       The Eclipse jars
> > > >     </description>
> > > >
> > > >     <project name="eclipse">
> > > >
> > > >       <package>org.eclipse</package>
> > > >
> > > >       <jar name="junit-3.8.1.jar"/>
> > > >       <jar name="boot-2.1.0.jar"/>
> > > >       <jar name="resources-2.1.0.jar"/>
> > > >       <jar name="runtime-2.1.0.jar"/>
> > > >       <jar name="dtcore-2.1.0.jar"/>
> > > >       <jar name="dtui-2.1.0.jar"/>
> > > >       <jar name="jdtcore-2.1.0.jar"/>
> > > >       <jar name="launching-2.1.0.jar"/>
> > > >       <jar id="swt" name="swt-2.1.0.jar"/>
> > > >       <jar name="jface-2.1.0.jar"/>
> > > >       <jar name="antsupport-2.1.0.jar"/>
> > > >       <jar name="workbench-2.1.0.jar"/>
> > > >
> > > >     </project>
> > > >
> > > >   </module>
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: gump-help@jakarta.apache.org
> > >
> > >
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: gump-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org
> 
> 



RE: cvs commit: jakarta-gump/project eclipse.xml

Posted by Vincent Massol <vm...@octo.com>.
Thanks Martin. I've updated the eclipse.xml project descriptor
accordingly.

I'm not sure what you meant though when you say "don't do any gui
related tests"?

-Vincent

> -----Original Message-----
> From: Martin van den Bemt [mailto:mllist@mvdb.net]
> Sent: 06 February 2003 21:11
> To: Gump code and data
> Subject: Re: cvs commit: jakarta-gump/project eclipse.xml
> 
> I like to have the dir structure as eclipse has it, save some work, or
> preferrably, just add a dependency when you need it.
> I prefer (eg a copy of the plugings dir) being used, since there are
> version number being used, which triggers us more often when a release
> happens.
> 
> Note to everyone needing the dependeny : Please don't do any gui
related
> tests, I doubt they will pass.
> 
> Mvgr,
> Martin
> 
> On Thu, 2003-02-06 at 11:47, Christopher Lenz wrote:
> > Vincent,
> >
> > wouldn't it be preferrable to install the normal eclipse
distribution
> > and reference the JARs therein with their default paths, for
example:
> >
> > - <jar name="resources-2.1.0.jar"/>
> > + <jar
name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>
> >
> > IMHO, that would make it easier for people who run Gump to get the
> > package installed (i.e. download a recent milestone and install,
instead
> > of copying all the JARs into a single directory).
> >
> > BTW, could there be problems with stuff like SWT being platform
> dependant?
> >
> > -chris
> >
> > vmassol@apache.org wrote:
> > > vmassol     2003/02/06 02:25:23
> > >
> > >   Added:       project  eclipse.xml
> > >   Log:
> > >   Forgot to add eclipse.xml in my previous commit. Thanks to the
ever
> vigilant Stefan for this! :-)
> > >
> > >   Revision  Changes    Path
> > >   1.1                  jakarta-gump/project/eclipse.xml
> > >
> > >   Index: eclipse.xml
> > >
===================================================================
> > >   <module name="eclipse">
> > >
> > >     <url href="http://www.eclipse.org/"/>
> > >     <description>
> > >       The Eclipse jars
> > >     </description>
> > >
> > >     <project name="eclipse">
> > >
> > >       <package>org.eclipse</package>
> > >
> > >       <jar name="junit-3.8.1.jar"/>
> > >       <jar name="boot-2.1.0.jar"/>
> > >       <jar name="resources-2.1.0.jar"/>
> > >       <jar name="runtime-2.1.0.jar"/>
> > >       <jar name="dtcore-2.1.0.jar"/>
> > >       <jar name="dtui-2.1.0.jar"/>
> > >       <jar name="jdtcore-2.1.0.jar"/>
> > >       <jar name="launching-2.1.0.jar"/>
> > >       <jar id="swt" name="swt-2.1.0.jar"/>
> > >       <jar name="jface-2.1.0.jar"/>
> > >       <jar name="antsupport-2.1.0.jar"/>
> > >       <jar name="workbench-2.1.0.jar"/>
> > >
> > >     </project>
> > >
> > >   </module>
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: gump-help@jakarta.apache.org
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org



Re: cvs commit: jakarta-gump/project eclipse.xml

Posted by Martin van den Bemt <ml...@mvdb.net>.
I like to have the dir structure as eclipse has it, save some work, or
preferrably, just add a dependency when you need it. 
I prefer (eg a copy of the plugings dir) being used, since there are
version number being used, which triggers us more often when a release
happens.

Note to everyone needing the dependeny : Please don't do any gui related
tests, I doubt they will pass.

Mvgr,
Martin

On Thu, 2003-02-06 at 11:47, Christopher Lenz wrote:
> Vincent,
> 
> wouldn't it be preferrable to install the normal eclipse distribution 
> and reference the JARs therein with their default paths, for example:
> 
> - <jar name="resources-2.1.0.jar"/>
> + <jar name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>
> 
> IMHO, that would make it easier for people who run Gump to get the 
> package installed (i.e. download a recent milestone and install, instead 
> of copying all the JARs into a single directory).
> 
> BTW, could there be problems with stuff like SWT being platform dependant?
> 
> -chris
> 
> vmassol@apache.org wrote:
> > vmassol     2003/02/06 02:25:23
> > 
> >   Added:       project  eclipse.xml
> >   Log:
> >   Forgot to add eclipse.xml in my previous commit. Thanks to the ever vigilant Stefan for this! :-)
> >   
> >   Revision  Changes    Path
> >   1.1                  jakarta-gump/project/eclipse.xml
> >   
> >   Index: eclipse.xml
> >   ===================================================================
> >   <module name="eclipse">
> >   
> >     <url href="http://www.eclipse.org/"/>
> >     <description>
> >       The Eclipse jars
> >     </description>
> >   
> >     <project name="eclipse">
> >   
> >       <package>org.eclipse</package>
> >   
> >       <jar name="junit-3.8.1.jar"/>
> >       <jar name="boot-2.1.0.jar"/>
> >       <jar name="resources-2.1.0.jar"/>
> >       <jar name="runtime-2.1.0.jar"/>
> >       <jar name="dtcore-2.1.0.jar"/>
> >       <jar name="dtui-2.1.0.jar"/>
> >       <jar name="jdtcore-2.1.0.jar"/>
> >       <jar name="launching-2.1.0.jar"/>
> >       <jar id="swt" name="swt-2.1.0.jar"/>
> >       <jar name="jface-2.1.0.jar"/>
> >       <jar name="antsupport-2.1.0.jar"/>
> >       <jar name="workbench-2.1.0.jar"/>
> >   
> >     </project>
> >   
> >   </module>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org
> 
> 



RE: cvs commit: jakarta-gump/project eclipse.xml

Posted by Vincent Massol <vm...@octo.com>.
Done (see commit email).

Thanks
-Vincent

> -----Original Message-----
> From: news [mailto:news@main.gmane.org] On Behalf Of Sam Ruby
> Sent: 06 February 2003 21:06
> To: gump@jakarta.apache.org
> Subject: Re: cvs commit: jakarta-gump/project eclipse.xml
> 
> Vincent Massol wrote:
> >
> >>IMHO, that would make it easier for people who run Gump to get the
> >>package installed (i.e. download a recent milestone and install,
instead
> >>of copying all the JARs into a single directory).
> >
> > I'm all +1. What do Gumpers think?
> 
> +1
> 
> - Sam Ruby
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org



Re: cvs commit: jakarta-gump/project eclipse.xml

Posted by Sam Ruby <ru...@apache.org>.
Vincent Massol wrote:
> 
>>IMHO, that would make it easier for people who run Gump to get the
>>package installed (i.e. download a recent milestone and install, instead
>>of copying all the JARs into a single directory).
> 
> I'm all +1. What do Gumpers think?

+1

- Sam Ruby



RE: cvs commit: jakarta-gump/project eclipse.xml

Posted by Julien Ruaux <jr...@octo.com>.
Chris,

there does not seem to be any problem with platform dependency at
compilation time. I tried to build with the swt.jar for linux on win32
and it went fine.

Julien

-----Original Message-----
From: Christopher Lenz [mailto:cmlenz@gmx.de] 
Sent: Thursday, February 06, 2003 11:48 AM
To: Gump code and data
Subject: Re: cvs commit: jakarta-gump/project eclipse.xml


Vincent,

wouldn't it be preferrable to install the normal eclipse distribution 
and reference the JARs therein with their default paths, for example:

- <jar name="resources-2.1.0.jar"/>
+ <jar name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>

IMHO, that would make it easier for people who run Gump to get the 
package installed (i.e. download a recent milestone and install, instead

of copying all the JARs into a single directory).

BTW, could there be problems with stuff like SWT being platform
dependant?

-chris

vmassol@apache.org wrote:
> vmassol     2003/02/06 02:25:23
> 
>   Added:       project  eclipse.xml
>   Log:
>   Forgot to add eclipse.xml in my previous commit. Thanks to the ever 
> vigilant Stefan for this! :-)
>   
>   Revision  Changes    Path
>   1.1                  jakarta-gump/project/eclipse.xml
>   
>   Index: eclipse.xml
>   ===================================================================
>   <module name="eclipse">
>   
>     <url href="http://www.eclipse.org/"/>
>     <description>
>       The Eclipse jars
>     </description>
>   
>     <project name="eclipse">
>   
>       <package>org.eclipse</package>
>   
>       <jar name="junit-3.8.1.jar"/>
>       <jar name="boot-2.1.0.jar"/>
>       <jar name="resources-2.1.0.jar"/>
>       <jar name="runtime-2.1.0.jar"/>
>       <jar name="dtcore-2.1.0.jar"/>
>       <jar name="dtui-2.1.0.jar"/>
>       <jar name="jdtcore-2.1.0.jar"/>
>       <jar name="launching-2.1.0.jar"/>
>       <jar id="swt" name="swt-2.1.0.jar"/>
>       <jar name="jface-2.1.0.jar"/>
>       <jar name="antsupport-2.1.0.jar"/>
>       <jar name="workbench-2.1.0.jar"/>
>   
>     </project>
>   
>   </module>



---------------------------------------------------------------------
To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
For additional commands, e-mail: gump-help@jakarta.apache.org



RE: cvs commit: jakarta-gump/project eclipse.xml

Posted by Vincent Massol <vm...@octo.com>.

> -----Original Message-----
> From: Christopher Lenz [mailto:cmlenz@gmx.de]
> Sent: 06 February 2003 11:48
> To: Gump code and data
> Subject: Re: cvs commit: jakarta-gump/project eclipse.xml
> 
> Vincent,
> 
> wouldn't it be preferrable to install the normal eclipse distribution
> and reference the JARs therein with their default paths, for example:
> 
> - <jar name="resources-2.1.0.jar"/>
> + <jar name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>
> 
> IMHO, that would make it easier for people who run Gump to get the
> package installed (i.e. download a recent milestone and install,
instead
> of copying all the JARs into a single directory).

I'm all +1. What do Gumpers think?

> 
> BTW, could there be problems with stuff like SWT being platform
dependant?
> 
> -chris
> 
> vmassol@apache.org wrote:
> > vmassol     2003/02/06 02:25:23
> >
> >   Added:       project  eclipse.xml
> >   Log:
> >   Forgot to add eclipse.xml in my previous commit. Thanks to the
ever
> vigilant Stefan for this! :-)
> >
> >   Revision  Changes    Path
> >   1.1                  jakarta-gump/project/eclipse.xml
> >
> >   Index: eclipse.xml
> >
===================================================================
> >   <module name="eclipse">
> >
> >     <url href="http://www.eclipse.org/"/>
> >     <description>
> >       The Eclipse jars
> >     </description>
> >
> >     <project name="eclipse">
> >
> >       <package>org.eclipse</package>
> >
> >       <jar name="junit-3.8.1.jar"/>
> >       <jar name="boot-2.1.0.jar"/>
> >       <jar name="resources-2.1.0.jar"/>
> >       <jar name="runtime-2.1.0.jar"/>
> >       <jar name="dtcore-2.1.0.jar"/>
> >       <jar name="dtui-2.1.0.jar"/>
> >       <jar name="jdtcore-2.1.0.jar"/>
> >       <jar name="launching-2.1.0.jar"/>
> >       <jar id="swt" name="swt-2.1.0.jar"/>
> >       <jar name="jface-2.1.0.jar"/>
> >       <jar name="antsupport-2.1.0.jar"/>
> >       <jar name="workbench-2.1.0.jar"/>
> >
> >     </project>
> >
> >   </module>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org



Re: cvs commit: jakarta-gump/project eclipse.xml

Posted by Christopher Lenz <cm...@gmx.de>.
Vincent,

wouldn't it be preferrable to install the normal eclipse distribution 
and reference the JARs therein with their default paths, for example:

- <jar name="resources-2.1.0.jar"/>
+ <jar name="plugins/org.eclipse.core.resources_2.1.0/resources.jar"/>

IMHO, that would make it easier for people who run Gump to get the 
package installed (i.e. download a recent milestone and install, instead 
of copying all the JARs into a single directory).

BTW, could there be problems with stuff like SWT being platform dependant?

-chris

vmassol@apache.org wrote:
> vmassol     2003/02/06 02:25:23
> 
>   Added:       project  eclipse.xml
>   Log:
>   Forgot to add eclipse.xml in my previous commit. Thanks to the ever vigilant Stefan for this! :-)
>   
>   Revision  Changes    Path
>   1.1                  jakarta-gump/project/eclipse.xml
>   
>   Index: eclipse.xml
>   ===================================================================
>   <module name="eclipse">
>   
>     <url href="http://www.eclipse.org/"/>
>     <description>
>       The Eclipse jars
>     </description>
>   
>     <project name="eclipse">
>   
>       <package>org.eclipse</package>
>   
>       <jar name="junit-3.8.1.jar"/>
>       <jar name="boot-2.1.0.jar"/>
>       <jar name="resources-2.1.0.jar"/>
>       <jar name="runtime-2.1.0.jar"/>
>       <jar name="dtcore-2.1.0.jar"/>
>       <jar name="dtui-2.1.0.jar"/>
>       <jar name="jdtcore-2.1.0.jar"/>
>       <jar name="launching-2.1.0.jar"/>
>       <jar id="swt" name="swt-2.1.0.jar"/>
>       <jar name="jface-2.1.0.jar"/>
>       <jar name="antsupport-2.1.0.jar"/>
>       <jar name="workbench-2.1.0.jar"/>
>   
>     </project>
>   
>   </module>