Skip to content

intersoftdatalabs-in/percussioncms-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

497 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percussion CMS Unified Development Tools

This project contains the various desktop tools that can be used for working with Percussion CM1 5.4 and Rhythmyx 7.3.2. Please log any issues with the main Percussion CMS issue tracker: https://github.com/percussion/percussioncms/issues.

Maven Toolchain Configuration

These projects have been updated to compile at the java 1.8 target. Currently, they cannot be run without an Oracle 1.8 JDK as OpenJDK 1.8 does not include JavaFX which many of the projects depend on.

You will need to add an Oracle 1.8 to your ~/.m2/toolchains.xml file (C:\Users<username>.m2\toolchains.xml on Windows). For example:

<toolchain>
    <type>jdk</type>
    <provides>
      <id>JavaSE-1.8</id>
      <version>8</version>
      <vendor>oracle</vendor>
    </provides>
    <configuration>
        <jdkHome>/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/</jdkHome>
        <bootClassPath>
            <includes>
                <include>jre/lib/*.jar</include>
            </includes>
        </bootClassPath>
    </configuration>
  </toolchain>

Importing into IntelliJ

From the main IntelliJ menu pick import from source control and provide https://github.com/percussion/percussioncms-tools.git as the URL for the repository.

Building the projects

mvn clean install

About

Unified development tools for PercussionCMS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 73.1%
  • HTML 25.5%
  • CSS 0.9%
  • XSLT 0.5%
  • JavaScript 0.0%
  • Haskell 0.0%