Found a webpage that should help:

http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm

Advanced Topics in Running Eclipse
The Eclipse executable and the platform itself offer a number of
execution options of interest to people developing or debugging parts
of Eclipse. The general form of running the Eclipse executable is:

eclipse [platform options] [-vmargs [Java VM arguments]]


Found that link from this blog:
http://www.luisdelarosa.com/blog/2004/10/how_to_run_ecli.html


Wayne


On 3/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> If I'm not mistaken, the Windows eclipse.exe executable is just one
> way to start Eclipse. Obviously, users on Mac and Linux are able to
> use Eclipse without using it.
>
> Try java -jar startup.jar in the Eclipse directory. Then pass whatever
> command line arguments you want to it.
>
> Wayne
>
>
> On 3/13/06, Szczepan Faber <[EMAIL PROTECTED]> wrote:
> > I need to make it work ASAP :)
> >
> > If my effort in maven plugin fails, I will have to code ant scripts
> > which are relicts of stone age.
> >
> > How can I use those CL arguments??? I tried to put them into windows
> > eclipse link, the ini file, and jvm properties in eclipse JRE
> > settings. No effect.
> >
> > Thanks,
> > Szczepan
> >
> > On 3/13/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> > > You should use command line arguments as David has suggested, but
> > > proxy support is now in beta I think so it shouldn't be long until it
> > > works out of the box :)
> > >
> > > On 3/13/06, Szczepan Faber <[EMAIL PROTECTED]> wrote:
> > > > I use windows, I place following in eclipse.ini with no effect
> > > >
> > > > -DproxySet=true
> > > > -DproxyHost=xxx.com
> > > > -DproxyPort=80
> > > >
> > > > Still, I have always had proxy set in eclipse properties but this only
> > > > works for updates, and some other stuff, but not in Maven 2 plugin.
> > > >
> > > >
> > > > 2006/3/13, David Delbecq <[EMAIL PROTECTED]>:
> > > > > Did you try editing eclipse startup script to add this to java startup
> > > > > line? This is how you proxy enable any java application.
> > > > >
> > > > > java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80 
> > > > > MyJavaApp
> > > > >
> > > > > Szczepan Faber a écrit :
> > > > >
> > > > > >I've read that this is the only way to make it work with M2 eclipse 
> > > > > >plugin.
> > > > > >
> > > > > >Starting here:
> > > > > >http://jira.codehaus.org/browse/MNGECLIPSE-29
> > > > > >
> > > > > >I agree that proxy setting configuration should be the feat of
> > > > > >environment and not project. Did anyone configure the M2 plugin with
> > > > > >eclipse in proxied network? Proxies are very common in IT companies 
> > > > > >so
> > > > > >the issue really limits use of maven 2.
> > > > > >
> > > > > >Thanks,
> > > > > >Szczepan
> > > > > >
> > > > > >
> > > > > >2006/3/13, Alexandre Poitras <[EMAIL PROTECTED]>:
> > > > > >
> > > > > >
> > > > > >>It is not possible and for a simple reason the proxy setting is not
> > > > > >>something consistant across a project. If you could put your proxy
> > > > > >>config in your pom.xml, your build could become not portable since a
> > > > > >>proxy is a specific environment setting.
> > > > > >>
> > > > > >>Why do you want to do this?
> > > > > >>
> > > > > >>
> > > > > >>On 3/13/06, Szczepan Faber <[EMAIL PROTECTED]> wrote:
> > > > > >>
> > > > > >>
> > > > > >>>Hi,
> > > > > >>>
> > > > > >>>How to setup proxy from Maven2 in pom file? I know I can do it in
> > > > > >>>settings.xml, but that does not work for m2 eclipse plugin. That is
> > > > > >>>why I'd like to setup proxy in pom.
> > > > > >>>
> > > > > >>>Thanks,
> > > > > >>>Szczepan
> > > > > >>>
> > > > > >>>---------------------------------------------------------------------
> > > > > >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > >>>For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>--
> > > > > >>Alexandre Poitras
> > > > > >>Québec, Canada
> > > > > >>
> > > > > >>---------------------------------------------------------------------
> > > > > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >---------------------------------------------------------------------
> > > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > Alexandre Poitras
> > > Québec, Canada
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to