Not really, the shell command does not aware of the particular debug
configuration. Although, if you set the maven configuration, as I mentioned
earlier, that should work for both scenarios.

Cheers,

*Nadeeshaan Gunasinghe*
Technical Lead, WSO2 Inc. http://wso2.com
+94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
<https://mail.google.com/mail/u/1/#>
<http://www.facebook.com/nadeeshaan.gunasinghe>
<http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
<http://nadeeshaan.blogspot.com/>


On Sun, Sep 12, 2021 at 8:50 PM Nuwan Jayawardene <nsga...@gmail.com> wrote:

> If it's run in memory, sure I think that'll work too.
> However, would it work when a mvn clean install is run separately from a
> terminal?
>
>
>
>
> On Sun, Sep 12, 2021 at 8:08 PM Nadeeshaan Gunasinghe <
> nadeeshaangunasin...@gmail.com> wrote:
>
>> Hi Nuwan,
>>
>> In that regard, I would like to suggest that we edit the editor's debug
>> configurations without any intervention of the code as a best practice at
>> the development time. WDYT?
>>
>> Cheers,
>>
>> *Nadeeshaan Gunasinghe*
>> Technical Lead, WSO2 Inc. http://wso2.com
>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>> <https://mail.google.com/mail/u/1/#>
>> <http://www.facebook.com/nadeeshaan.gunasinghe>
>> <http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
>> <http://nadeeshaan.blogspot.com/>
>>
>>
>> On Sun, Sep 12, 2021 at 7:32 PM Nuwan Jayawardene <nsga...@gmail.com>
>> wrote:
>>
>>> Hi Nadeeshaan,
>>> this looks interesting. I'll check it out.
>>>
>>> I was trying to do it programmatically so it can be manipulated through
>>> the code itself so it's convenient when running tests individually via
>>> IntelliJ.
>>>
>>> Regards
>>>
>>>
>>>
>>>
>>> On Sun, Sep 12, 2021 at 2:57 PM Nadeeshaan Gunasinghe <
>>> nadeeshaangunasin...@gmail.com> wrote:
>>>
>>>> Hi Nuwan,
>>>>
>>>> If you are looking for a way for setting the environment variables for
>>>> the tests (please correct me if I haven't understood correctly), you can
>>>> set it up in your maven configurations. If that's what you are looking for,
>>>> please try [1].
>>>>
>>>> [1]
>>>> https://stackoverflow.com/questions/11078863/how-to-set-env-variables-for-maven-to-run-test-correctly
>>>>
>>>> Cheers,
>>>>
>>>> *Nadeeshaan Gunasinghe*
>>>> Technical Lead, WSO2 Inc. http://wso2.com
>>>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>>>> <https://mail.google.com/mail/u/1/#>
>>>> <http://www.facebook.com/nadeeshaan.gunasinghe>
>>>> <http://lk.linkedin.com/in/nadeeshaan> <http://twitter.com/Nadeeshaan>
>>>> <http://nadeeshaan.blogspot.com/>
>>>>
>>>>
>>>> On Sun, Sep 12, 2021 at 2:45 PM Nuwan Jayawardene <nsga...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi all,
>>>>> I've been working on writing unit tests for a feature that extracts a
>>>>> prefixed variable from a synapse.xml config during runtime and populates 
>>>>> it
>>>>> with a preset environment variable. It's similar in functionality to 
>>>>> what's
>>>>> mentioned here:
>>>>> https://docs.wso2.com/display/EI660/Injecting+Parameters+as+Environment+Variables
>>>>> .
>>>>>
>>>>> I'm reaching out to verify if there's a way to set environment
>>>>> variables in-memory with Java so that it is picked up when the unit test 
>>>>> is
>>>>> being run.
>>>>> I found an answer here: https://stackoverflow.com/a/7201825/7838048,
>>>>> however unfortunately it doesn't seem to work as it retrieves a null value
>>>>> when the code is debugged.
>>>>>
>>>>> Would appreciate some thoughts on this.
>>>>> Kind regards
>>>>> --
>>>>> *Nuwan Jayawardene*
>>>>> Assistant Lecturer, Informatics Institute of Technology (IIT).
>>>>> Research Assistant, University of Moratuwa
>>>>>
>>>>> https://www.linkedin.com/m/in/nuwanjaya
>>>>>
>>>>>
>>>>>
>>>
>>> --
>>> *Nuwan Jayawardene*
>>> Assistant Lecturer, Informatics Institute of Technology (IIT).
>>> Research Assistant, University of Moratuwa
>>>
>>> https://www.linkedin.com/m/in/nuwanjaya
>>>
>>>
>
> --
> *Nuwan Jayawardene*
> Assistant Lecturer, Informatics Institute of Technology (IIT).
> Research Assistant, University of Moratuwa
>
> https://www.linkedin.com/m/in/nuwanjaya
>
>

Reply via email to