process-logger

Logger component for Adobe LiveCycle processes.

Лицензия

Лицензия

Группа

Группа

com.github.harunhasdal.livecycle
Идентификатор

Идентификатор

process-logger
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

process-logger
Logger component for Adobe LiveCycle processes.
Ссылка на сайт

Ссылка на сайт

https://github.com/harunhasdal/process-logger
Система контроля версий

Система контроля версий

https://github.com/harunhasdal/process-logger.git

Скачать process-logger

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.harunhasdal.livecycle/process-logger/ -->
<dependency>
    <groupId>com.github.harunhasdal.livecycle</groupId>
    <artifactId>process-logger</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harunhasdal.livecycle/process-logger/
implementation 'com.github.harunhasdal.livecycle:process-logger:1.0'
// https://jarcasting.com/artifacts/com.github.harunhasdal.livecycle/process-logger/
implementation ("com.github.harunhasdal.livecycle:process-logger:1.0")
'com.github.harunhasdal.livecycle:process-logger:jar:1.0'
<dependency org="com.github.harunhasdal.livecycle" name="process-logger" rev="1.0">
  <artifact name="process-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harunhasdal.livecycle', module='process-logger', version='1.0')
)
libraryDependencies += "com.github.harunhasdal.livecycle" % "process-logger" % "1.0"
[com.github.harunhasdal.livecycle/process-logger "1.0"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.adobe.livecycle » adobe-livecycle-client jar 9.0.0.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.0

Модули Проекта

Данный проект не имеет модулей.

process-logger

Opensource LiveCycle component for logging into server log from processes with using adobe logger implementation.

Usage

Install the component using the Jar artifact to your livecycle server. If you don't know how to do that please check the Import your component section of the this article.

Once you installed and started the component and can see it in your services view as well as define activity dialog.

===

Define Activity

===

Configure Logger

===

Building from source

To build this project you would need adobe-livecycle-client.jar client library from Adobe LiveCycle SDK.

Unfortunately the SDK cannot be distributed by third parties. You need to have LiveCycle Server or LiveCycle Workbench installation to get access to these libraries.

Once you locate the SDK directory ($SDK_DIR) use the following maven command to install the client jar into your local repository; so that it is available for the build. Do not forget to update the version for your SDK. Note that

mvn org.apache.maven.plugins:maven-install-plugin:2.4:install-file \
  -DgroupId=com.adobe.livecycle \
  -DartifactId=adobe-livecycle-client \
  -Dversion=9.0.0.2 \
  -Dpackaging=jar \
  -Dfile=$SDK_DIR/client-libs/common/adobe-livecycle-client.jar
  

Once you updated pom.xml with the correct version for livecycle sdk, you can build the component with

mvn package or mvn install

License

The MIT License (MIT)

Copyright (c) 2014 Harun Hasdal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Версии библиотеки

Версия
1.0