-
1. Re: Newbie question on Tattletale profile
jaikiran Sep 17, 2010 1:36 AM (in response to imitchell)The configuration section http://docs.jboss.org/tattletale/userguide/en/html/gettingstarted.html#configuration has a table which explains what a "profile" is and what values it supports.
-
2. Re: Newbie question on Tattletale profile
imitchell Sep 17, 2010 5:02 AM (in response to jaikiran)Hi - That is the table to which my question applies. What does it mean when it says "resolve against" - what are the implications to those two words. Exactly what is being resolved, to what extent, etc.
Thanks
-
3. Re: Newbie question on Tattletale profile
jesper.pedersen Sep 17, 2010 8:43 AM (in response to imitchell)It means the archives being scanned resolves all their dependencies on the profiles that are active.
F.ex. if you have an EE5 application when you specify "ee5" as a profile then you don't have to include the ee5-api.jar in the scan.
-
4. Re: Newbie question on Tattletale profile
imitchell Sep 20, 2010 9:35 AM (in response to jesper.pedersen)Thanks Jesper.
Will there be a version that takes a jboss 6 classloader?
Thanks,
Ian
-
5. Re: Newbie question on Tattletale profile
jesper.pedersen Sep 20, 2010 10:39 AM (in response to imitchell)There is no dependency on a classloader. There is a ClassLoaderStructure plugin - and since the directory layout is the same as AS 5 you can use that one.
Otherwise wait for the 1.1.1 release - should be out soon...
-
6. Re: Newbie question on Tattletale profile
imitchell Sep 20, 2010 10:55 AM (in response to jesper.pedersen)Ok, Thanks.
One more newbie question (hopefully) - What exactly goes into the <sourcedir>?
Is it just my .jar or is it all .jars or does tattletale rely on CLASSPATH?
The HTML content I get is empty or I get "javassist/NotFoundException" - not sure if this helpful to you or not...
Sorry for all these newbie questions - Java has come a long way since I last used in 2001 - I have some serious catching up to do!
-
7. Re: Newbie question on Tattletale profile
jesper.pedersen Sep 20, 2010 10:59 AM (in response to imitchell)Its your distribution that you want to scan - see http://jboss.org/tattletale/docs.html
Get it up and running on the command line first - then the build environment integration should be easy.