Re: FreeBSD ports that you maintain which are currently scheduled for deletion

2010-08-07 Thread Sutra Zhou
I have send a pr 148992 to update eclipse-webtools that include these two ports. On Sat, Aug 7, 2010 at 2:29 PM, wrote: > Dear FreeBSD port maintainer: > > As part of an ongoing effort to reduce the number of problems in > the FreeBSD ports system, we periodically schedule removal of ports > th

Re: ports/149704: java/eclipse: plugins doesn't work in eclipse-3.5.2_1

2010-08-16 Thread Sutra Zhou
I encountered this issue too, so when I upgrade the eclipse-webtools port, I installed them into the dropins directory(/usr/local/lib/eclipse/dropins), see PR 148992. On Mon, Aug 16, 2010 at 11:50 PM, wrote: > Old Synopsis: plugins doesn't work in eclipse-3.5.2_1 > New Synopsis: java/eclipse: pl

Re: ports/148992: Update port: java/eclipse-webtools Update eclipse-webtools to 3.1.2 for java/eclipse(3.5) and its dependencies(eclipse-emf-2.5.0, eclipse-xsd-2.5.0, eclipse-gef-3.5.2, eclipse-datat

2010-08-31 Thread Sutra Zhou
On Tue, Aug 31, 2010 at 4:41 PM, wrote: > Synopsis: Update port: java/eclipse-webtools Update eclipse-webtools to 3.1.2 > for java/eclipse(3.5) and its dependencies(eclipse-emf-2.5.0, > eclipse-xsd-2.5.0, eclipse-gef-3.5.2, eclipse-datatools-1.7.2), and take all > the maintainerships > > State

Re: Update plugins for eclipse helios

2010-12-15 Thread Sutra Zhou
Commit please, it looks fine. On Tue, Dec 14, 2010 at 9:33 PM, Alex Dupre wrote: > I've prepared a patch to update a few eclipse plugins (in particular > eclipse-webtools and all its dependiencies) to versions supporting the new > Eclipse Helios release. Here is the patch: > > http://www.alexdupr

Re: How to run a Java program outside Eclipse on freeBSD?

2012-03-07 Thread Sutra Zhou
To use java -jar app.jar to run the jar, you can use eclipse to export a "Runnable JAR file". On Thu, Mar 8, 2012 at 12:02 PM, qbing wrote: > Could you get more details on how to export it as a ruinable jar from > Eclipse? I tried "Export product" wizard but that didn't seem to work. > > Thanks,