You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Mihaly Heder (JIRA)" <ji...@apache.org> on 2012/06/01 10:53:22 UTC

[jira] [Created] (STANBOL-648) deps/src/main/assembly/src.xml misplaced processing instruction

Mihaly Heder created STANBOL-648:
------------------------------------

             Summary: deps/src/main/assembly/src.xml misplaced processing instruction
                 Key: STANBOL-648
                 URL: https://issues.apache.org/jira/browse/STANBOL-648
             Project: Stanbol
          Issue Type: Bug
          Components: Build
         Environment: Maven 3.0.4 (from ubuntu 12.04 package)
            Reporter: Mihaly Heder
            Priority: Minor


In deps/src/main/assembly/src.xml the comment precedes the prolog <?xml version="1.0"?>, which is not well-formed (http://www.w3.org/TR/REC-xml/#sec-prolog-dtd). 

This results in a maven error message:
Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project apache-stanbol: Error reading assemblies: Error reading descriptor: src/main/assembly/src.xml: processing instruction can not have PITarget with reserveld xml name 

--
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] [Assigned] (STANBOL-648) deps/src/main/assembly/src.xml misplaced processing instruction

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler reassigned STANBOL-648:
-------------------------------------------

    Assignee: Fabian Christ
    
> deps/src/main/assembly/src.xml misplaced processing instruction
> ---------------------------------------------------------------
>
>                 Key: STANBOL-648
>                 URL: https://issues.apache.org/jira/browse/STANBOL-648
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Build
>         Environment: Maven 3.0.4 (from ubuntu 12.04 package)
>            Reporter: Mihaly Heder
>            Assignee: Fabian Christ
>            Priority: Minor
>
> In deps/src/main/assembly/src.xml the comment precedes the prolog <?xml version="1.0"?>, which is not well-formed (http://www.w3.org/TR/REC-xml/#sec-prolog-dtd). 
> This results in a maven error message:
> Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project apache-stanbol: Error reading assemblies: Error reading descriptor: src/main/assembly/src.xml: processing instruction can not have PITarget with reserveld xml name 

--
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] (STANBOL-648) deps/src/main/assembly/src.xml misplaced processing instruction

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ resolved STANBOL-648.
-----------------------------------

    Resolution: Fixed

Fixed in the branch. I do not know if we need to release a new deps package. Hopefully, it is not needed anymore soon.
                
> deps/src/main/assembly/src.xml misplaced processing instruction
> ---------------------------------------------------------------
>
>                 Key: STANBOL-648
>                 URL: https://issues.apache.org/jira/browse/STANBOL-648
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Build
>         Environment: Maven 3.0.4 (from ubuntu 12.04 package)
>            Reporter: Mihaly Heder
>            Assignee: Fabian Christ
>            Priority: Minor
>
> In deps/src/main/assembly/src.xml the comment precedes the prolog <?xml version="1.0"?>, which is not well-formed (http://www.w3.org/TR/REC-xml/#sec-prolog-dtd). 
> This results in a maven error message:
> Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project apache-stanbol: Error reading assemblies: Error reading descriptor: src/main/assembly/src.xml: processing instruction can not have PITarget with reserveld xml name 

--
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

[jira] [Commented] (STANBOL-648) deps/src/main/assembly/src.xml misplaced processing instruction

Posted by "Mihaly Heder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287272#comment-13287272 ] 

Mihaly Heder commented on STANBOL-648:
--------------------------------------

Putting  <?xml version="1.0"?> into the first line resolves the problem. 
                
> deps/src/main/assembly/src.xml misplaced processing instruction
> ---------------------------------------------------------------
>
>                 Key: STANBOL-648
>                 URL: https://issues.apache.org/jira/browse/STANBOL-648
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Build
>         Environment: Maven 3.0.4 (from ubuntu 12.04 package)
>            Reporter: Mihaly Heder
>            Priority: Minor
>
> In deps/src/main/assembly/src.xml the comment precedes the prolog <?xml version="1.0"?>, which is not well-formed (http://www.w3.org/TR/REC-xml/#sec-prolog-dtd). 
> This results in a maven error message:
> Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project apache-stanbol: Error reading assemblies: Error reading descriptor: src/main/assembly/src.xml: processing instruction can not have PITarget with reserveld xml name 

--
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] (STANBOL-648) deps/src/main/assembly/src.xml misplaced processing instruction

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401395#comment-13401395 ] 

Rupert Westenthaler commented on STANBOL-648:
---------------------------------------------

Hi

Thanks for reporting.

As this is only in the 0.9.0-incubating branch (used for creating the release) I assign this to Fabian. I don't know if we still make changes in a branch created for a release.
                
> deps/src/main/assembly/src.xml misplaced processing instruction
> ---------------------------------------------------------------
>
>                 Key: STANBOL-648
>                 URL: https://issues.apache.org/jira/browse/STANBOL-648
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Build
>         Environment: Maven 3.0.4 (from ubuntu 12.04 package)
>            Reporter: Mihaly Heder
>            Priority: Minor
>
> In deps/src/main/assembly/src.xml the comment precedes the prolog <?xml version="1.0"?>, which is not well-formed (http://www.w3.org/TR/REC-xml/#sec-prolog-dtd). 
> This results in a maven error message:
> Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project apache-stanbol: Error reading assemblies: Error reading descriptor: src/main/assembly/src.xml: processing instruction can not have PITarget with reserveld xml name 

--
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