Sukanya
Sukanya

Reputation: 41

How to create an arxml file in java using artop sdk4.12

I want to create an ecu extract. For that im using artop sdk. I need to know how to create an arxml file and how to add ARPackage in it using TransactionaleditingDomain?

Upvotes: 2

Views: 1271

Answers (1)

Andreas Graf
Andreas Graf

Reputation: 63

You can find a simple example at https://github.com/itemis/webinar-artop Note that you do not need a TransactionalEditingDomain when you just want to create something like a command line tool and not an interactive editing tool.

Upvotes: 3

Related Questions