Bitte keine weiteren mails mehr

Am 05.09.14 08:25 schrieb "qooxdoo-devel-requ...@lists.sourceforge.net"
unter <qooxdoo-devel-requ...@lists.sourceforge.net>:

>Send qooxdoo-devel mailing list submissions to
>       qooxdoo-devel@lists.sourceforge.net
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>or, via email, send a message with subject or body 'help' to
>       qooxdoo-devel-requ...@lists.sourceforge.net
>
>You can reach the person managing the list at
>       qooxdoo-devel-ow...@lists.sourceforge.net
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of qooxdoo-devel digest..."
>
>
>Today's Topics:
>
>   1. Re: Application plugins with parts (panyasan)
>   2. Suggestions regarding Grunt installation and demo        clean
>      directories (d...@cost-savers.net)
>   3. Re: Suggestions regarding Grunt installation and demo clean
>      directories (d...@cost-savers.net)
>   4. Re: Application plugins with parts (Mustafa Sak)
>   5. Re: Suggestions regarding Grunt installation and demo clean
>      directories (Richard Sternagel)
>   6. Re: Application plugins with parts (panyasan)
>   7. Re: Suggestions regarding Grunt installation and demo clean
>      directories (Richard Sternagel)
>   8. table bug (rsantiagopaz)
>   9. Re: Application plugins with parts (Mustafa Sak)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 4 Sep 2014 05:38:33 -0700 (PDT)
>From: panyasan <i...@bibliograph.org>
>Subject: Re: [qooxdoo-devel] Application plugins with parts
>To: qooxdoo-devel@lists.sourceforge.net
>Message-ID: <1409834313574-7586143.p...@n2.nabble.com>
>Content-Type: text/plain; charset=us-ascii
>
>Hi,
>
>now my config.json contains the following:
>
>
>
>plugins/csl/Plugin.js contains this:
>
>
>
>when I run ./generate.py, I get this:
>
>
>
>Unsurprisingly, I'm still getting the same error. Thus the setup is still
>wrong. Any ideas?
>
>Thanks!
>
>
>
>--
>View this message in context:
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586143.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 4 Sep 2014 15:10:05 +0200 (CEST)
>From: d...@cost-savers.net
>Subject: [qooxdoo-devel] Suggestions regarding Grunt installation and
>       demo    clean directories
>To: qooxdoo-devel@lists.sourceforge.net
>Message-ID:
>       <9173659.53.1409836205548.javamail.jb...@mail.perevotech.com>
>Content-Type: text/plain; charset=UTF-8
>
>I have a few questions regarding grunt for qooxdoo:
>
>1. When create-application.py is run the directory npm_modules is created
>in every project's root directory. This is a lot of clotting.
>Would it be possible to search the tree for an already existing
>pm_modules directory and then ask if a local project npm_modules
>directory should be installed or not?
>
>The use case: if a directory tree looks like this
>
>javascript
>   I-----npm_modules
>   i-----qooxdoo
>   I-----projects
>            I-----proj_A
>            I-----proj_B
>
>Then all; qooxdoo, proj_A and proj_B, can use the npm_modules directory.
>
>2. How would I install the npm_modules directry in 1) ?
>Should I copy the npm_modules directory of f.i. proj_A to the javascript
>directory? is it enough?
>
>3. After generation of a project it is easy to clean the generated files
>by clean, but how to clean the demo directories generated files easily?
>If I have 20 demos then I have to clean each of them separately. Is there
>support for cleaning the demos at the same time as the main code? The
>main coe of the project is usually obligatory for the demo so to be
>rational, that code should also be cleaned when the main code is
>cleaned...
>
>Stefan
>
>
>
>------------------------------
>
>Message: 3
>Date: Thu, 4 Sep 2014 15:33:44 +0200 (CEST)
>From: d...@cost-savers.net
>Subject: Re: [qooxdoo-devel] Suggestions regarding Grunt installation
>       and demo clean directories
>To: qooxdoo-devel@lists.sourceforge.net
>Message-ID:
>       <27711077.57.1409837624023.javamail.jb...@mail.perevotech.com>
>Content-Type: text/plain; charset=UTF-8
>
>further info:
>
>1. if I install grunt like this:
>
>- npm install in the javascript directory -> does not work as it can not
>find dependencies
>- if I:
>  a) copy proj_A node_modules to javascript
>    or
>  b) make a npm install in a new project directory and then copy the
>node_modules to javascript directory
>
>    I get the following errors after grunt source-hybrid:
>
>Loading "source.js" tasks...ERROR
>>> Error: Cannot find module 'path-is-inside'
>Loading "build.js" tasks...ERROR
>>> Error: Cannot find module 'qx-resource'
>>> Local Npm module "grunt-contrib-clean" not found. Is it installed?
>
>grunt-contrib-clean directory is already in node_modules directory!!!
>
>
>Any suggestions?
>
>Stefan
>
>
>
>------------------------------
>
>Message: 4
>Date: Thu, 4 Sep 2014 14:08:54 +0000
>From: Mustafa Sak <mustafa....@1und1.de>
>Subject: Re: [qooxdoo-devel] Application plugins with parts
>To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
>Message-ID:
>       <575426E6268C2C45B8B7006597F805911E21283D@exbea03.webde.local>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Sorry, but I am not able to see all of your message.
>
>Gru?
>Mustafa Sak
>
>Applications & Integration
>
>1&1 Internet AG
>Ernst-Frey-Stra?e 10
>DE-76135 Karlsruhe
>
>
>-----Urspr?ngliche Nachricht-----
>Von: panyasan [mailto:i...@bibliograph.org]
>Gesendet: Donnerstag, 4. September 2014 14:39
>An: qooxdoo-devel@lists.sourceforge.net
>Betreff: Re: [qooxdoo-devel] Application plugins with parts
>
>Hi,
>
>now my config.json contains the following:
>
>
>
>plugins/csl/Plugin.js contains this:
>
>
>
>when I run ./generate.py, I get this:
>
>
>
>Unsurprisingly, I'm still getting the same error. Thus the setup is still
>wrong. Any ideas?
>
>Thanks!
>
>
>
>--
>View this message in context:
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586143.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>--------------------------------------------------------------------------
>----
>Slashdot TV.  
>Video for Nerds.  Stuff that matters.
>http://tv.slashdot.org/
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>------------------------------
>
>Message: 5
>Date: Thu, 04 Sep 2014 16:06:44 +0200
>From: Richard Sternagel <richard.sterna...@1und1.de>
>Subject: Re: [qooxdoo-devel] Suggestions regarding Grunt installation
>       and demo clean directories
>To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
>Message-ID: <540871f4.8070...@1und1.de>
>Content-Type: text/plain; charset=windows-1252; format=flowed
>
>You need to run the setup.js script [1].
>
>[1] 
>http://qooxdoo.devel/qooxdoo.git/documentation/manual/build/html/pages/too
>l/grunt.html#setup-the-qooxdoo-grunt-toolchain
>
>
>
>------------------------------
>
>Message: 6
>Date: Thu, 4 Sep 2014 07:22:14 -0700 (PDT)
>From: panyasan <i...@bibliograph.org>
>Subject: Re: [qooxdoo-devel] Application plugins with parts
>To: qooxdoo-devel@lists.sourceforge.net
>Message-ID: <1409840534824-7586148.p...@n2.nabble.com>
>Content-Type: text/plain; charset=us-ascii
>
>Oh. I posted it on Nabble, probably didn't translate well into an email:
>
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586143.html
>
>Hi, 
>
>now my config.json contains the following:
>
>...
>    "parts-config":
>    {
>      "packages" :
>      {
>        "parts"  :
>        {
>          "boot": { "include" : [ "${QXTHEME}", "bibliograph.Application"
>]
>},
>          "plugin.csl"          : { "include" : [ "csl.Plugin" ] },
>          "plugin.z3950"        : { "include" : [ "z3950.Plugin" ] },
>          "plugin.isbnscanner"  : { "include" : [ "isbnscanner.Plugin" ] }
>        }
>      }
>    },
>...
>
>plugins/csl/Plugin.js contains this:
>
>/**
> * CSL Plugin:
> *
> *    This plugin allows to display the currently selected reference(s)
> *    formatted according to a citation style, based on the CSL formatting
> *    language and a compatible citation processor.
> * 
> * @use(csl.*)
> */
>qx.Class.define("csl.Plugin",
>
>...
>
>when I run ./generate.py, I get this:
>
>...
>>>> Assembling parts
>  - part z3950    - Part #z3950 is ignored in current configuration
>  - part csl    - Part #csl is ignored in current configuration
>  - part boot  
>  - part isbnscanner
>  - Part #isbnscanner is ignored in current configuration
>...
>
>Unsurprisingly, I'm still getting the same error. Thus the setup is still
>wrong. Any ideas? 
>
>Thanks!
>
>
>
>--
>View this message in context:
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586148.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
>
>------------------------------
>
>Message: 7
>Date: Thu, 04 Sep 2014 16:03:34 +0200
>From: Richard Sternagel <richard.sterna...@1und1.de>
>Subject: Re: [qooxdoo-devel] Suggestions regarding Grunt installation
>       and demo clean directories
>To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
>Message-ID: <54087136.8040...@1und1.de>
>Content-Type: text/plain; charset=windows-1252; format=flowed
>
>Hi Stefan,
>
>1) The cluttering is by design (of npm), so that every
>project has it's own dependencies (in the wanted version)
>and (by default) nothing is shared.
>
>2) This should work if you need the disk space. Just
>copy the node_modules dir one directory up.
>
>Read more about the search algorithm here:
>http://nodejs.org/api/modules.html#modules_modules
>
>3) Add a clean config (property) for the clean task [1]
>to your Gruntfile.js config object like that:
>
>clean: {
>   demo: ["my/demo/path", "my/other/demo/path"]
>}
>
>See:
>https://github.com/qooxdoo/qooxdoo/blob/master/tool/grunt/data/Gruntfile.t
>mpl.js
>
>If you comment in this line ...
>
>// console.log(util.inspect(mergedConf, false, null));
>
>... you'll see that your demo config is properly merged
>with the global clean task config, which qooxdoo already
>provides:
>
>   clean:
>    { options: { force: true },
>      source: [ '<%= common.SOURCE_PATH %>/script' ],
>      build: [ '<%= common.BUILD_PATH %>' ],
>      api: [ '<%= common.ROOT %>/api' ],
>      test: [ '<%= common.ROOT %>/test' ],
>      inspector: [ '<%= common.ROOT %>/inspector' ],
>      app:
>       [ '<%= common.SOURCE_PATH %>/script',
>         '<%= common.BUILD_PATH %>',
>         '<%= common.ROOT %>/api',
>         '<%= common.ROOT %>/test',
>         '<%= common.ROOT %>/inspector' ],
>      cache:
>       [ '<%= common.CACHE_KEY.compile %>',
>         '<%= common.CACHE_KEY.downloads %>' ],
>      demo: ['my/demo/path', 'my/other/demo/path'] },
>
>
>Now you can call your subtask:
>
>grunt clean:demo
>
>[1] https://github.com/gruntjs/grunt-contrib-clean
>
>Regards
>Richard
>
>
>
>------------------------------
>
>Message: 8
>Date: Thu, 4 Sep 2014 23:02:48 -0700 (PDT)
>From: rsantiagopaz <rsantiago...@gmail.com>
>Subject: [qooxdoo-devel] table bug
>To: qooxdoo-devel@lists.sourceforge.net
>Message-ID: <1409896968386-7586150.p...@n2.nabble.com>
>Content-Type: text/plain; charset=us-ascii
>
>Hi (sorry the english)
>
>check this little variation from Playground table sample.
>http://tinyurl.com/n684k94
>Edit consecutive rows from second column with Enter and numeric keys. Now
>do
>the same with boolean column. Why the edit jump 2 rows below?
>With numeric column work fine, with boolean column work wrong. Is this a
>bug?
>
>
>
>--
>View this message in context:
>http://qooxdoo.678.n2.nabble.com/table-bug-tp7586150.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
>
>------------------------------
>
>Message: 9
>Date: Fri, 5 Sep 2014 06:25:50 +0000
>From: Mustafa Sak <mustafa....@1und1.de>
>Subject: Re: [qooxdoo-devel] Application plugins with parts
>To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
>Message-ID:
>       <575426E6268C2C45B8B7006597F805911E212E3E@exbea03.webde.local>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi,
>
>you wrote:
>
>plugins/csl/Plugin.js contains this:
>
>IMHO, the path should look like: plugins/csl/source/class/csl/Plugin.js
>
>Could you please show me your libraries config?
>
>Gru?
>Mustafa Sak
>
>Applications & Integration
>
>1&1 Internet AG
>Ernst-Frey-Stra?e 10
>DE-76135 Karlsruhe
>
>-----Urspr?ngliche Nachricht-----
>Von: panyasan [mailto:i...@bibliograph.org]
>Gesendet: Donnerstag, 4. September 2014 16:22
>An: qooxdoo-devel@lists.sourceforge.net
>Betreff: Re: [qooxdoo-devel] Application plugins with parts
>
>Oh. I posted it on Nabble, probably didn't translate well into an email:
>
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586143.html
>
>Hi, 
>
>now my config.json contains the following:
>
>...
>    "parts-config":
>    {
>      "packages" :
>      {
>        "parts"  :
>        {
>          "boot": { "include" : [ "${QXTHEME}", "bibliograph.Application"
>] },
>          "plugin.csl"          : { "include" : [ "csl.Plugin" ] },
>          "plugin.z3950"        : { "include" : [ "z3950.Plugin" ] },
>          "plugin.isbnscanner"  : { "include" : [ "isbnscanner.Plugin" ] }
>        }
>      }
>    },
>...
>
>plugins/csl/Plugin.js contains this:
>
>/**
> * CSL Plugin:
> *
> *    This plugin allows to display the currently selected reference(s)
> *    formatted according to a citation style, based on the CSL formatting
> *    language and a compatible citation processor.
> *
> * @use(csl.*)
> */
>qx.Class.define("csl.Plugin",
>
>...
>
>when I run ./generate.py, I get this:
>
>...
>>>> Assembling parts
>  - part z3950    - Part #z3950 is ignored in current configuration
>  - part csl    - Part #csl is ignored in current configuration
>  - part boot
>  - part isbnscanner
>  - Part #isbnscanner is ignored in current configuration ...
>
>Unsurprisingly, I'm still getting the same error. Thus the setup is still
>wrong. Any ideas? 
>
>Thanks!
>
>
>
>--
>View this message in context:
>http://qooxdoo.678.n2.nabble.com/Application-plugins-with-parts-tp7586137p
>7586148.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>--------------------------------------------------------------------------
>----
>Slashdot TV.  
>Video for Nerds.  Stuff that matters.
>http://tv.slashdot.org/
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>------------------------------
>
>--------------------------------------------------------------------------
>----
>Slashdot TV.  
>Video for Nerds.  Stuff that matters.
>http://tv.slashdot.org/
>
>------------------------------
>
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>End of qooxdoo-devel Digest, Vol 100, Issue 5
>*********************************************



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to