If you're on 1.4 (you didn't answer this question), you might use the "source-hybrid" job. It will create a version of your app into your source/ folder, wiht your app classes taken from the source/class path, but all other classes (qooxdoo framework, other libraries/contribs you are using, ...) cat'ed together in big files in source/script. So you'll have all the *code* together under source/.
That does not include the necessary *resources* (icons, decorations, ...), though. If you want a self-contained directory tree, you need to copy them over as well. You might look into the "build-resources" job for inspiration on that. T. On 05/10/2011 04:45 AM, Benjamin Dreux wrote: > Hi, thanks for your answer > > In the source version, the qooxdoo class are not included, there is just > referece to the class wich are contained in the sdk folder > I would prefer to be able to copy a folder independetly to my server > > Cheers > > > 2011/5/9 thron7 <[email protected] > <mailto:[email protected]>> > > Benjamin, > > so what is missing from a pure source version for your situation? > What is > the 'half-way' of the build version you want to have? > > Are you actually using qooxdoo 1.1? > > T. > > > > Hi list > > Is there a way to create a source version that contains all the > requiered > > class (like all the qooxdoo classes) and wich doesn not optimize > the code > > (nor remove things after a if(qx.Environnment.get("qx.debug"))) ?? > > > > I'me in the case presented here > > > > http://qooxdoo.org/documentation/1.1/snippets#running_a_source_version_from_a_web_server, > > but the solution presented here is not quite suffisent to me. > > Is there some other point of view here ? > > > > -- > > Benjamin Dreux > > Analyste-Programmeur > > Chaire de logiciel libre-Finance Social et solidaire > > UQAM > > Montréal > > > > ------------------------------------------------------------------------------ > > WhatsUp Gold - Download Free Network Management Software > > The most intuitive, comprehensive, and cost-effective network > > management toolset available today. Delivers lowest initial > > acquisition cost and overall TCO of any competing solution. > > > > http://p.sf.net/sfu/whatsupgold-sd_______________________________________________ > > qooxdoo-devel mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > -- > Benjamin Dreux > Analyste-Programmeur > Chaire de logiciel libre-Finance Social et solidaire > UQAM > Montréal > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
