Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [transformer-dev] Help Need on Eclipse Transformer

Hi Priyank,

Generally workflow can be:

1. Download the CLI jar file: https://projects.eclipse.org/projects/technology.transformer/downloads

2.  Transform [1] [2]
java -jar org.eclipse.transformer.cli-0.2.0.jar <input_location> <output_location>

You can add custom rules during the transformer execution [3], example:
java -jar org.eclipse.transformer.cli-0.2.0.jar <input_location> <output_location> -tr package-rename-rules.properties 


[1]
https://github.com/eclipse/transformer#apis

[2]
https://github.com/eclipse/transformer#usage

[3]
https://github.com/eclipse/transformer#rules-data-files


On Tue, Oct 12, 2021 at 6:36 AM priyank agarwal <cricket100+eclipse@xxxxxxxxx> wrote:
Hi 

I am looking for some guide on how to use Eclipse Transformer via Java code. Any resources will be helpful.

Best Regards
Priyank
_______________________________________________
transformer-dev mailing list
transformer-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/transformer-dev

Back to the top