eclipse/transformer

Properties transformation behavior needs further explanation

tbitonti opened this issue · 2 comments

Ref:

/org.eclipse.transformer/src/main/java/org/eclipse/transformer/TransformProperties.java

				// TODO: We might want to skip an update in a specific
				//       case.  A blank/empty update might be used to
				//       encode this.
				if ( nameBuilder.length() != 0 ) {
					throw new IllegalArgumentException("Package version syntax error: Version missing for package [ " + newPackageName + " ] and attribute [ " + nameBuilder.toString() + " ]");

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

This issue has been automatically closed due to inactivity. If you can reproduce this or if you have a good use case for this feature, please feel free to reopen the issue with steps to reproduce, a quick explanation of your use case or a high-quality pull request.