You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Andrei Pozolotin (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 20:41:12 UTC

[jira] [Created] (FELIX-3159) src plugin hangs on "innocent" comment in java file

src plugin hangs on "innocent" comment in java file
---------------------------------------------------

                 Key: FELIX-3159
                 URL: https://issues.apache.org/jira/browse/FELIX-3159
             Project: Felix
          Issue Type: Bug
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.7.2
            Reporter: Andrei Pozolotin


src plugin hangs on "innocent" comment in java file; 

1) test case project:

https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003

2) test case command:

mvn org.apache.felix:maven-scr-plugin:scr

3) the combination that kills it:

a) comment in java file:
https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java

b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3159) src plugin hangs on "innocent" comment in java file

Posted by "Carsten Ziegeler (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-3159.
-------------------------------------

    Resolution: Duplicate

Thanks for checking. Duplicate of FELIX-3136
                
> src plugin hangs on "innocent" comment in java file
> ---------------------------------------------------
>
>                 Key: FELIX-3159
>                 URL: https://issues.apache.org/jira/browse/FELIX-3159
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.7.2
>            Reporter: Andrei Pozolotin
>
> src plugin hangs on "innocent" comment in java file; 
> 1) test case project:
> https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003
> 2) test case command:
> mvn org.apache.felix:maven-scr-plugin:scr
> 3) the combination that kills it:
> a) comment in java file:
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java
> b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3159) src plugin hangs on "innocent" comment in java file

Posted by "Carsten Ziegeler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125962#comment-13125962 ] 

Carsten Ziegeler commented on FELIX-3159:
-----------------------------------------

Looks like FELIX-3136 to me, could you please test latest trunk?
                
> src plugin hangs on "innocent" comment in java file
> ---------------------------------------------------
>
>                 Key: FELIX-3159
>                 URL: https://issues.apache.org/jira/browse/FELIX-3159
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.7.2
>            Reporter: Andrei Pozolotin
>
> src plugin hangs on "innocent" comment in java file; 
> 1) test case project:
> https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003
> 2) test case command:
> mvn org.apache.felix:maven-scr-plugin:scr
> 3) the combination that kills it:
> a) comment in java file:
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java
> b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3159) src plugin hangs on "innocent" comment in java file

Posted by "Carsten Ziegeler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129547#comment-13129547 ] 

Carsten Ziegeler commented on FELIX-3159:
-----------------------------------------

I've just deployed the latest snapshots
                
> src plugin hangs on "innocent" comment in java file
> ---------------------------------------------------
>
>                 Key: FELIX-3159
>                 URL: https://issues.apache.org/jira/browse/FELIX-3159
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.7.2
>            Reporter: Andrei Pozolotin
>
> src plugin hangs on "innocent" comment in java file; 
> 1) test case project:
> https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003
> 2) test case command:
> mvn org.apache.felix:maven-scr-plugin:scr
> 3) the combination that kills it:
> a) comment in java file:
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java
> b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3159) src plugin hangs on "innocent" comment in java file

Posted by "Andrei Pozolotin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130025#comment-13130025 ] 

Andrei Pozolotin commented on FELIX-3159:
-----------------------------------------

yes! 1.7.3-SNAPSHOT resolves this, thank you.
                
> src plugin hangs on "innocent" comment in java file
> ---------------------------------------------------
>
>                 Key: FELIX-3159
>                 URL: https://issues.apache.org/jira/browse/FELIX-3159
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.7.2
>            Reporter: Andrei Pozolotin
>
> src plugin hangs on "innocent" comment in java file; 
> 1) test case project:
> https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003
> 2) test case command:
> mvn org.apache.felix:maven-scr-plugin:scr
> 3) the combination that kills it:
> a) comment in java file:
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java
> b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3159) src plugin hangs on "innocent" comment in java file

Posted by "Andrei Pozolotin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128963#comment-13128963 ] 

Andrei Pozolotin commented on FELIX-3159:
-----------------------------------------

Carsten:

any chance to push out a snapshot?

https://repository.apache.org/content/groups/snapshots/org/apache/felix/maven-scr-plugin/

                
> src plugin hangs on "innocent" comment in java file
> ---------------------------------------------------
>
>                 Key: FELIX-3159
>                 URL: https://issues.apache.org/jira/browse/FELIX-3159
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.7.2
>            Reporter: Andrei Pozolotin
>
> src plugin hangs on "innocent" comment in java file; 
> 1) test case project:
> https://github.com/carrot-garden/carrot-bugger/tree/master/carrot-bug-scr-maven-plugin-003
> 2) test case command:
> mvn org.apache.felix:maven-scr-plugin:scr
> 3) the combination that kills it:
> a) comment in java file:
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/src/main/java/case_03/Comp2.java
> b) setting in pom.xml <parseJavadoc>false</parseJavadoc>
> https://github.com/carrot-garden/carrot-bugger/blob/master/carrot-bug-scr-maven-plugin-003/pom.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira