Re: Build slices in Java and Eclipse
From: Rhino (rhino1_at_NOSPAM.sympatico.ca)
Date: 03/17/05
- Next message: Rhino: "Re: Killing an applet"
- Previous message: Dana B: "Cocoon: How do I avoid sitemap.xmap?"
- In reply to: Fran Cottone: "Build slices in Java and Eclipse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Mar 2005 16:57:30 -0500
"Fran Cottone" <nickmphillips@hotmail.com> wrote in message
news:7b07bf9c.0503171254.53261042@posting.google.com...
> I've been away from Java for a few years and have lost track of some
> of the more recent developments. Is there now an easy way to do the
> following:
>
> I'm experimenting with Eclipse - which I like, and have developed a
> test project which contains "client specific", "server specific" and
> "general code." How do I go about building different slices from this
> one project i.e. producing a server jar, a client jar and a general
> jar, each containing only the branches of the package hierarchy
> relevant.
>
> If Eclipse cannot do this, is there a plug-in that can - preferably
> GUI driven, and, one that can deal with building RMI stubs etc.
>
> Many thanks in advance.
Most of that sounds like a job for Ant; I've never used RMI so I'm not sure
if Ant can generate an RMI stub although there is an 'rmic' task listed
among the core tasks. An Ant plugin comes standard with Eclipse. You can see
the manual here: http://ant.apache.org/manual/index.html.
You will probably find the article on 'Class Fileset' under 'Concepts and
Types' especially useful for what you want to do.
Rhino
- Next message: Rhino: "Re: Killing an applet"
- Previous message: Dana B: "Cocoon: How do I avoid sitemap.xmap?"
- In reply to: Fran Cottone: "Build slices in Java and Eclipse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|