Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.
/ metadataSorting Public archive

The util sorts metadata by alphabet for solutions based on 1C:Enterprise platform

Notifications You must be signed in to change notification settings

nbeliaev/metadataSorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

metadataSorting

The util sorts metadata by alphabet for solutions based on 1C:Enterprise platform. It works with xml files of configuration. There is CLI only.

Supported features

  • Parent objects sorting, such as common modules, catalogs and etc.
  • Child objects sorting, such as attributes, tabular sections and etc.

Download and compile

  • Download and install Java 8.

  • Clone this repository (or download directly from github)

git clone https://github.com/fr13Dev/metadataSorting
  • Compile and run
cd metadataSorting
jar cmvf META-INF/MANIFEST.MF  MetadataSorting.jar dev/fr13/*.class
java -jar MetadataSorting.jar

Usage

Open command line and type

java -jar MetadataSorting.jar -h

For sorting child objects you should to use file metadataDescription.xml (you can find this file in example directory).

About

The util sorts metadata by alphabet for solutions based on 1C:Enterprise platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages