Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to set absolute Debug configuration VM args relative to the project path?
How to set absolute Debug configuration VM args relative to the project path? [message #26903] Fri, 16 May 2003 18:06 Go to next message
Eclipse UserFriend
My debug configuration requires several VM -D arguments. Is there a way to
specify a path relative the project which is then converted to the correct
absolute path for the VM?

Some thing like

-D XXX={project}\myFolder

which gets expanded to

-D XXX=C:\x\y\z\myFolder

?

Thanks
Second request: How to set Debug configuration VM args relative to the project path? [message #31942 is a reply to message #26903] Tue, 20 May 2003 14:23 Go to previous messageGo to next message
Eclipse UserFriend
"Paul Duffy" <paduffy@cisco.com> wrote in message
news:ba3nd0$9gi$1@rogue.oti.com...
> My debug configuration requires several VM -D arguments. Is there a way
to
> specify a path relative the project which is then converted to the correct
> absolute path for the VM?
>
> Some thing like
>
> -D XXX={project}\myFolder
>
> which gets expanded to
>
> -D XXX=C:\x\y\z\myFolder
>
> ?
>
> Thanks
>
>
>
>
Re: How to set absolute Debug configuration VM args relative to the project path? [message #32123 is a reply to message #26903] Tue, 20 May 2003 15:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jared-eclipse.mn.rr.com

https://bugs.eclipse.org/bugs/show_bug.cgi?id=37241
https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035

Paul Duffy wrote:

> My debug configuration requires several VM -D arguments. Is there a way
> to specify a path relative the project which is then converted to the
> correct absolute path for the VM?
>
> Some thing like
>
> -D XXX={project}\myFolder
>
> which gets expanded to
>
> -D XXX=C:\x\y\z\myFolder
>
> ?
>
> Thanks
Re: How to set absolute Debug configuration VM args relative to the project path? [message #32645 is a reply to message #32123] Tue, 20 May 2003 17:31 Go to previous messageGo to next message
Eclipse UserFriend
Please clarify. This is not currently possible, correct?

So each user of our team needs to explictly set the launch configuration -
absolute to their particular install folder structure - correct?

Thanks,


"Jared Burns" <jared-eclipse@mn.rr.com> wrote in message
news:baduua$t1i$1@rogue.oti.com...
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=37241
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035
>
> Paul Duffy wrote:
>
> > My debug configuration requires several VM -D arguments. Is there a way
> > to specify a path relative the project which is then converted to the
> > correct absolute path for the VM?
> >
> > Some thing like
> >
> > -D XXX={project}\myFolder
> >
> > which gets expanded to
> >
> > -D XXX=C:\x\y\z\myFolder
> >
> > ?
> >
> > Thanks
>
Re: How to set absolute Debug configuration VM args relative to the project path? [message #33705 is a reply to message #32645] Wed, 21 May 2003 10:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jared-eclipse.mn.rr.com

That's right. If the below feature requests (which I'm working on) don't
address your problem (I'm pretty sure they do), open another bug.

- Jared

Paul Duffy wrote:

> Please clarify. This is not currently possible, correct?
>
> So each user of our team needs to explictly set the launch configuration -
> absolute to their particular install folder structure - correct?
>
> Thanks,
>
>
> "Jared Burns" <jared-eclipse@mn.rr.com> wrote in message
> news:baduua$t1i$1@rogue.oti.com...
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=37241
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035
Re: How to set absolute Debug configuration VM args relative to the project path? [message #33840 is a reply to message #32645] Wed, 21 May 2003 10:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Paul Duffy wrote:

> Please clarify. This is not currently possible, correct?

> So each user of our team needs to explictly set the launch configuration -
> absolute to their particular install folder structure - correct?

> Thanks,

You could create a template launch configuration that you share. Have the
other team members duplicate the configuration in their workspace and make
changes where appropriate.

> "Jared Burns" <jared-eclipse@mn.rr.com> wrote in message
> news:baduua$t1i$1@rogue.oti.com...
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=37241
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035
> >
> > Paul Duffy wrote:
> >
> > > My debug configuration requires several VM -D arguments. Is there a way
> > > to specify a path relative the project which is then converted to the
> > > correct absolute path for the VM?
> > >
> > > Some thing like
> > >
> > > -D XXX={project}\myFolder
> > >
> > > which gets expanded to
> > >
> > > -D XXX=C:\x\y\z\myFolder
> > >
> > > ?
> > >
> > > Thanks
> >
Re: How to set absolute Debug configuration VM args relative to the project path? [message #49328 is a reply to message #33840] Wed, 04 June 2003 18:15 Go to previous message
Eclipse UserFriend
Thanks Dave, but this is exactly what we do now and it is a real pain. I've
opened a bug.

If Eclipse allows checking out a project to an abritrary folder (which is
needed...a good thing), it should be possible to set all paths relative to
that folder.

Thanks again,

"Dave Wegener" <wegener@cboenospam.com> wrote in message
news:bag3gd$kdo$1@rogue.oti.com...
> Paul Duffy wrote:
>
> > Please clarify. This is not currently possible, correct?
>
> > So each user of our team needs to explictly set the launch
configuration -
> > absolute to their particular install folder structure - correct?
>
> > Thanks,
>
> You could create a template launch configuration that you share. Have the
> other team members duplicate the configuration in their workspace and make
> changes where appropriate.
>
> > "Jared Burns" <jared-eclipse@mn.rr.com> wrote in message
> > news:baduua$t1i$1@rogue.oti.com...
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=37241
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=10035
> > >
> > > Paul Duffy wrote:
> > >
> > > > My debug configuration requires several VM -D arguments. Is there a
way
> > > > to specify a path relative the project which is then converted to
the
> > > > correct absolute path for the VM?
> > > >
> > > > Some thing like
> > > >
> > > > -D XXX={project}\myFolder
> > > >
> > > > which gets expanded to
> > > >
> > > > -D XXX=C:\x\y\z\myFolder
> > > >
> > > > ?
> > > >
> > > > Thanks
> > >
>
>
>
>
>
Previous Topic:eclipse deadlock detection tools
Next Topic:Checkstyle plugins
Goto Forum:
  


Current Time: Sat May 24 05:13:08 EDT 2025

Powered by FUDForum. Page generated in 0.03585 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top