[Design of JBoss Build System] - Re: Missing integration source jars
by pgier
I wasn't able to reproduce the missing source jars. The integration sources and profileservice-spi sources were copied to my thirdparty directory.
About the skipped jar messages, the maven depenency plugin will keep track of which jars it already tried to download. So when you run the dependency plugin the first time, it will try to download all dependencies, and then create a list in the target target that says whether each one was successful or not. That prevents it from continually trying to find missing jars. So the second time the dependeny plugin is run, normally all the files are skipped because they are either already downloaded or known to not be available in the repository.
If you run "mvn clean" it will delete this cache and next time the dependency plugin will try again to download everything that is not already downloaded. Maybe this is what caused the problem you saw.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191407#4191407
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191407
15 years, 11 months
[Design of JBoss Profiler] - JBoss Profiler 2.0.Beta3 released
by jesper.pedersen
JBoss Profiler 2.0.Beta3 has been released.
The release contains the following changes:
* Agent: Wait time is now recorded
* Agent: Fixed NPE in certain situations
* Agent: Performance enhancements
* Agent: The agent now saves up to 20% space for the snapshots
* Client: Added wait time report
* Client: Ability to list the class settings in the agent
* Client: Reduced memory requirements when generating reports from file storage
* Plugin: Added a Seam plugin
A special thanks to Shigeru Chiba and Kabir Khan for their help with the Javassist parts and Andrig Miller for testing and feedback.
We are looking for people to help us out with the web front-end and the native backend, so if you are interested in one of these areas feel free to contact us.
Have fun !
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191395#4191395
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191395
15 years, 11 months