You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Sandro Martini <sa...@gmail.com> on 2010/12/23 18:17:21 UTC

Re:

Hi,
wtkx (or bxml form Pivot-2.0) should be in a folder (or subfolder) in the
classpath.

If you use Eclipse pay attention to NOT have filters enabled in sources
folders (something like "use only *.java") because otherwise they will not
be copied during compilation in the related folder under bin.

Or if you prefer a Maven-like project structure, you could put them in a
dedicated resources folder (adding it as a source folder in the eclipse
project), for example src/main/resources (where any content is copied by
Eclipse builds in bin) and if you want enable sources filtering in
src/main/java folders (or similar) ...

Bye,
Sandro

-- 
View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Could-not-find-resource-problem-in-Hello-WTKX-tp2129922p2137414.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.