Thanks for the help. I finally found a solution, which is very easy indeed, but apparently IntelliJ didn't explain it clearly. I am psting it because someone could run into the same problem. Basically all one has to do is: File->Settings->Compiler Then from insert the bxml, or wtkx extension to the files being recognized as resources. These latter are automatically copied to the output directory.
Sandro Martini wrote: > > Hi all, > I don't know IDEA, but are you able to try to add another source folder > and put resources there (with the same package structure as your classes) > ? > Like in Maven project structure, with src/main/java and src/main/resources > for example. > Then, in eclipse if wanted I can filter included/excluded files for any > source folder (and default is *.* allowed), maybe even in IDEA (or maybe > you could leave *.java in src/main/java and add *.* in the > src/main/resources) ... > > Hope this helps. > > Bye, > Sandro > -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/HelloWTKX-Not-Working-tp784187p2811696.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
