Hello everybody!

I'm trying to build a custom js file of my class hierarchy. I'm using 
the makefile of  skeleton/source/sample1. I've created the following 
directory structure:

  myapp
  +--Makefile
  +--source
     +--class
        +--qx
           +--visionet
              +--...
                 
    
All classes are named beginning with qx.visionet. and the paths are 
accordingly.

The main application class is called  qx.visionet.application.nra.Main 
and I set APPCLASS to this value in the Makefile. I also set QOOXDOO to 
the path of my qooxdoo install. INCLUDEALL is set to false. The other 
settings are left untouched.

The Main.js file is in the path 
myapp/source/class/qx/visionet/application/nra/.

After executing makein the myapp directory I get the following error:

  SORT OF INCLUDE LIST:
----------------------------------------------------------------------------
  * Sorting classes...
    * Error: Couldn't find required file: qx.visionet.application.nra.Main
  * Arranged 0 classes

Somehow the build script does not find the corresponding js file. I 
cross checked if the path is ok and it is.

What is wrong here?

Any help would be great.

Regards...
     

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to