Skip to main content

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

Hello James,

thanks a lot. ANT is really good.. especially the possibility to combine Java and gcc platform sources (for JNI). so the compile-shell-scripts are history :-)

cu,
Guido


--
on Thursday, February 5, 2004, at 3:15:03 PM, you wrote:

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

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

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

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

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


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: "James Mitchell" <eclipse-dev@xxxxxxxxxxx>
JM> Sent: Thursday, February 05, 2004 8:48 AM
JM> Subject: Re[2]: [eclipse-dev] Export Plugin


>> Hello James,
>>
>> thanks four your answer. how can I use ant in eclipse? is there any
JM> graphical user interface (maybe as plugin for eclipse) to configure ant?
JM> it's long ago that I used ant in a project and i didn't have to configure it
JM> 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
JM> everything
>> JM> works fine. I develope a network application based on jxta and I need
JM> 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
JM> jars
>> JM> at compile time.
>> >>
>> >>   The second problem is, that the used jxta or external classes (of
JM> other
>> JM> jars) should be included in the applications jar. so it would be
JM> possible
>> JM> to distribute the application detached from a jxta platform
JM> 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
JM> 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
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




Back to the top