Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Error with pomless Tycho for features

Hi,

I'm trying to enable pomless builds for SWTBot, see
https://git.eclipse.org/r/c/swtbot/org.eclipse.swtbot/+/182151/1

But a build with this change results in an error:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM
C:\Users\Lars\git\org.eclipse.swtbot\org.eclipse.swtbot.ide\.polyglot.feature.xml:
expected START_TAG or END_TAG not TEXT (position: TEXT seen
...</plugin>\r\n\t\t\t\t</plugins>d\r\n\t\t\t</... @825:6)  @ line
825, column 6
[ERROR] Malformed POM C:\Users\Lars\git\org.eclipse.swtbot\pom.xml:
expected START_TAG or END_TAG not TEXT (position: TEXT seen
...</plugin>\r\n\t\t\t\t</plugins>d\r\n\t\t\t</... @825:6)  @
C:\Users\Lars\git\org.eclipse.swtbot\pom.xml, line 825, column 6
 @
[ERROR] The build could not read 2 projects -> [Help 1]
[ERROR]
[ERROR]   The project
(C:\Users\Lars\git\org.eclipse.swtbot\org.eclipse.swtbot.ide\.polyglot.feature.xml)
has 1 error
[ERROR]     Non-parseable POM
C:\Users\Lars\git\org.eclipse.swtbot\org.eclipse.swtbot.ide\.polyglot.feature.xml:
expected START_TAG or END_TAG not TEXT (position: TEXT seen
...</plugin>\r\n\t\t\t\t</plugins>d\r\n\t\t\t</... @825:6)  @ line
825, column 6 -> [Help 2]
[ERROR]
[ERROR]   The project org.eclipse.swtbot:parent:3.1.0-SNAPSHOT
(C:\Users\Lars\git\org.eclipse.swtbot\pom.xml) has 1 error
[ERROR]     Malformed POM
C:\Users\Lars\git\org.eclipse.swtbot\pom.xml: expected START_TAG or
END_TAG not TEXT (position: TEXT seen
...</plugin>\r\n\t\t\t\t</plugins>d\r\n\t\t\t</... @825:6)  @
C:\Users\Lars\git\org.eclipse.swtbot\pom.xml, line 825, column 6 ->
[Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException

Btw. is there a way to access the generated pom files after a build?
Unfortunately after the build the generated file is gone.

Best regards, Lars
-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top