Re: Run/Debug profiles
Ann Sunhachawee <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
BTW, I noticed in the prototype that there is a profile type for "Ant script execution" where you can specify what script and target to run. Perhaps Petr and Ivan are asking for something more generic as well. As for the machine-independence, I know that in the EE world, there are calls for making only machine independent settings in profiles shared - the rest of the profile should be stored in the user's space (see Execution Profile section in http://j2eeserver.netbeans.org/jsr88/userview.html). So perhaps this kind of infomation is only stored in the user's space. -Ann Petr Jiricka wrote: > I believe this should be solved by providing a Run/Debug profile type > called "Command line script" or similar. Profiles of this type would > allow choosing an arbitrary executable with arbitrary cmdline arguments. > > By default, projects will not have any profile instance of this type, > but those can be created manually. > > A possible issue with such profiles is how to make them > machine-independent: the executables used to run the project may > reside in different locations on different machines. > > Petr > > Ivan Soleimanipour wrote: > >> Something completely different ... >> >> What happens when what you want to run or debug is inside >> a script (like NB itself?) >> It seems to me that any significant java application will be started >> through a script. >> >> >> --------------------------------------------------------------------- >> 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] >