You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. svn checkout http://jsyntaxpane.googlecode.com/svn/branches/r095/
2. attempt to build the project
3. cry
What is the expected output? What do you see instead?
I though I would build/compile the source code. I got these error messages
instead as a reply:
[ERROR]The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project jsyntaxpane:jsyntaxpane:0.9.6
(/Users/chaselby/dev/java/r095/jsyntaxpane/pom.xml) has 1 error
[ERROR] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin must be a valid version but is
'RELEASE'. @ line 36, column 18
[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
What version of the product are you using? On what operating system?
...whatever is in the r095 folder of subversion. I was building on OSX 10.6.7,
NetBeans 6.9.1, JDK 1.6
Please provide any additional information below.
deleting that 'RELEASE' and tags that go with it @ line 36, column 18 of
pom.xml makes it possible to proceed.
According to NetBean's hint "Shall not use RELEASE/LATEST/SNAPSHOT version, it
makes the build eventually irreproducible in the future. Overrides version
defines in PluginManagment. The managed version is 2.0.2."
Original issue reported on code.google.com by [email protected] on 4 Apr 2011 at 6:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Apr 2011 at 6:36The text was updated successfully, but these errors were encountered: