Git Product home page Git Product logo

pstreader's People

Contributors

dependabot[bot] avatar jmcleodfoss avatar jwmcleod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pstreader's Issues

Exception when saving attachment from Node display

In the Node display, right-clicking on leaf nodes of type "Attachment" (not "Attachment Table") pops up a menu with the single item "Save..." on it, but selecting save throws a NullPointerException. (This was discovered by Xanitizer.)

NullPointerException thrown when PSTToXML encounters a field of type MULTIPLE_STRING containing more than one element

Exception encountered when outputting the Keyword-list element:

         <Keywords-list>
            <Keywords>Red Category</Keywords>
java.lang.NullPointerException
	at io.github.jmcleodfoss.util.XMLOutput.safeUTF8String(XMLOutput.java:141)
	at io.github.jmcleodfoss.xml.PSTToXML.addPropertyToNode(PSTToXML.java:172)
	at io.github.jmcleodfoss.xml.PSTToXML.addPropertiesToNode(PSTToXML.java:149)
	at io.github.jmcleodfoss.xml.PSTToXML.addFolderContents(PSTToXML.java:105)
	at io.github.jmcleodfoss.xml.PSTToXML.addFolderContents(PSTToXML.java:116)
	at io.github.jmcleodfoss.xml.PSTToXML.createXML(PSTToXML.java:224)
	at io.github.jmcleodfoss.xml.PSTToXML.main(PSTToXML.java:253)

This works fine when there is only one element:

         <Keywords-list>  
            <Keywords>Red Category</Keywords>  
         </Keywords-list>  

The Folders > Message > PC view for this keyword shows:
message-keywords-block
The corresponding data block is:
message-keywords-propertycontext
Note that the single keyword output before the exception is thrown is the second one in the data block.

Build failure - source option 5 no longer supported

I have a limited knowledge of building this, so I might be missing something, but I got a build failure when running "mvn package" (see attachment for logs).

Environment:
OS
macOS 10.14.6

JAVA
java version "13.0.1" 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)

MVN
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/apache-maven-3.6.3
Java version: 13.0.1, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home
Default locale: en_CA, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"

mvn_err.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.