> I have tried using
> MyXsltUtility.getClass().getClassLoader().getResourceAsStream(...) but that
> looks for the .xsl inside of a *package*. This is the problem. How do I get
> access to the *resources* folder, as the .xsl file does not live inside of
> the java class package structure?

Open up the jar created by your utility project (with Winzip etc) and
find the xsl file inside it.

Whether you realize it or not, your resources are in the "java class
path structure." All resources in the jar file are in this structure
-- essentially you get a merge of src/main/resources and src/main/java
all under a single path structure.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to