Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re[2]: [eclipse-dev] Export Plugin

That's actually an "eclipse-user" question.

Unless I'm mistaken (and someone PLEASE correct me if I'm wrong) the
eclipse-user help is a web-based forum, which I don't participate in because
it requires too much time.  I would much rather participate through a
mailing list.  (you know, the whole push vs. pull thing.......so I guess
that's a question.......is there a eclipse-user mailing list?)

Not to leave you empty handed, there's a nice little tutorial on how to
build a struts application with Eclipse (Ant based build) by some cool dude
over at Jakarta ;)

 http://jakarta.apache.org/struts/faqs/eclipse.html

It's a bit dated, but most of it is still valid.  It will build and jar (ok,
war) the app for you.


--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017 (cell)
AIM: jmitchtx
MSN: jmitchell@xxxxxxxxxx



----- Original Message -----
From: "Guido Kämper" <gk@xxxxxxxxxxxxxx>
To: "James Mitchell" <eclipse-dev@xxxxxxxxxxx>
Sent: Thursday, February 05, 2004 8:48 AM
Subject: Re[2]: [eclipse-dev] Export Plugin


> Hello James,
>
> thanks four your answer. how can I use ant in eclipse? is there any
graphical user interface (maybe as plugin for eclipse) to configure ant?
it's long ago that I used ant in a project and i didn't have to configure it
at that time.
>
> thanks, Guido
> --
> on Thursday, February 5, 2004, at 2:24:11 PM, you wrote:
>
> JM> Have you considered using Ant?
>
>
> JM> --
> JM> James Mitchell
> JM> Software Engineer / Struts Evangelist
> JM> http://www.struts-atlanta.org
> JM> 678.910.8017 (cell)
> JM> AIM: jmitchtx
> JM> MSN: jmitchell@xxxxxxxxxx
>
>
>
> JM> ----- Original Message -----
> JM> From: "Guido Kämper" <gk@xxxxxxxxxxxxxx>
> JM> To: <eclipse-dev@xxxxxxxxxxx>
> JM> Sent: Thursday, February 05, 2004 8:10 AM
> JM> Subject: [eclipse-dev] Export Plugin
>
>
> >> Hello eclipse developers,
> >>
> >>   i am using Eclipse with the uml-plugin and VE extensions and
everything
> JM> works fine. I develope a network application based on jxta and I need
at
> JM> least 2 instances of the program in 2 different folders to test its
> JM> functionality, .
> >>
> >>   Now the first question is, how I can automate the creation of two
jars
> JM> at compile time.
> >>
> >>   The second problem is, that the used jxta or external classes (of
other
> JM> jars) should be included in the applications jar. so it would be
possible
> JM> to distribute the application detached from a jxta platform
installation. By
> JM> using the export function in eclipse the application stops with "no
> JM> classdeffound"-errors on external classes.
> >>
> >>   In JBuilder it's possible to automatically create JARs with all
needed
> JM> classes of the external jars at compile time. is there any plugin for
> JM> eclipse providing this functionality?
> >>
> >> thanks,
> >>   Guido
> >>
> >> ____
> >>                           mailto:gk@xxxxxxxxxxxxxx
> >>
> >>
> >> _______________________________________________
> >> eclipse-dev mailing list
> >> eclipse-dev@xxxxxxxxxxx
> >> To change your delivery options, retrieve your password, or unsubscribe
> JM> from this list, visit
> >> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
> JM> _______________________________________________
> JM> eclipse-dev mailing list
> JM> eclipse-dev@xxxxxxxxxxx
> JM> To change your delivery options, retrieve your password, or
> JM> unsubscribe from this list, visit
> JM> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>
> --
> cu,
>  Guido                            mailto:gk@xxxxxxxxxxxxxx
>
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top