cancel
Showing results for 
Search instead for 
Did you mean: 

Online Debugging and Hot Fix Change from Eclipse issue

Melcayas
Occasional Contributor

Online Debugging and Hot Fix Change from Eclipse issue

Good Day to everyone

 

I am currently working with SDN 2.0

 

It seems like i've been forced to upload the .zip application (obtained from maven) every single time I do a significant change to the code (such as modifying classes names).

 

Hot fix only works with trivial modifications such as adding objects, logic (if, for, etc). 

 

I have noticed that this is a very poor way to work as it forces me to work by test/fail scheme.

They might be some better way to do this I have no idea about.

 

Got any Idea?

Best Regards.

 

 

2 REPLIES 2
sdnindia
Trusted Contributor

Re: Online Debugging and Hot Fix Change from Eclipse issue

Message contains a hyperlink

It looks like you want to see your code changes without uploading any zip file.

For debugging some steps are mentioned at SD Controller Programming guide:

   http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04003169-2.pdf [ page 197]

Another way you can try to use some eclipse plug-in tools (e.g.. m2eclipse) that will help you to update your new version lib package to the Maven.

Melcayas
Occasional Contributor

Re: Online Debugging and Hot Fix Change from Eclipse issue

Thank you for your answer

 

So it seems that I need to upload the zip every single time I do something.

I guess I'll have to live with it then

 

Melcayas