Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Automatic creation of jar

you can also save the jar packager script file in your workspace,
(tick the according checkbox in the last jar packager wizard panel)
and simply run "create jar" by right clicking on that file.

	Daniel

Le mer 15/01/2003 à 11:27, David Medinets a écrit :
> You can add an Ant task to the build list so that it gets executed after
> each incremental or full build. However, in Eclipse v2.0.1 I found this
> change to be annoying since I could not change multiple files and then
> rebuild the jar.
> 
> For me, it seemed like the Ant task was always run. So my development was
> slowed down too much. I simply open a DOS window and execute the Ant task
> from there as needed.
> 
> In Eclipse v2.1M4, by contrast, it was easier to create an External Tool
> entry and then run the Ant task from within Eclipse.
> 
> I like the v2.1M4 a lot.
> 
> 
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/jdt-dev



Back to the top