Hi guys. After days of fiddling, i finally found the solution, and it kind of baffles me:
irrespective of the classpath beeing c:\classes\ OR C:\classes\: (note the difference in case) this doesn't work: C:\>c:\flex_sdk_2\bin\mxmlc -file-specs C:\classes\nl\test\Test.as (notice the upper case C in c:\classes) and this DOES work: C:\>c:\flex_sdk_2\bin\mxmlc -file-specs c:\classes\nl\test\Test.as (notice the smaller case c in c:\classes) I mean, wtf? Is this a bug or a feature? It kinda baffles me because in windows, the variable marking the file (%1 in windows registry or batch) ALWAYS has an upper case C:\ ...... anyone knows whats going on? regards, -Meinte ----------- C:\>c:\flex_sdk_2\bin\mxmlc -file-specs c:\classes\nl\test\Test.as Loading configuration file C:\flex_sdk_2\frameworks\flex-config.xml Warning: Source path entry, 'C:\classes', is a subdirectory of source path entry , 'c:\classes\nl\test'. Warning: Source path entry, 'C:\classes', is a subdirectory of source path entry , 'c:\classes\nl\test'. C:\classes\nl\test\Test.swf (519 bytes) C:\>c:\flex_sdk_2\bin\mxmlc -file-specs C:\classes\nl\test\Test.as Loading configuration file C:\flex_sdk_2\frameworks\flex-config.xml Warning: Source path entry, 'C:\classes', is a subdirectory of source path entry , 'C:\classes\nl\test'. Warning: Source path entry, 'C:\classes', is a subdirectory of source path entry , 'C:\classes\nl\test'. C:\classes\nl\test\Test.as: Error: A file found in a source-path must have the s ame package structure '', as the definition's package, 'nl.test'. --------- On 7/18/06, Meinte van't Kruis <[EMAIL PROTECTED]> wrote:
haha, ok well at least I'm not the only one. Question is: What is the solution?? I can't imagine beeing the only one wondering bout this.. On 7/17/06, John Giotta <[EMAIL PROTECTED]> wrote: > > This same problem had me puzzled too. > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com >
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

