You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2019/05/18 07:32:00 UTC

[jira] [Created] (CAY-2581) Class generation doesn't work for directories with spaces

Andrus Adamchik created CAY-2581:
------------------------------------

             Summary: Class generation doesn't work for directories with spaces
                 Key: CAY-2581
                 URL: https://issues.apache.org/jira/browse/CAY-2581
             Project: Cayenne
          Issue Type: Bug
    Affects Versions: 4.1.B2
            Reporter: Andrus Adamchik
            Assignee: Nikita Timofeev


I am trying this on Cayenne 4.1.B2, but I suspect this may affect the earlier versions as well. Anyways:
 # I have a maven project in a directory with this wonderful name: "~/Desktop/Cayenne @ A/myproject" (so there are spaces around the "at" sign). The model is under "src/main/resources'
 # When I try to do class generation (either from the Modeler or from Maven "cgen"), the target directory it assumed had URL encoding on spaces: "~/Desktop/Cayenne%20@%20A/myproject"

Outcome  - generated classes appeared outside of the project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)