Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #31
    Hello, any news about this issue (posts #27/28)?

    Comment


      #32
      Hello, I need to apologize. I realized that the issue is due to my oversight. I’ve now added a WARN in the Maven build to remind myself about it.

      Basically, the problem is related to what I mentioned in posts #4 and #5, which is that the template folder is missing in the skin folders present in the runtime, and therefore my Maven build cannot copy it. So, I need to remember to update it manually. The error was caused by some variable missing in my (old) _base.scss file.

      Would it be possible to add an artifact that allows obtaining those folders through Maven?

      Originally posted by claudiobosticco View Post
      ok, I see in the skinEditor.jsp that the actionURL is modified to that path if the user is authenticated.
      I've actually modified skinEditor.jsp to work with my local authentication. Am I actually supposed to do that?

      If I comment out the line where the actionURL is modified, the skinEditor doesn't find any skin because it's looking for the template folder inside the skins folders, which is absent in my deployment. On the other hand, also the skinEditorOperations folder is absent.

      So I need to ask: is the skin editor actually ready to deploy in our own project? Am I missing some steps?

      Originally posted by claudiobosticco View Post
      I must specify that I'm using maven. Maybe am I missing some maven dependency to have the "template" folder for the skins?

      Comment


        #33
        hi Claudio - sorry for the silence on this thread - we've lost track a bit of the remaining issues in this thread - can you confirm which parts are still open?
        Last edited by Isomorphic; 22 Oct 2024, 06:32.

        Comment


          #34
          Hello, yes, you're right. In my post #32, I tried to clarify things:
          - There isn't an actual bug; the issue was due to my mistake.
          - My only question is whether it's possible to make the template folder, which is currently included only in the SDK's skins (and not in the runtime), available for download via Maven - perhaps with a dedicated artifact.

          This is the only step I can't fully automate in my Maven "skin editor" project at the moment.

          Comment


            #35
            hi Claudio - we've modified the packager to also include the skin template folders in the runtime, since the Skin Editor needs them to recompile custom skins. You should see the change in today's builds, dated October 25, and later ones.

            Comment


              #36
              Now I see it, thank you very much!

              Comment

              Working...
              X