- 02 May, 2012 1 commit
-
-
Munilla Christophe authored
- trial fix jboss in FraSCAti bug : remove inherited dependency to osgi-core artifact (update all modules which were using this dependency) - lighten AbstractResourceClassLoader - remove frascati-osgi-context reference from binding-osgi and binding-factory-osgi modules
-
- 27 Apr, 2012 1 commit
-
-
Michel Dirix authored
- javascript alert replaced by notifications
-
- 25 Apr, 2012 2 commits
-
-
Gwenael Cattez authored
Remove unused dependencies
-
Gwenael Cattez authored
Add a trial integration test to Switch component
-
- 24 Apr, 2012 1 commit
-
-
Michel Dirix authored
- Display FraSCAti Web Explorer url when application's deployment
-
- 23 Apr, 2012 3 commits
-
-
Munilla Christophe authored
fix continuous integration error for frascati-starter : add frascati-test-compiler module in maven-plugins' pom file
-
Gwenael Cattez authored
-
Munilla Christophe authored
- Update FrascatiCompilerMojo to use AbstractFrascatiCompilerMojo - Create FrascatiCompilerTestMojo - Update frascati-starter module's test part "extra" source directory no more needed to use frascati's compiler for tests
-
- 20 Apr, 2012 4 commits
-
-
Gwenael Cattez authored
-
Gwenael Cattez authored
-
Gwenael Cattez authored
-
Gwenael Cattez authored
-
- 19 Apr, 2012 1 commit
-
-
Gwenael Cattez authored
-
- 18 Apr, 2012 1 commit
-
-
Gwenael Cattez authored
-
- 17 Apr, 2012 3 commits
-
-
Antonio De Almeida Souza Neto authored
-
Michel Dirix authored
- Loading image when application's creation
-
Michel Dirix authored
- Correct a bug during the creation of an interface or implementation - Remove the package for the application's creation
-
- 16 Apr, 2012 6 commits
-
-
Munilla Christophe authored
-
Munilla Christophe authored
-
Munilla Christophe authored
-
Antonio De Almeida Souza Neto authored
-
Munilla Christophe authored
add some tests : use the forTest new attribute for frascati-compiler-plugin with frascati-starter
-
Munilla Christophe authored
Add the forTest attribute in AbstractFrascatiMojo, and update FrascatiCompilerMojo to use it : The plugin can be used in a test context
-
- 13 Apr, 2012 2 commits
-
-
Lionel Seinturier authored
-
Antonio De Almeida Souza Neto authored
-
- 12 Apr, 2012 1 commit
-
-
Lionel Seinturier authored
-
- 11 Apr, 2012 2 commits
-
-
Antonio De Almeida Souza Neto authored
Copy needed library dynamically using maven (This update has been done to fix a bug in deploy/undeploy tests in bamboo and jenkins servers)
-
Michel Dirix authored
- Remove unused resources - Display a message when connection failed
-
- 10 Apr, 2012 1 commit
-
-
Antonio De Almeida Souza Neto authored
- Create table and models related to preferences - Change all the sources using the "Documents" directory, to use information from the preferences component - Parameterize compile/deployment to use lib classpath defined in preferences
-
- 06 Apr, 2012 1 commit
-
-
Lionel Seinturier authored
-
- 04 Apr, 2012 4 commits
-
-
Munilla Christophe authored
-
Gwenael Cattez authored
-
Munilla Christophe authored
- fix continuous integration server (jenkins) error running JBoss test : add the org.osgi.core dependency for the JBossInFraSCAtiTest
-
Munilla Christophe authored
-cosmetic changes : rename FraSCAtiOSGiTest to FraSCAtiInOSGiTest -fix bug in FraSCAtiOSGiJBossTest : test whether the list of files to delete is not null in the cleanDirectory method
-
- 03 Apr, 2012 2 commits
-
-
Munilla Christophe authored
-(re)use initClassLoader method in the FraSCAtiOSGiContext initialization -change the way Object are used in OSGiInFraSCAtiTest (old FraSCAtiOSGiTest) tests (use them the reflexive way)
-
Munilla Christophe authored
-AfterClass and BeforeClass annotated methods are no more used for test (only used for cleanCache method call) -FraSCAtiOSGiClassLoader inherits from URLClassLoader instead of the new FrascatiClassLoader -comment some unused dependencies
-
- 01 Apr, 2012 3 commits
-
-
Munilla Christophe authored
-
Lionel Seinturier authored
Re-enable the COMP mode example in the regular build process.
-
Munilla Christophe authored
-fix frascati-in-osgi module's test : service must be called using a reflexive way -(re)define the FraSCAtiOSGi's classloader as the FraSCAti's root classloader to cope with osgi binding registering without the FraSCAtiOSGiService -(re)define the AbstractResourceClassLoader as a FrascatiClassLoader -remove automatic launch of runnable services in the OSGiResourceProcessor -define the loadSCA and the launch method as synchronized to cope with multithreading
-
- 29 Mar, 2012 1 commit
-
-
Lionel Seinturier authored
-