Git Product home page Git Product logo

Comments (4)

MaximGB avatar MaximGB commented on September 26, 2024

Hi, please provide as much information about your development environment as possible:

  • what secha cmd version do you use?
  • which framework do you use (Ext or Touch) and which particular version of it?
  • what's your OS name and version?

from senchacmd-customlibs.

charlsagente avatar charlsagente commented on September 26, 2024

Thanks for responding:

Sencha CMD 5.1.3.61
Sencha Touch 2.1-gpl
Windows 7 64 bit.

I´m trying to integrate Bryntum Touch Scheduler 1.0.9

This is my new configuration:

"customlibs" : [{

// Classpath to add to application classpath list
//"classpath" : "scheduler",

// Javascript file or files to append/prepend to the resulting JS file
// the option might be given as an array of objects as well
"js" : {

    // Path to a file relative to the current project directory or absolute
   // "prepend" : "scheduler/touch-scheduler-all-debug.js",             

    // Path to a file relative to the current project directory or absolute
    "append"  : "scheduler/touch-scheduler-all-debug.js"
},

// CSS file or files to append to the resulting CSS file
// the option might be given as an array of objects as well
"css" : {

    // Path to a file relative to the current project directory or absolute
    "path" : "scheduler/resources/css/touch-scheduler-all-debug.css",

    // Replacement to execute during the concatenation, might be required to properly adjust image/font
    // URLs to new CSS file base directory
    "replace" : {

        // Regular expression given as a string
        "from" : "\\.\\./images",

        // Substitution pattern
        "to"   : "scheduler"
    }
},

// Resources to copy
// the option might be given as an array of objects as well
"resources" : {

    // Path to a library's resources directory relative to the current project directory or absolute
    "from"    : "scheduler/resources",

    // Destination path
    "to"      : "build/production/${app.name}/resources/scheduler",

    // Glob file patterns to include
    "include" : "*",

    // Glob file patterns to exclude
    "exclude" : ".*"
}

}]

And now im getting this error:

[ERR] The following error occurred while executing this line:
C:\Users\lenovo\Documents\Stuff\Campus\scheduler2.sencha\app\build-impl.xml:284
: The following error occurred while executing this line:
C:\Users\lenovo\Documents\Stuff\Campus\scheduler2\customlibs.xml:313: Can't writ
e to C:\Users\lenovo\Documents\Stuff\Campus\scheduler2/build/production/sechedul
er2/resources/secheduler2-all.css

from senchacmd-customlibs.

MaximGB avatar MaximGB commented on September 26, 2024

I've pushed a possible fix for the case, please pull/checkout and try again

from senchacmd-customlibs.

MaximGB avatar MaximGB commented on September 26, 2024

Closing since the issue reporter hasn't given any feedback more, and I consider the issue to be solved.

from senchacmd-customlibs.

Related Issues (2)

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.