 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-16341) WAR resource filtering not working in Eclipse 4.3.1 and JBoss Tools 4.1.1
                                
                                
                                
                                    
                                        by Esteve Aviles (JIRA)
                                    
                                
                                
                                        Esteve Aviles created JBIDE-16341:
-------------------------------------
             Summary: WAR resource filtering not working in Eclipse 4.3.1 and JBoss Tools 4.1.1
                 Key: JBIDE-16341
                 URL: https://issues.jboss.org/browse/JBIDE-16341
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: maven
    Affects Versions: 4.1.1.Final
         Environment: Linux, Eclipse 4.3.1, JBossTools 4.1.1, Maven 3.1.1.
            Reporter: Esteve Aviles
            Priority: Minor
i,
 
I work in a project where web.xml content must be filtered depending on maven profiles. I have configured pom.xml as follows but Eclipse doesn't process filtering for web.xml when deploying the app to the server through Full Publish from Servers Tab.
 
<plugin>
  <artifactId>maven-war-plugin</artifactId>
  <version>2.4</version>
  <configuration>
  <failOnMissingWebXml>false</failOnMissingWebXml>
  <webResources>
  <resource>
  <filtering>true</filtering>
  <directory>src/main/webapp</directory>
  <includes>
  <include>**/web.xml</include>
  </includes>
  </resource>
  </webResources>
  <warSourceDirectory>src/main/webapp</warSourceDirectory>
  <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
  </configuration>
  </plugin>
 
Environment: Eclipse Kepler 4.3.1, JBoss Tools 4.1.1, JBossAS7.1 and Maven 3.1.1.
If I build the project with maven package everything is working fine.
 
You can clone this Git repository to test it: esteveavi/forge-test · GitHub
 
Can anyone check if you have the same problem?
 
Thanks in advance.
 
Regards.
Esteve
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
                                
                         
                        
                                
                                11 years, 9 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBDS-2866) CordovaSim Debugger
                                
                                
                                
                                    
                                        by Ilya Buziuk (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBDS-2866?page=com.atlassian.jira.plugin.... ] 
Ilya Buziuk commented on JBDS-2866:
-----------------------------------
{quote}
     we might as well drop the FireBug Lite once this is in place 
{quote}
     Definitely. There will be no "Firebug Lite" menu item for JavaFx WebView engine
{quote}
     especially if it stays open during LiveReload refreshes
{quote}
     Yesterday I fixed LiveReload and TouchEvent for javaFx WebView. Now everything works just fine
{quote}
     Do the line numbers match up between the debugger and if using Eclipse as the JS editor?
{quote}
     Yes, they do
{quote}
    As far as Chrome vs JavaFX goes...
{quote}
Yes, I also like Chrome. The problem is - how should we open it? AFAIK the only solution is org.eclipse.swt.program.Program.launch(url). However, this will work only if Chrome is the default system browser. Yesterday on 1-o-1 [~maxandersen] made a very interesting proposal - show pop-up with an  appropriate text message and url for debugging. I think it's pretty nice solution. So, I have implemented it and  made a demo video. Demo also covers collaboration with LiveReload - http://www.youtube.com/watch?v=C8dMNWWfK3A&feature=youtu.be 
                
> CordovaSim Debugger
> -------------------
>
>                 Key: JBDS-2866
>                 URL: https://issues.jboss.org/browse/JBDS-2866
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: browsersim, requirements
>            Reporter: Burr Sutter
>            Assignee: Ilya Buziuk
>         Attachments: DevToolsMenu.png
>
>
> The current FireBug Lite in CordovaSim has the following limitations:
> 1) When using LiveReload, the window closes with every reload
> 2) Various "page load" events with console.log statements are not visible in FireBug Lite console, like having console.log() in your deviceready
> http://screencast.com/t/RRGhV9PV
> Note: I forgot to add the Console Cordova plugin, not sure if that is necessary but the window closes, so not sure how I would see the message
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
                                
                         
                        
                                
                                11 years, 9 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-16214) Code Coverage jobs needs to have locally available measured plugins
                                
                                
                                
                                    
                                        by Mickael Istria (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBIDE-16214?page=com.atlassian.jira.plugi... ] 
Mickael Istria commented on JBIDE-16214:
----------------------------------------
[~vpakan]: I've worked on an hopefully better script to generate reports using the jars that are actually used by tests, and not the class expected to be present in target/ folders. I've made some tests and it works better. See https://github.com/jbosstools/jbosstools-build-ci/commit/d957d27dcea140ec...
Can you try it? After running some tests, can you try
{code}
 $ groovy -cp jacocoant.jar:/home/mistria/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar jacococ.groovy org.jboss.tools.openshift
{code}
Where org.jboss.tools.openshift is a pattern for the jars to inspect (can be org.jboss.tools.webservices for webservices, org.hibernate.tools for Hibernate Tools...).
                
> Code Coverage jobs needs to have locally available measured plugins
> -------------------------------------------------------------------
>
>                 Key: JBIDE-16214
>                 URL: https://issues.jboss.org/browse/JBIDE-16214
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: build
>    Affects Versions: 4.1.1.CR1
>            Reporter: Vlado Pakan
>            Assignee: Mickael Istria
>             Fix For: 4.1.x
>
>
> Code Coverage calculating via maven build returns 0% coverage because it's using source code and binary plugins installed from update site.
> When these are built locally prior to build calculating code coverage it returns correct results.
> Unfortunately sometimes maven build used plugins installed from update site instead of those which are locally build.
> We need to find way how to fix this.
> It's already reported here https://bugs.eclipse.org/bugs/show_bug.cgi?id=352560
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
                                
                         
                        
                                
                                11 years, 9 months